All Packages Class Hierarchy This Package Previous Next Index
Class com.signiform.tt.TTLexEntry
java.lang.Object
|
+----com.signiform.tt.TTLexEntry
- public class TTLexEntry
- extends Object
A ThoughtTreasure lexical entry (word or phrase).
-
citationForm
- The citation form of the lexical entry, such as the infinitive
form of a verb or the singular form of a noun.
-
features
- A String containing single-character ThoughtTreasure feature
codes (such as part of speech and language) for the lexical entry.
-
inflection
- A particular inflection of the lexical entry, such as the
third-person singular form of a verb.
-
inflFeatures
- A String containing single-character ThoughtTreasure feature
codes (such as
F_SINGULAR
or F_PLURAL
)
for the particular inflection of the lexical entry.
-
TTLexEntry()
-
-
toString()
-
citationForm
public String citationForm
- The citation form of the lexical entry, such as the infinitive
form of a verb or the singular form of a noun.
features
public String features
- A String containing single-character ThoughtTreasure feature
codes (such as part of speech and language) for the lexical entry.
The feature codes are defined in the
TT
class.
- See Also:
- TT
inflection
public String inflection
- A particular inflection of the lexical entry, such as the
third-person singular form of a verb.
inflFeatures
public String inflFeatures
- A String containing single-character ThoughtTreasure feature
codes (such as
F_SINGULAR
or F_PLURAL
)
for the particular inflection of the lexical entry. The feature
codes are defined in the TT
class.
- See Also:
- TT
TTLexEntry
public TTLexEntry()
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index