|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectISSearch.ISTerm
This mandatory class must implement all functions prescribed by ISTermInterface
| Constructor Summary | |
ISTerm()
Creates a new instance of ISTerm |
|
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ISTerm()
| Method Detail |
public java.lang.String getWord()
getWord in interface ISTermInterfacepublic void setWord(java.lang.String s)
setWord in interface ISTermInterfacepublic java.lang.String getStem()
getStem in interface ISTermInterfacepublic int getPos()
getPos in interface ISTermInterfacepublic void setPos(int i)
setPos in interface ISTermInterface
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||