|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IWiktionarySense | |
---|---|
de.tudarmstadt.ukp.jwktl.api | |
de.tudarmstadt.ukp.jwktl.api.entry | |
de.tudarmstadt.ukp.jwktl.api.filter |
Uses of IWiktionarySense in de.tudarmstadt.ukp.jwktl.api |
---|
Methods in de.tudarmstadt.ukp.jwktl.api that return IWiktionarySense | |
---|---|
IWiktionarySense |
IWiktionaryEntry.getSense(int index)
Returns the IWiktionarySense with the given index. |
IWiktionarySense |
IWiktionaryEdition.getSenseForId(long entryId,
int senseIdx)
Returns the word sense with the given entry id and sense index. |
IWiktionarySense |
IWiktionaryEdition.getSenseForId(long pageId,
int entryIdx,
int senseIdx)
Returns the word sense with the given page id, entry index, and sense index. |
IWiktionarySense |
IWiktionaryEdition.getSenseForKey(String id)
Returns the word sense with the given unique id. |
IWiktionarySense |
IWiktionaryCollection.getSenseForKey(String key,
ILanguage language)
Returns the word sense with the given (edition-specific) unique id. |
IWiktionarySense |
IWiktionaryEdition.getSensesForWord(String word,
int entryIdx,
int senseIdx)
Returns the IWiktionarySense encoded on the page with
the given title and being part of the entry with the specified entry
index at the specified sense index. |
IWiktionarySense |
IWiktionaryEntry.getUnassignedSense()
Returns a dummy IWiktionarySense that contains all
information that has not been assigned to a particular sense. |
Methods in de.tudarmstadt.ukp.jwktl.api that return types with arguments of type IWiktionarySense | |
---|---|
IWiktionaryIterator<IWiktionarySense> |
IWiktionary.getAllSenses()
Returns an iterator over all IWiktionarySense s within
the Wiktionary edition. |
IWiktionaryIterator<IWiktionarySense> |
IWiktionary.getAllSenses(boolean sortByTitle)
Returns an iterator over all IWiktionaryEntry s within
the Wiktionary edition. |
IWiktionaryIterator<IWiktionarySense> |
IWiktionary.getAllSenses(boolean sortByTitle,
boolean normalize)
Returns an iterator over all IWiktionaryEntry s within
the Wiktionary edition. |
IWiktionaryIterator<IWiktionarySense> |
IWiktionary.getAllSenses(IWiktionarySenseFilter filter)
Returns an iterator over all IWiktionarySense s within
the Wiktionary edition. |
IWiktionaryIterator<IWiktionarySense> |
IWiktionary.getAllSenses(IWiktionarySenseFilter filter,
boolean sortByTitle)
Returns an iterator over all IWiktionaryEntry s within
the Wiktionary edition. |
IWiktionaryIterator<IWiktionarySense> |
IWiktionary.getAllSenses(IWiktionarySenseFilter filter,
boolean sortByTitle,
boolean normalize)
Returns an iterator over all IWiktionaryEntry s within
the Wiktionary edition. |
Iterable<IWiktionarySense> |
IWiktionaryEntry.getSenses()
Returns the list of all IWiktionarySense s. |
Iterable<IWiktionarySense> |
IWiktionaryEntry.getSenses(boolean includeUnassignedSense)
Returns the list of all IWiktionarySense s. |
List<IWiktionarySense> |
IWiktionary.getSensesForWord(String word)
Returns a list of IWiktionarySense s encoded on a page with
the given title. |
List<IWiktionarySense> |
IWiktionary.getSensesForWord(String word,
boolean normalize)
Returns a list of IWiktionarySense s encoded on a page with
the given title. |
List<IWiktionarySense> |
IWiktionaryEdition.getSensesForWord(String word,
int entryIdx)
Returns a list of IWiktionarySense s encoded on a page with
the given title and being part of an entry with the specified entry
index. |
List<IWiktionarySense> |
IWiktionary.getSensesForWord(String word,
IWiktionarySenseFilter filter)
Returns a list of IWiktionarySense s encoded on a page with
the given title. |
List<IWiktionarySense> |
IWiktionary.getSensesForWord(String word,
IWiktionarySenseFilter filter,
boolean normalize)
Returns a list of IWiktionarySense s encoded on a page with
the given title. |
Methods in de.tudarmstadt.ukp.jwktl.api with parameters of type IWiktionarySense | |
---|---|
String |
WiktionaryFormatter.formatHeader(IWiktionarySense sense)
Returns the sense key, word, sense index, and definition of the given word sense. |
String |
WiktionaryFormatter.formatSense(IWiktionarySense sense)
Returns a string representation of the given word sense using separate prefixed lines for each information type. |
Uses of IWiktionarySense in de.tudarmstadt.ukp.jwktl.api.entry |
---|
Classes in de.tudarmstadt.ukp.jwktl.api.entry that implement IWiktionarySense | |
---|---|
class |
WiktionarySense
Default implementation of the IWiktionarySense interface. |
Methods in de.tudarmstadt.ukp.jwktl.api.entry that return IWiktionarySense | |
---|---|
IWiktionarySense |
WiktionaryEdition.getSenseForId(long entryId,
int senseIdx)
|
IWiktionarySense |
WiktionaryEdition.getSenseForId(long pageId,
int entryIdx,
int senseIdx)
|
IWiktionarySense |
BerkeleyDBWiktionaryEdition.getSenseForKey(String key)
|
IWiktionarySense |
WiktionaryCollection.getSenseForKey(String key,
ILanguage language)
|
IWiktionarySense |
WiktionaryEdition.getSensesForWord(String word,
int entryIdx,
int senseIdx)
|
Constructors in de.tudarmstadt.ukp.jwktl.api.entry with parameters of type IWiktionarySense | |
---|---|
BerkeleyDBWiktionaryEdition.WiktionarySenseProxy(IWiktionarySense sense)
Instanciates an sense proxy to the given referenced sense. |
Uses of IWiktionarySense in de.tudarmstadt.ukp.jwktl.api.filter |
---|
Methods in de.tudarmstadt.ukp.jwktl.api.filter with parameters of type IWiktionarySense | |
---|---|
boolean |
WiktionarySenseFilter.accept(IWiktionarySense sense)
|
boolean |
IWiktionarySenseFilter.accept(IWiktionarySense sense)
Return true if the given sense should be accepted or
false if it should be filtered out. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |