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 org.maochen.nlp.parser.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) |
public void tagPOS(List<edu.stanford.nlp.ling.CoreLabel> tokens)
public static void tagLemma(List<edu.stanford.nlp.ling.CoreLabel> tokens)
public void tagNamedEntity(List<edu.stanford.nlp.ling.CoreLabel> tokens)
public abstract org.maochen.nlp.parser.DTree parse(String sentence)
Copyright © 2015. All rights reserved.