All Packages Class Hierarchy This Package Previous Next Index
Class com.signiform.tt.TTPNode
java.lang.Object
|
+----com.signiform.tt.TTPNode
- public class TTPNode
- extends Object
A ThoughtTreasure parse node, representing information about
a textual entity (such as a word or phrase) in a text.
-
endpos
- The end position of the textual entity in the text.
-
feature
- The part of speech feature (from
TT.FT_POS
) or constituent
feature (from TT.FT_CONSTIT
).
-
leo
- A word-meaning association found for the textual entity in
the text.
-
startpos
- The start position of the textual entity in the text.
-
TTPNode()
-
-
toString()
-
feature
public char feature
- The part of speech feature (from
TT.FT_POS
) or constituent
feature (from TT.FT_CONSTIT
).
- See Also:
- TT
leo
public TTLexEntryToObj leo
- A word-meaning association found for the textual entity in
the text.
startpos
public long startpos
- The start position of the textual entity in the text.
endpos
public long endpos
- The end position of the textual entity in the text.
TTPNode
public TTPNode()
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index