public class StanfordCoref extends Object
| Constructor and Description |
|---|
StanfordCoref(StanfordPCFGParser parser) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCoref(List<String> texts) |
org.apache.commons.lang3.tuple.Pair<List<edu.stanford.nlp.util.CoreMap>,Map<Integer,edu.stanford.nlp.dcoref.CorefChain>> |
getCorefChain(List<String> texts) |
public StanfordCoref(StanfordPCFGParser parser)
Copyright © 2015. All rights reserved.