|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eml.sir.rel.disc.NounDisc
Implements a sirializable wrapper for all nouns in the corpus
Constructor Summary | |
NounDisc(java.lang.String fileName)
Creates an instance of NounDisc |
Method Summary | |
java.lang.String |
getName()
Returns the name of a group of nouns extracted from a specific file |
java.util.ArrayList |
getWordList()
Returns the nouns from a specific NounDisc instance |
void |
setWordList(java.lang.String fileContent)
Uses TreeTagger to set the list of nouns for this instance of NounDisc |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NounDisc(java.lang.String fileName)
fileName
- the name of the file from which the nouns are extractedMethod Detail |
public java.lang.String getName()
public java.util.ArrayList getWordList()
public void setWordList(java.lang.String fileContent)
fileContent
- the content of the file from which nouns are taken
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |