|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface is used to represent particular terms of the document. The objects that implement this interface are used to store particular words and word stems.
String| Method Summary | |
int |
getPos()
This function returns the position of the word in the source document |
java.lang.String |
getStem()
This function returns the word stem |
java.lang.String |
getWord()
This function returns the original extracted word |
void |
setPos(int i)
This function sets the position of the word in the source document |
void |
setWord(java.lang.String s)
This function sets the original extracted word |
| Method Detail |
public java.lang.String getWord()
public void setWord(java.lang.String s)
public java.lang.String getStem()
public int getPos()
public void setPos(int i)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||