Open craaaa opened 6 years ago
I'm looking to integrate a custom annotator into my annotation pipeline, for instance in the code below. Is that possible at the moment with the wrapper?
e.g.
props = {'annotators': 'tokenize, ner, custom_annotator'} nlp.annotate(text, properties=props)
I'm looking to integrate a custom annotator into my annotation pipeline, for instance in the code below. Is that possible at the moment with the wrapper?
e.g.