|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--iglu.ir.AbstractVectorCreator
|
+--iglu.ir.PhraseFrequencyVectorCreator
Sets phrase scores based on the frequency of bigrams.
| Field Summary |
| Fields inherited from class iglu.ir.AbstractVectorCreator |
|
| Constructor Summary | |
PhraseFrequencyVectorCreator()
|
|
| Method Summary | |
TermVector |
getVector(Document d)
Sets phrase scores based on the frequency of bigrams. |
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 PhraseFrequencyVectorCreator()
| Method Detail |
public TermVector getVector(Document d)
public static void main(java.lang.String[] args)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||