Modifier and Type | Field and Description |
---|---|
protected List<WiktionarySense> |
WiktionaryEntry.senses |
Modifier and Type | Method and Description |
---|---|
WiktionarySense |
WiktionaryEntry.createSense()
Factory method for creating a new word sense.
|
WiktionarySense |
WiktionaryEntry.findSenseByMarker(String marker)
Identify the first sense of this entry with the given marker.
|
WiktionarySense |
WiktionaryEntry.getSense(int index) |
WiktionarySense |
WiktionaryEntry.getUnassignedSense() |
Modifier and Type | Method and Description |
---|---|
List<WiktionarySense> |
WiktionaryEntry.senses()
Internal interface that is used by the parsers.
|
Modifier and Type | Method and Description |
---|---|
void |
WiktionaryEntry.addSense(WiktionarySense sense)
Add the given sense to the list of senses.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
DESenseIndexedBlockHandler.updateSense(WiktionarySense sense,
InformationType info) |
protected void |
DESenseExampleHandler.updateSense(WiktionarySense sense,
IWikiString example) |
protected void |
DEReferenceHandler.updateSense(WiktionarySense sense,
IWikiString reference) |
protected void |
DERelationHandler.updateSense(WiktionarySense sense,
IWiktionaryRelation relation) |
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
protected void |
ENRelationHandler.updateSense(WiktionarySense sense,
IWiktionaryRelation relation) |
Modifier and Type | Method and Description |
---|---|
WiktionarySense |
WikokitToJWKTL.convertMeaningToSenseEntry(WiktionaryEntry entry,
String pageTitle,
WMeaning wikoMeaning,
Map<Relation,WRelation[]> wikoRelations,
WTranslation[] translations,
int meaningNr)
Converts a Wikokit sense to JWKTL.
|
Copyright © 2011-2014 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved.