|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWiktionaryTranslation
Represents a lexical translation of a 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.
Method Summary | |
---|---|
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. |
Method Detail |
---|
ILanguage getLanguage()
String getTranslation()
String getTransliteration()
null
if no transliteration is specified.
String getAdditionalInformation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |