public interface IWiktionaryTranslation
IWiktionarySense
.
A translation is defined by the translated word form and the target language
the translated word form belongs to. In addition to that, there can be
a transliteration (if the target language uses a different script) or
grammatical information given to clarify the usage of a certain translation.
Although each translation belongs to a certain word sense (e.g., retrieved by
IWiktionarySense.getTranslations()
) there can be translations that
have not (yet) been assigned to a word sense. Use the unassigned sense
(IWiktionaryEntry.getUnassignedSense()
) to retrieve them.Modifier and Type | Method and Description |
---|---|
String |
getAdditionalInformation()
Returns additional information on the translation, including usage
notes, meaning-related information, and grammatical properties.
|
ILanguage |
getLanguage()
Returns the target language of the translation.
|
String |
getTranslation()
Returns the translated word form (belonging to target language).
|
String |
getTransliteration()
Returns a transliteration to the script of the encoding Wiktionary.
|
ILanguage getLanguage()
String getTranslation()
String getTransliteration()
null
if no transliteration is specified.String getAdditionalInformation()
Copyright © 2011-2014 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved.