public abstract class StanfordParser extends Object implements IParser
| Constructor and Description |
|---|
StanfordParser() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
load(String posTaggerModel,
List<String> nerModels) |
abstract DTree |
parse(String sentence) |
static List<edu.stanford.nlp.ling.CoreLabel> |
stanfordTokenize(String str) |
static void |
tagLemma(List<edu.stanford.nlp.ling.CoreLabel> tokens) |
void |
tagNamedEntity(List<edu.stanford.nlp.ling.CoreLabel> tokens) |
void |
tagPOS(List<edu.stanford.nlp.ling.CoreLabel> tokens) |
Copyright © 2016. All rights reserved.