relatio-nlp/relatio

Allow for separate pre-processing before SRL

Opened this issue · 1 comments

Right now pre-processing is not flexible enough, it would be good to allow different levels that affect SRL / embeddings together or separately.

-- to be implemented in preprocessing class.

-- allow users to pass a custom pre-processing method.

Do we need different pre-processing for the text in general and SRL roles - or we should rather force consistency, i.e. one type of cleaning that is used in all steps?