Package | Description |
---|---|
de.tudarmstadt.ukp.jwktl.api | |
de.tudarmstadt.ukp.jwktl.api.entry | |
de.tudarmstadt.ukp.jwktl.parser.de.components |
Modifier and Type | Method and Description |
---|---|
List<IWiktionaryExample> |
IWiktionaryEntry.getExamples()
Returns a list containing all sense definitions of the entry's senses
/** Returns a list containing all examples of the entry's senses
(including the unassigned sense).
|
List<IWiktionaryExample> |
IWiktionarySense.getExamples()
Returns a list of sense examples or
null if no sense
examples are encoded. |
Modifier and Type | Class and Description |
---|---|
class |
WiktionaryExample |
Modifier and Type | Field and Description |
---|---|
protected List<IWiktionaryExample> |
WiktionarySense.examples |
Modifier and Type | Method and Description |
---|---|
List<IWiktionaryExample> |
WiktionarySense.getExamples() |
List<IWiktionaryExample> |
WiktionaryEntry.getExamples() |
Modifier and Type | Method and Description |
---|---|
void |
WiktionarySense.addExample(IWiktionaryExample example)
Add the given example to this sense.
|
Modifier and Type | Method and Description |
---|---|
protected List<IWiktionaryExample> |
DESenseExampleHandler.extract(int index,
String text) |
Modifier and Type | Method and Description |
---|---|
protected void |
DESenseExampleHandler.updatePosEntry(WiktionaryEntry posEntry,
IWiktionaryExample example) |
protected void |
DESenseExampleHandler.updateSense(WiktionarySense sense,
IWiktionaryExample example) |
Copyright © 2011-2016 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved.