public interface DependencyTreeNode
Modifier and Type | Method and Description |
---|---|
int |
index()
Returns the index used by this
DependencyTreeNode in an array. |
String |
lemma()
The lemmatized version of the word, if there is any.
|
List<DependencyRelation> |
neighbors()
Returns the list of neighbors to the current node.
|
String |
pos()
Returns the part of speech tag for this node.
|
String |
word()
Returns the word stored in this node.
|
List<DependencyRelation> neighbors()
String word()
String lemma()
String pos()
int index()
DependencyTreeNode
in an array.Copyright © 2012. All Rights Reserved.