|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--iglu.ir.AbstractVectorCreator
|
+--iglu.ir.FrequencyVectorCreator
Sets keyword scores based on the frequency of the words.
| Field Summary |
| Fields inherited from class iglu.ir.AbstractVectorCreator |
|
| Constructor Summary | |
FrequencyVectorCreator()
|
|
| Method Summary | |
TermVector |
getVector(Document d)
Sets keyword scores based on the frequency of the words. |
static void |
main(java.lang.String[] args)
Runs a test on this class. |
| Methods inherited from class iglu.ir.AbstractVectorCreator |
cleanUp, setDictionary, setLinearlyScale, setMaxSize, setNormalize |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FrequencyVectorCreator()
| Method Detail |
public TermVector getVector(Document d)
getVector in interface VectorCreatorpublic static void main(java.lang.String[] args)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||