|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectresources.SynonymDictionary
resources.SemSimPlwordnet
public class SemSimPlwordnet
Synonym dictionary for semantic similarity of plwordnet
| Constructor Summary | |
|---|---|
SemSimPlwordnet()
Constructor |
|
| Method Summary | |
|---|---|
java.util.Collection<java.lang.String> |
getSynonymsForLemma(java.lang.String lemma,
boolean onlyMonosemous)
Returns synonyms for given word |
void |
loadCache()
Loads cache from a file |
void |
saveCache()
Saves cache in a file |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SemSimPlwordnet()
| Method Detail |
|---|
public void saveCache()
public void loadCache()
public java.util.Collection<java.lang.String> getSynonymsForLemma(java.lang.String lemma,
boolean onlyMonosemous)
SynonymDictionary
getSynonymsForLemma in class SynonymDictionarylemma - wordonlyMonosemous - flag telling whether include only synonyms for monosemous word
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||