Package | Description |
---|---|
it.uniroma1.lcl.babelnet.data |
The data package of the BabelNet API.
|
it.uniroma1.lcl.kb |
The package which contains the general interfaces and classes for all Lexical Knowledge Bases.
|
Modifier and Type | Class and Description |
---|---|
class |
BabelSenseSource
Enumeration of the different sources for the BabelNet senses.
|
Modifier and Type | Field and Description |
---|---|
protected SenseSource |
ResourceID.source
Source of the resource ID
|
Modifier and Type | Method and Description |
---|---|
SenseSource |
Sense.getSource()
Gets the
BabelSenseSource of this Sense . |
SenseSource |
ResourceID.getSource()
Gets the source associated with the given ID
|
SenseSource |
Gloss.getSource()
The region where the concept for this gloss lies.
|
Modifier and Type | Method and Description |
---|---|
List<? extends SenseSource> |
Synset.getSenseSources()
Collects all
SenseSource s contained
for this Synset . |
Modifier and Type | Method and Description |
---|---|
List<X> |
Synset.getExamples(it.uniroma1.lcl.jlt.util.Language lang,
SenseSource source)
|
default List<X> |
Synset.getExamples(SenseSource source)
|
List<G> |
Synset.getGlosses(it.uniroma1.lcl.jlt.util.Language lang,
SenseSource source)
|
default List<G> |
Synset.getGlosses(SenseSource source)
|
List<S> |
Synset.getSenses(it.uniroma1.lcl.jlt.util.Language language,
SenseSource source)
Get the senses contained in this
Synset for an
input language and sense source |
List<S> |
Synset.getSenses(SenseSource source)
Get the senses contained in this
Synset for an
input sense source |
List<S> |
Synset.getSenses(String lemma,
it.uniroma1.lcl.jlt.util.Language language,
boolean normalized,
SenseSource... sources)
Gets the
Sense s for the input word in the given language |
default List<S> |
Synset.getSenses(String lemma,
it.uniroma1.lcl.jlt.util.Language language,
SenseSource... sources)
Gets the
Sense s for the input word in the given language |
Constructor and Description |
---|
ResourceID(String id,
SenseSource source)
Builds the ResourceID
|
ResourceWithLemmaID(String title,
it.uniroma1.lcl.jlt.util.Language language,
com.babelscape.util.POS pos,
SenseSource source)
Builds a resource with lemma and ID
|
ResourceWithLemmaID(String title,
it.uniroma1.lcl.jlt.util.Language language,
SenseSource source)
Builds a resource with lemma and ID
|
SynsetID(String id,
SenseSource source) |
Copyright © 2016–2018. All rights reserved.