|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISTermInterface
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 |
|---|
java.lang.String getWord()
void setWord(java.lang.String s)
The - word (String s) that was initially extracted from the documentjava.lang.String getStem()
int getPos()
void setPos(int i)
The - position (int i) of this word in the source document
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||