|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KeywordGenerator
Date: Feb 9, 2009 9:55:50 AM
Method Summary | |
---|---|
HighestTermScores |
generate(float[] vector,
int count)
Generates the specified number of keywords that are most similar to the specified vector. |
HighestTermScores |
generate(java.lang.String docPath,
int count)
Generates and returns the specified number of keywords for the document identified by the specified path. |
Method Detail |
---|
HighestTermScores generate(java.lang.String docPath, int count) throws AIDAException
docPath
- the path of the document to generate words forcount
- the number of keywords to generate
AIDAException
- if there is an error generating the keywordsHighestTermScores generate(float[] vector, int count)
vector
- the vector to search againstcount
- the number of terms to return
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |