public static class SPOStructure.Term
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Integer |
headIndex
Head index
|
java.lang.String |
headLemma
Head lemma
|
edu.stanford.nlp.trees.Tree |
headTree
Head tree
|
edu.stanford.nlp.trees.GrammaticalRelation |
relation
Relation
|
edu.stanford.nlp.trees.Tree |
root
Scope
|
edu.stanford.nlp.trees.Tree |
tree
Tree
|
Constructor and Description |
---|
Term(edu.stanford.nlp.trees.Tree root,
edu.stanford.nlp.trees.GrammaticalRelation relation,
edu.stanford.nlp.trees.Tree tree,
edu.stanford.nlp.trees.Tree headTree,
java.lang.String headLemma,
java.lang.Integer headIndex)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final edu.stanford.nlp.trees.Tree root
public final edu.stanford.nlp.trees.GrammaticalRelation relation
public final edu.stanford.nlp.trees.Tree tree
public final edu.stanford.nlp.trees.Tree headTree
public final java.lang.String headLemma
public final java.lang.Integer headIndex
public Term(edu.stanford.nlp.trees.Tree root, edu.stanford.nlp.trees.GrammaticalRelation relation, edu.stanford.nlp.trees.Tree tree, edu.stanford.nlp.trees.Tree headTree, java.lang.String headLemma, java.lang.Integer headIndex)
root
- scoperelation
- grammatical relationtree
- treeheadTree
- head treeheadLemma
- head lemmaheadIndex
- head index