Adding a new annotator in Stanford CoreNLP
问题 I am trying to add a new annotator in Stanford CoreNLP according to the instructions in http://nlp.stanford.edu/downloads/corenlp.shtml. "Adding a new annotator StanfordCoreNLP also has the capacity to add a new annotator by reflection without altering the code in StanfordCoreNLP.java . To create a new annotator, extend the class edu.stanford.nlp.pipeline.Annotator and define a constructor with the signature (String, Properties). Then, add the property customAnnotatorClass. FOO=BAR to the