public class StanfordTreeBuilder extends Object
| Constructor and Description |
|---|
StanfordTreeBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static 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 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.