|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WordCounterInterface
Word form counter interface.
Method Summary | |
---|---|
int |
getTotalWordFormCount(int wordForm)
Get total word count for word form type. |
int |
getWordFormCount(java.lang.String word,
int wordForm)
Get count of a word form. |
java.util.Map[] |
getWordFormCountByYear(java.lang.String word,
int wordForm)
Get word form and its counts by year. |
java.util.Map |
getWordFormsAndCounts(int wordForm)
Get all word forms and their counts. |
Method Detail |
---|
int getWordFormCount(java.lang.String word, int wordForm)
word
- The word form whose count is desired.wordForm
- The type of word form as specified
in WordForms
.
java.util.Map getWordFormsAndCounts(int wordForm)
wordForm
- The type of word form as specified
in WordForms
.
int getTotalWordFormCount(int wordForm)
wordForm
- The type of word form as specified
in WordForms
.
java.util.Map[] getWordFormCountByYear(java.lang.String word, int wordForm)
word
- The word form whose count is desired.wordForm
- The type of word form as specified
in WordForms
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |