Package | Description |
---|---|
it.uniroma1.lcl.babelnet |
The root package of the BabelNet API.
|
Modifier and Type | Method and Description |
---|---|
Map<WordNetSynsetID,List<WordNetSynsetID>> |
BabelSynset.getWordNetOffsetMapFrom(it.uniroma1.lcl.jlt.wordnet.WordNetVersion fromVersion)
Obtains a map from
WordNetSynsetID s of the input WordNetVersion to the current version of WordNet (3.0 as of 2016) |
Map<WordNetSynsetID,List<WordNetSynsetID>> |
BabelSynset.getWordNetOffsetMapFrom(it.uniroma1.lcl.jlt.wordnet.WordNetVersion fromVersion)
Obtains a map from
WordNetSynsetID s of the input WordNetVersion to the current version of WordNet (3.0 as of 2016) |
Map<WordNetSynsetID,List<WordNetSynsetID>> |
BabelSynset.getWordNetOffsetMapTo(it.uniroma1.lcl.jlt.wordnet.WordNetVersion toVersion)
Obtains a map from the current version of WordNet (3.0 as of 2016) to
WordNetSynsetID s of the input WordNetVersion |
Map<WordNetSynsetID,List<WordNetSynsetID>> |
BabelSynset.getWordNetOffsetMapTo(it.uniroma1.lcl.jlt.wordnet.WordNetVersion toVersion)
Obtains a map from the current version of WordNet (3.0 as of 2016) to
WordNetSynsetID s of the input WordNetVersion |
List<WordNetSynsetID> |
BabelSynset.getWordNetOffsets()
Gets the WordNet offsets (version 3.0) whose corresponding synsets this
BabelSynset covers, if any. |
List<WordNetSynsetID> |
WordNetSynsetID.toVersion(it.uniroma1.lcl.jlt.wordnet.WordNetVersion targetVersion)
Obtains a list of
WordNetSynsetID s corresponding to this WordNetSynsetID in the input WordNetVersion |
Copyright © 2016–2021. All rights reserved.