|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eml.sir.rel.FrequencyList
org.eml.sir.rel.StemFrequencyList
FrequencyList containing stems of a specific part of speech and their frequency.
Field Summary |
Fields inherited from class org.eml.sir.rel.FrequencyList |
ORDER_ALPHABETICAL, ORDER_BY_FREQUENCY |
Constructor Summary | |
StemFrequencyList()
Create a new instance of StemFrequencyList. |
|
StemFrequencyList(WordFrequencyList list,
Stemmer stemmer)
Create a new instance of StemFrequencyList. |
Method Summary | |
void |
createAlphabeticalFile(java.lang.String fileName)
Create a file with a table of stems and their frequencies ordered alphabetically that is readable by humans. |
void |
createFrequencyFile(java.lang.String fileName)
Create a file with a table of stems and their frequencies ordered by frequency that is readable by humans. |
java.lang.String |
getStemmerName()
Return the class name of the stemmer of this StemFrequencyList. |
void |
setStemmerName(java.lang.String stemmerName)
Set the class name of the stemmer of this StemFrequencyList. |
Methods inherited from class org.eml.sir.rel.FrequencyList |
add, addSome, getAlphabeticalList, getFrequency, getFrequencyList, getMap, getPartOfSpeech, getSumOverAll, load, save, setPartOfSpeech, size, toStrings |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StemFrequencyList()
public StemFrequencyList(WordFrequencyList list, Stemmer stemmer)
Method Detail |
public java.lang.String getStemmerName()
public void setStemmerName(java.lang.String stemmerName)
public void createFrequencyFile(java.lang.String fileName) throws java.io.IOException
java.io.IOException
public void createAlphabeticalFile(java.lang.String fileName) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |