default Optional<BabelSense> |
BabelSynset.getMainSense() |
|
Optional<BabelSense> |
BabelSynset.getMainSense(it.uniroma1.lcl.jlt.util.Language language) |
|
Optional<BabelSense> |
BabelSynset.getMainSensePreferrablyIn(it.uniroma1.lcl.jlt.util.Language language) |
|
List<BabelSense> |
BabelSynset.getMainSenses(it.uniroma1.lcl.jlt.util.Language language) |
|
List<BabelSense> |
BabelNet.getSenses(String word) |
Deprecated.
|
List<BabelSense> |
BabelNet.getSenses(String word,
it.uniroma1.lcl.jlt.util.Language language) |
Deprecated.
|
List<BabelSense> |
BabelNet.getSenses(String word,
it.uniroma1.lcl.jlt.util.Language language,
boolean normalized) |
Deprecated.
|
List<BabelSense> |
BabelNet.getSenses(String word,
it.uniroma1.lcl.jlt.util.Language language,
it.uniroma1.lcl.jlt.util.POS pos) |
Deprecated.
|
List<BabelSense> |
BabelNet.getSenses(String word,
it.uniroma1.lcl.jlt.util.Language language,
it.uniroma1.lcl.jlt.util.POS pos,
boolean normalized,
BabelSenseSource... allowedSources) |
Deprecated.
|
List<BabelSense> |
BabelNet.getSenses(String word,
it.uniroma1.lcl.jlt.util.Language language,
it.uniroma1.lcl.jlt.util.POS pos,
BabelSenseSource... allowedSources) |
Deprecated.
|
List<BabelSense> |
BabelNet.getSenses(String word,
it.uniroma1.lcl.jlt.util.Language searchLanguage,
it.uniroma1.lcl.jlt.util.POS pos,
Collection<it.uniroma1.lcl.jlt.util.Language> targetLanguages) |
Deprecated.
|
List<BabelSense> |
BabelNet.getSenses(String word,
it.uniroma1.lcl.jlt.util.Language searchLanguage,
it.uniroma1.lcl.jlt.util.POS pos,
Collection<it.uniroma1.lcl.jlt.util.Language> targetLanguages,
boolean normalized) |
Deprecated.
|
List<BabelSense> |
BabelNet.getSenses(String word,
it.uniroma1.lcl.jlt.util.Language sourceLanguage,
it.uniroma1.lcl.jlt.util.POS pos,
Collection<it.uniroma1.lcl.jlt.util.Language> targetLanguages,
boolean normalized,
BabelSenseSource... allowedSources) |
Deprecated.
|
List<BabelSense> |
BabelNet.getSenses(String word,
it.uniroma1.lcl.jlt.util.Language language,
it.uniroma1.lcl.jlt.util.POS pos,
Collection<it.uniroma1.lcl.jlt.util.Language> targetLangs,
BabelSenseSource... allowedSources) |
Deprecated.
|
List<BabelSense> |
BabelNet.getSenses(String word,
it.uniroma1.lcl.jlt.util.Language searchLanguage,
Collection<it.uniroma1.lcl.jlt.util.Language> targetLanguages) |
Deprecated.
|
List<BabelSense> |
BabelNet.getSenses(String word,
it.uniroma1.lcl.jlt.util.Language searchLanguage,
Collection<it.uniroma1.lcl.jlt.util.Language> targetLanguages,
boolean normalized) |
Deprecated.
|
List<BabelSense> |
BabelNet.getSensesContaining(String word) |
|
List<BabelSense> |
BabelNet.getSensesContaining(String word,
it.uniroma1.lcl.jlt.util.Language language) |
|
List<BabelSense> |
BabelNet.getSensesContaining(String word,
it.uniroma1.lcl.jlt.util.Language language,
it.uniroma1.lcl.jlt.util.POS pos) |
|
List<BabelSense> |
BabelNet.getSensesFrom(String word) |
|
List<BabelSense> |
BabelNet.getSensesFrom(String word,
it.uniroma1.lcl.jlt.util.Language language) |
|
List<BabelSense> |
BabelNet.getSensesFrom(String word,
it.uniroma1.lcl.jlt.util.Language language,
it.uniroma1.lcl.jlt.util.POS pos) |
|
com.google.common.collect.Multimap<BabelSense,BabelSense> |
BabelSynset.getTranslations() |
Gets all translations between senses found in this
BabelSynset .
|
com.google.common.collect.Multimap<BabelSense,BabelSense> |
BabelSynset.getTranslations() |
Gets all translations between senses found in this
BabelSynset .
|
Stream<BabelSense> |
BabelNet.senseStream() |
|
Stream<BabelSense> |
BabelNet.senseStream(BabelSenseSource source) |
|
Stream<BabelSense> |
BabelNet.senseStream(it.uniroma1.lcl.jlt.util.Language language) |
Returns the full stream of BabelSense s in a given Language
|
Stream<BabelSense> |
BabelNet.senseStream(it.uniroma1.lcl.jlt.util.Language language,
BabelSenseSource source) |
Returns the full stream of BabelSense s with the given constraints
|