|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectresources.SynonymDictionary
resources.SynonymsSynonimyUx
public class SynonymsSynonimyUx
Proveides synonyms from synonimy.ux dictionary
| Constructor Summary | |
|---|---|
SynonymsSynonimyUx()
Constructor |
|
| Method Summary | |
|---|---|
java.util.Collection<java.lang.String> |
getSynonymsForLemma(java.lang.String lemma,
boolean onlyMonosemous)
Returns synonyms for given word |
void |
loadDictionary()
Loads dictionary from a file on disk |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SynonymsSynonimyUx()
| Method Detail |
|---|
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
public void loadDictionary()
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||