|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WiktionaryEntry in de.tudarmstadt.ukp.jwktl.api.entry |
---|
Fields in de.tudarmstadt.ukp.jwktl.api.entry declared as WiktionaryEntry | |
---|---|
protected WiktionaryEntry |
WiktionarySense.entry
|
Fields in de.tudarmstadt.ukp.jwktl.api.entry with type parameters of type WiktionaryEntry | |
---|---|
protected List<WiktionaryEntry> |
WiktionaryPage.entries
|
Methods in de.tudarmstadt.ukp.jwktl.api.entry that return WiktionaryEntry | |
---|---|
WiktionaryEntry |
WiktionaryPage.createEntry()
Factory method for creating a new entry. |
WiktionaryEntry |
WiktionaryPage.getEntry(int index)
|
Methods in de.tudarmstadt.ukp.jwktl.api.entry that return types with arguments of type WiktionaryEntry | |
---|---|
List<WiktionaryEntry> |
WiktionaryPage.entries()
Internal interface that is used by the parsers. |
Methods in de.tudarmstadt.ukp.jwktl.api.entry with parameters of type WiktionaryEntry | |
---|---|
void |
WiktionaryPage.addEntry(WiktionaryEntry entry)
Add the given entry to the list of senses. |
void |
WiktionarySense.init(WiktionaryEntry entry)
Initialize the sense using the given Wiktionary entry. |
Uses of WiktionaryEntry in de.tudarmstadt.ukp.jwktl.parser.de.components |
---|
Methods in de.tudarmstadt.ukp.jwktl.parser.de.components with parameters of type WiktionaryEntry | |
---|---|
protected abstract void |
DESenseIndexedBlockHandler.updatePosEntry(WiktionaryEntry posEntry,
InformationType info)
|
protected void |
DESenseExampleHandler.updatePosEntry(WiktionaryEntry posEntry,
IWikiString example)
|
protected void |
DEReferenceHandler.updatePosEntry(WiktionaryEntry posEntry,
IWikiString reference)
|
protected void |
DERelationHandler.updatePosEntry(WiktionaryEntry posEntry,
IWiktionaryRelation relation)
|
Uses of WiktionaryEntry in de.tudarmstadt.ukp.jwktl.parser.en.components |
---|
Methods in de.tudarmstadt.ukp.jwktl.parser.en.components with parameters of type WiktionaryEntry | |
---|---|
static WiktionarySense |
ENSenseIndexedBlockHandler.findMatchingSense(String comment,
WiktionaryEntry entry)
Returns the word sense of the given entry whose sense definition corresponds to the specified comment (sense marker). |
protected void |
ENRelationHandler.updatePosEntry(WiktionaryEntry posEntry,
IWiktionaryRelation relation)
|
Uses of WiktionaryEntry in de.tudarmstadt.ukp.jwktl.parser.entry |
---|
Methods in de.tudarmstadt.ukp.jwktl.parser.entry that return WiktionaryEntry | |
---|---|
WiktionaryEntry |
EntryFactory.createEntry(ParsingContext context)
Create a new WiktionaryEntry based on the current context. |
WiktionaryEntry |
EntryFactory.findEntry(ParsingContext context)
Checks if the current page contains a WiktionaryEntry
matching for the current context (part of speech, language, etc.) |
Uses of WiktionaryEntry in de.tudarmstadt.ukp.jwktl.parser.ru |
---|
Methods in de.tudarmstadt.ukp.jwktl.parser.ru with parameters of type WiktionaryEntry | |
---|---|
void |
WikokitToJWKTL.addTranslationsToPosEntry(WTranslation[] translations,
WiktionaryEntry posEntry)
Add Wikokit translations to the Wiktionary entry. |
WiktionarySense |
WikokitToJWKTL.convertMeaningToSenseEntry(WiktionaryEntry entry,
String pageTitle,
WMeaning wikoMeaning,
Map<Relation,WRelation[]> wikoRelations,
WTranslation[] translations,
int meaningNr)
Converts a Wikokit sense to JWKTL. |
Uses of WiktionaryEntry in de.tudarmstadt.ukp.jwktl.parser.util |
---|
Methods in de.tudarmstadt.ukp.jwktl.parser.util that return WiktionaryEntry | |
---|---|
WiktionaryEntry |
ParsingContext.findEntry()
Returns the WiktionaryEntry that is currently being
parsed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |