|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IWiktionaryEntryFilter | |
---|---|
de.tudarmstadt.ukp.jwktl.api | |
de.tudarmstadt.ukp.jwktl.api.entry | |
de.tudarmstadt.ukp.jwktl.api.filter |
Uses of IWiktionaryEntryFilter in de.tudarmstadt.ukp.jwktl.api |
---|
Methods in de.tudarmstadt.ukp.jwktl.api with parameters of type IWiktionaryEntryFilter | |
---|---|
IWiktionaryIterator<IWiktionaryEntry> |
IWiktionary.getAllEntries(IWiktionaryEntryFilter filter)
Returns an iterator over all IWiktionaryEntry s within
the Wiktionary edition. |
IWiktionaryIterator<IWiktionaryEntry> |
IWiktionary.getAllEntries(IWiktionaryEntryFilter filter,
boolean sortByTitle)
Returns an iterator over all IWiktionaryEntry s within
the Wiktionary edition. |
IWiktionaryIterator<IWiktionaryEntry> |
IWiktionary.getAllEntries(IWiktionaryEntryFilter filter,
boolean sortByTitle,
boolean normalize)
Returns an iterator over all IWiktionaryEntry s within
the Wiktionary edition. |
List<IWiktionaryEntry> |
IWiktionary.getEntriesForWord(String word,
IWiktionaryEntryFilter filter)
Returns a list of IWiktionaryEntry s encoded on a page with
the given title. |
List<IWiktionaryEntry> |
IWiktionary.getEntriesForWord(String word,
IWiktionaryEntryFilter filter,
boolean normalize)
Returns a list of IWiktionaryEntry s encoded on a page with
the given title. |
Uses of IWiktionaryEntryFilter in de.tudarmstadt.ukp.jwktl.api.entry |
---|
Uses of IWiktionaryEntryFilter in de.tudarmstadt.ukp.jwktl.api.filter |
---|
Classes in de.tudarmstadt.ukp.jwktl.api.filter that implement IWiktionaryEntryFilter | |
---|---|
class |
WiktionaryEntryFilter
Default implementation of the IWiktionaryEntryFilter interface
which inherits all filter options of the WiktionaryPageFilter
and additionally provides the possibility of filtering entries by word
language and part of speech. |
class |
WiktionarySenseFilter
Default implementation of the IWiktionarySenseFilter interface
which inherits all filter options of the WiktionaryEntryFilter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |