public class StanfordTreeBuilder extends Object
| Constructor and Description |
|---|
StanfordTreeBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static org.maochen.nlp.parser.DTree |
generate(List<edu.stanford.nlp.ling.CoreLabel> tokens,
Collection<edu.stanford.nlp.trees.TypedDependency> dependencies,
List<edu.stanford.nlp.ling.Label> cPOSTag) |
public static org.maochen.nlp.parser.DTree generate(List<edu.stanford.nlp.ling.CoreLabel> tokens, Collection<edu.stanford.nlp.trees.TypedDependency> dependencies, List<edu.stanford.nlp.ling.Label> cPOSTag)
Copyright © 2015. All rights reserved.