StanfordCoreNLP类继承自AnnotationPipeline,并且可以对annotators进行自定义。...代码示例:
// creates a StanfordCoreNLP object, with POS tagging, lemmatization, NER, parsing, and coreference...Properties();
props.setProperty("annotators", "tokenize, ssplit, pos, lemma, ner, parse, dcoref");
StanfordCoreNLP...pipeline = new StanfordCoreNLP(props);
// read some text in the text variable
String text = "