public class StanfordNNDepParser extends StanfordParser
| Modifier and Type | Field and Description |
|---|---|
edu.stanford.nlp.parser.nndep.DependencyParser |
nndepParser |
| Constructor and Description |
|---|
StanfordNNDepParser() |
StanfordNNDepParser(String inputModelPath,
String posTaggerModel,
List<String> nerModelPath) |
| Modifier and Type | Method and Description |
|---|---|
org.maochen.nlp.parser.DTree |
parse(String sentence) |
load, stanfordTokenize, tagLemma, tagNamedEntity, tagPOSpublic org.maochen.nlp.parser.DTree parse(String sentence)
parse in interface IParserparse in class StanfordParserCopyright © 2016. All rights reserved.