Skip to content
Snippets Groups Projects
Commit 635d4306 authored by Alice Brenon's avatar Alice Brenon
Browse files

We want NER too on stanza annotation

parent 1e28d593
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ class Annotator:
self.sentenceSerial = -1
self.model = stanza.Pipeline(
lang='fr',
processors='tokenize,pos,lemma,depparse')
processors='tokenize,pos,lemma,depparse,ner')
def run(self):
for name in os.listdir(self.source):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment