|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eml.sir.rel.InformationContentMapFactory
Factory that produces InformationContentMaps.
Constructor Summary | |
InformationContentMapFactory()
Create a new instance of InformationContentMapFactory. |
|
InformationContentMapFactory(StemmingGermaNetObject sgno)
Create a new instance of InformationContentMapFactory. |
Method Summary | |
InformationContentMap |
createInformationContentMap(StemFrequencyList sfl)
Create an instance of InformationContentMap. |
StemFrequencyList |
getStemsNotInGermaNet()
Return the stems that are not contained in the GermaNetObject. |
InformationContentMap |
getSynsetsNotInStemFrequencyList()
Return the stems that are not in the StemFrequencyList. |
void |
setStemmer(Stemmer stemmer)
Set the stemmer of this InformationContentMapFactory. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InformationContentMapFactory()
public InformationContentMapFactory(StemmingGermaNetObject sgno)
Method Detail |
public void setStemmer(Stemmer stemmer)
public InformationContentMap createInformationContentMap(StemFrequencyList sfl)
sfl
- StemFrequencyList of the corpus that is base for the
computation of the information content values.
If the type of its stemmer is not the same as the stemmer of this
InformationContentMapFactory, the stemmer of this
InformationContentMapFactory will be set to the stemmer of the
StemFrequencyList.
public StemFrequencyList getStemsNotInGermaNet()
public InformationContentMap getSynsetsNotInStemFrequencyList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |