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.


Variable Index

 o endpos
The end position of the textual entity in the text.
 o feature
The part of speech feature (from TT.FT_POS) or constituent feature (from TT.FT_CONSTIT).
 o leo
A word-meaning association found for the textual entity in the text.
 o startpos
The start position of the textual entity in the text.

Constructor Index

 o TTPNode()

Method Index

 o toString()

Variables

 o feature
 public char feature
The part of speech feature (from TT.FT_POS) or constituent feature (from TT.FT_CONSTIT).

See Also:
TT
 o leo
 public TTLexEntryToObj leo
A word-meaning association found for the textual entity in the text.

 o startpos
 public long startpos
The start position of the textual entity in the text.

 o endpos
 public long endpos
The end position of the textual entity in the text.

Constructors

 o TTPNode
 public TTPNode()

Methods

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index