java - how to use openie from stanford-corenlp without using lemma from stanford-corenlp? -
i want see if results improve if use our own lemma analysis.
pipeline requires lemma before annotation.
props.setproperty("annotators", "tokenize,ssplit,pos,lemma,depparse,natlog,openie"); can me out?
if @ edu.stanford.nlp.pipeline.morphaannotator can see how lemmas added annotation in java code.
you can create own custom annotator supplies lemmas based off code.
i've needed update our documentation custom annotators, i've written detailed version of customlemmaannotator , supplied on our documentation site.
Comments
Post a Comment