|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjvntextpro.data.TWord
public class TWord
The Class TWord.
Constructor Summary | |
---|---|
TWord(java.lang.String _word)
Instantiates a new t word. |
|
TWord(java.lang.String _word,
java.lang.String _tag)
Instantiates a new t word. |
Method Summary | |
---|---|
java.lang.String |
getSecondaryTag(int i)
Gets the secondary tag. |
java.lang.String |
getTag()
Gets the tag. |
java.lang.String |
getWord()
Gets the word. |
void |
print()
Prints the. |
void |
print(java.io.Writer out)
Prints the. |
void |
setTag(java.lang.String t)
Sets the tag. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TWord(java.lang.String _word, java.lang.String _tag)
_word
- the _word_tag
- the _tagpublic TWord(java.lang.String _word)
_word
- the _wordMethod Detail |
---|
public java.lang.String getWord()
public java.lang.String getTag()
public void setTag(java.lang.String t)
t
- the new tagpublic java.lang.String getSecondaryTag(int i)
i
- the i
public void print()
public void print(java.io.Writer out) throws java.io.IOException
out
- the out
java.io.IOException
- Signals that an I/O exception has occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |