|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eml.sir.retr.GUIIndexCreator
Indexes documents of a given directory. Word terms are stored in a field named "words". Phrases, or other terms that are not to be stemmed, are stored in the field called "bases". Nomial phrases bigrams are stored in the field "phrases".
Constructor Summary | |
GUIIndexCreator(java.lang.String sourcePath,
IndexProperties props)
Create a new instance of GUIIndexCreator. |
Method Summary | |
void |
index()
Do index. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GUIIndexCreator(java.lang.String sourcePath, IndexProperties props)
sourcePath
- the directory containing the corpora files.props
- the index properties.Method Detail |
public void index()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |