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() |
ILanguage |
getLanguage() |
String |
getRawSense() |
String |
getTranslation() |
String |
getTransliteration() |
boolean |
isCheckNeeded() |
ILanguage getLanguage()
String getTranslation()
String getTransliteration()
null if no transliteration is specified.String getAdditionalInformation()
String getRawSense()
boolean isCheckNeeded()
Copyright © 2011-2016 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved.