relatio-nlp/relatio

Add options for different spaCy models / different NER taggers

Closed this issue · 1 comments

Right now, the set of spacy models that can be used is limited. That could be made more flexible. In particular, the package should allow for different NER tagger, eg Stanford NLP’s Stanza library.

-- currently, allows for different spacy models.

Implemented in the branch relatio-v0.3 (method self.process_roles() of the Preprocessor() class)