|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectISSearch.ISTerm
public class 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 ISTermInterfaceThe - word (String s) that was initially extracted from the documentpublic java.lang.String getStem()
getStem in interface ISTermInterfacepublic int getPos()
getPos in interface ISTermInterfacepublic void setPos(int i)
setPos in interface ISTermInterfaceThe - 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 | ||||||||