|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FastLookup
Interface for SoftTFIDFDictionary and the rescoring variant of it.
Method Summary | |
---|---|
java.lang.String |
getResult(int i)
Get the i'th string found by the last lookup |
double |
getScore(int i)
Get the score of the i'th string found by the last lookup |
java.lang.Object |
getValue(int i)
Get the value of the i'th string found by the last lookup |
int |
lookup(double minScore,
java.lang.String toFind)
Lookup items similar to 'toFind', and return the number of items found. |
Method Detail |
---|
int lookup(double minScore, java.lang.String toFind)
java.lang.String getResult(int i)
java.lang.Object getValue(int i)
double getScore(int i)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |