|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ILanguage in de.tudarmstadt.ukp.jwktl.api |
---|
Methods in de.tudarmstadt.ukp.jwktl.api that return ILanguage | |
---|---|
ILanguage |
IWiktionaryPage.getEntryLanguage()
Returns the language that this page is written in. |
ILanguage |
IWiktionaryTranslation.getLanguage()
Returns the target language of the translation. |
ILanguage |
IWiktionaryEdition.getLanguage()
Returns the language of the Wiktionary edition, which is equivalent to the entry language of the contained entries. |
ILanguage |
IWiktionaryEntry.getWordLanguage()
Returns the language of this lexical entry. |
Methods in de.tudarmstadt.ukp.jwktl.api with parameters of type ILanguage | |
---|---|
protected static String |
WiktionaryFormatter.formatLanguage(ILanguage language)
|
String |
WiktionaryFormatter.formatPage(IWiktionaryPage page,
ILanguage... languages)
Returns a string representation of the given page using separate prefixed lines for each information type. |
IWiktionaryPage |
IWiktionaryCollection.getPageForId(long id,
ILanguage entryLanguage)
Returns the page of the specified Wiktionary language edition with the given unique id. |
IWiktionarySense |
IWiktionaryCollection.getSenseForKey(String key,
ILanguage language)
Returns the word sense with the given (edition-specific) unique id. |
List<IWiktionaryTranslation> |
IWiktionaryEntry.getTranslations(ILanguage language)
Returns a list containing all translations of the entry's senses (including the unassigned sense) to the given language. |
List<IWiktionaryTranslation> |
IWiktionarySense.getTranslations(ILanguage language)
Returns the list of translations into the given language. |
Uses of ILanguage in de.tudarmstadt.ukp.jwktl.api.entry |
---|
Fields in de.tudarmstadt.ukp.jwktl.api.entry declared as ILanguage | |
---|---|
protected ILanguage |
WiktionaryPage.entryLanguage
|
protected ILanguage |
WiktionaryTranslation.language
|
protected ILanguage |
BerkeleyDBWiktionaryEdition.language
|
protected ILanguage |
WiktionaryEntry.wordLanguage
|
Methods in de.tudarmstadt.ukp.jwktl.api.entry that return ILanguage | |
---|---|
ILanguage |
WiktionaryPage.getEntryLanguage()
|
ILanguage |
WiktionaryTranslation.getLanguage()
|
ILanguage |
BerkeleyDBWiktionaryEdition.getLanguage()
|
ILanguage |
WiktionaryEntry.getWordLanguage()
|
Methods in de.tudarmstadt.ukp.jwktl.api.entry with parameters of type ILanguage | |
---|---|
IWiktionaryPage |
WiktionaryCollection.getPageForId(long id,
ILanguage entryLanguage)
|
IWiktionarySense |
WiktionaryCollection.getSenseForKey(String key,
ILanguage language)
|
List<IWiktionaryTranslation> |
WiktionarySense.getTranslations(ILanguage language)
|
List<IWiktionaryTranslation> |
WiktionaryEntry.getTranslations(ILanguage language)
|
void |
WiktionaryPage.setEntryLanguage(ILanguage entryLanguage)
Assigns the given entry language to this page. |
void |
WiktionaryEntry.setWordLanguage(ILanguage wordLanguage)
Assigns the given word language. |
Constructors in de.tudarmstadt.ukp.jwktl.api.entry with parameters of type ILanguage | |
---|---|
WiktionaryTranslation(ILanguage language,
String translation)
Creates a new translation for the given language and translation string. |
Uses of ILanguage in de.tudarmstadt.ukp.jwktl.api.filter |
---|
Fields in de.tudarmstadt.ukp.jwktl.api.filter with type parameters of type ILanguage | |
---|---|
protected Set<ILanguage> |
WiktionaryPageFilter.allowedEntryLanguages
|
protected Set<ILanguage> |
WiktionaryEntryFilter.allowedWordLanguages
|
Methods in de.tudarmstadt.ukp.jwktl.api.filter that return types with arguments of type ILanguage | |
---|---|
Iterable<ILanguage> |
WiktionaryPageFilter.getAllowedEntryLanguages()
Return an iterable of the list of all allowed entry languages. |
Iterable<ILanguage> |
WiktionaryEntryFilter.getAllowedWordLanguages()
Return an iterable of the list of all allowed word languages. |
Methods in de.tudarmstadt.ukp.jwktl.api.filter with parameters of type ILanguage | |
---|---|
void |
WiktionaryPageFilter.setAllowedEntryLanguages(ILanguage... allowedEntryLanguages)
Define the set of entry languages which are allowed for a IWiktionaryPage . |
void |
WiktionaryEntryFilter.setAllowedWordLanguages(ILanguage... allowedWordLanguages)
Define the set of word languages which are allowed for a IWiktionaryEntry . |
Method parameters in de.tudarmstadt.ukp.jwktl.api.filter with type arguments of type ILanguage | |
---|---|
void |
WiktionaryPageFilter.setAllowedEntryLanguages(Collection<ILanguage> allowedEntryLanguages)
Define the set of entry languages which are allowed for a IWiktionaryPage . |
void |
WiktionaryEntryFilter.setAllowedWordLanguages(Collection<ILanguage> allowedWordLanguages)
Define the set of word languages which are allowed for a IWiktionaryEntry . |
Constructor parameters in de.tudarmstadt.ukp.jwktl.api.filter with type arguments of type ILanguage | |
---|---|
WiktionaryEntryFilter(Set<ILanguage> allowedEntryLanguages,
Set<ILanguage> allowedWordLanguages,
Set<PartOfSpeech> allowedPartsOfSpeech)
Shorthand for setting the allowed entry language, word language, and parts of speech. |
|
WiktionaryEntryFilter(Set<ILanguage> allowedEntryLanguages,
Set<ILanguage> allowedWordLanguages,
Set<PartOfSpeech> allowedPartsOfSpeech)
Shorthand for setting the allowed entry language, word language, and parts of speech. |
Uses of ILanguage in de.tudarmstadt.ukp.jwktl.api.util |
---|
Classes in de.tudarmstadt.ukp.jwktl.api.util that implement ILanguage | |
---|---|
class |
Language
Implementation of the ILanguage interface. |
Fields in de.tudarmstadt.ukp.jwktl.api.util declared as ILanguage | |
---|---|
static ILanguage |
Language.ENGLISH
The English language. |
static ILanguage |
Language.GERMAN
The German language. |
static ILanguage |
Language.RUSSIAN
The Russian language. |
Methods in de.tudarmstadt.ukp.jwktl.api.util that return ILanguage | |
---|---|
static ILanguage |
Language.findByCode(String code)
Find the language with the given code. |
static ILanguage |
Language.findByName(String name)
Find the language with the given name. |
static ILanguage |
Language.get(String code)
Returns the language with the given internal code. |
Methods in de.tudarmstadt.ukp.jwktl.api.util with parameters of type ILanguage | |
---|---|
int |
Language.compareTo(ILanguage other)
|
static boolean |
Language.equals(ILanguage language1,
ILanguage language2)
Tests if the specified languages are equal. |
Uses of ILanguage in de.tudarmstadt.ukp.jwktl.parser |
---|
Fields in de.tudarmstadt.ukp.jwktl.parser declared as ILanguage | |
---|---|
protected ILanguage |
WiktionaryEntryParser.language
|
Methods in de.tudarmstadt.ukp.jwktl.parser that return ILanguage | |
---|---|
ILanguage |
WiktionaryEntryParser.getLanguage()
Returns the language of this parser's Wiktionary edition. |
protected static ILanguage |
WiktionaryDumpParser.resolveLanguage(String baseURL)
|
Methods in de.tudarmstadt.ukp.jwktl.parser with parameters of type ILanguage | |
---|---|
void |
IWritableWiktionaryEdition.setLanguage(ILanguage language)
Assigns the given language to the Wiktionary edition. |
void |
WritableBerkeleyDBWiktionaryEdition.setLanguage(ILanguage language)
|
Constructors in de.tudarmstadt.ukp.jwktl.parser with parameters of type ILanguage | |
---|---|
WiktionaryEntryParser(ILanguage language,
String redirectName)
Instanciates the entry parser for the given language. |
Uses of ILanguage in de.tudarmstadt.ukp.jwktl.parser.de.components |
---|
Fields in de.tudarmstadt.ukp.jwktl.parser.de.components declared as ILanguage | |
---|---|
protected ILanguage |
DEWordLanguageHandler.language
|
Uses of ILanguage in de.tudarmstadt.ukp.jwktl.parser.en.components |
---|
Fields in de.tudarmstadt.ukp.jwktl.parser.en.components declared as ILanguage | |
---|---|
protected ILanguage |
ENWordLanguageHandler.language
|
Uses of ILanguage in de.tudarmstadt.ukp.jwktl.parser.ru |
---|
Methods in de.tudarmstadt.ukp.jwktl.parser.ru that return ILanguage | |
---|---|
ILanguage |
WikokitToJWKTL.convertLang(LanguageType wikoLang)
Converts a Wikokit language to JWKTL. |
Uses of ILanguage in de.tudarmstadt.ukp.jwktl.parser.util |
---|
Fields in de.tudarmstadt.ukp.jwktl.parser.util declared as ILanguage | |
---|---|
protected ILanguage |
DumpInfo.dumpLanguage
|
protected ILanguage |
ParsingContext.language
|
Methods in de.tudarmstadt.ukp.jwktl.parser.util that return ILanguage | |
---|---|
ILanguage |
IDumpInfo.getDumpLanguage()
Returns the language of the Wiktionary edition this dump file belongs to. |
ILanguage |
DumpInfo.getDumpLanguage()
|
ILanguage |
ParsingContext.getLanguage()
Returns the ILanguage of the current
IWiktionaryEntry . |
Methods in de.tudarmstadt.ukp.jwktl.parser.util with parameters of type ILanguage | |
---|---|
void |
DumpInfo.setDumpLanguage(ILanguage dumpLanguage)
Assign the specified dump language. |
void |
ParsingContext.setLanguage(ILanguage language)
Save the specified language in the context object. |
Uses of ILanguage in de.tudarmstadt.ukp.jwktl.parser.wikisaurus |
---|
Methods in de.tudarmstadt.ukp.jwktl.parser.wikisaurus that return ILanguage | |
---|---|
ILanguage |
WikisaurusEntry.getLanguage()
Returns the word language. |
Constructors in de.tudarmstadt.ukp.jwktl.parser.wikisaurus with parameters of type ILanguage | |
---|---|
WikisaurusEntry(String title,
PartOfSpeech partOfSpeech,
ILanguage language,
String senseDefinition)
Instanciates a new entry with the given title, part of speech, language, and sense definition (optional) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |