Uses of Interface
de.tudarmstadt.ukp.jwktl.api.filter.IWiktionaryEntryFilter

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 IWiktionaryEntrys within the Wiktionary edition.
 IWiktionaryIterator<IWiktionaryEntry> IWiktionary.getAllEntries(IWiktionaryEntryFilter filter, boolean sortByTitle)
          Returns an iterator over all IWiktionaryEntrys within the Wiktionary edition.
 IWiktionaryIterator<IWiktionaryEntry> IWiktionary.getAllEntries(IWiktionaryEntryFilter filter, boolean sortByTitle, boolean normalize)
          Returns an iterator over all IWiktionaryEntrys within the Wiktionary edition.
 List<IWiktionaryEntry> IWiktionary.getEntriesForWord(String word, IWiktionaryEntryFilter filter)
          Returns a list of IWiktionaryEntrys encoded on a page with the given title.
 List<IWiktionaryEntry> IWiktionary.getEntriesForWord(String word, IWiktionaryEntryFilter filter, boolean normalize)
          Returns a list of IWiktionaryEntrys encoded on a page with the given title.
 

Uses of IWiktionaryEntryFilter in de.tudarmstadt.ukp.jwktl.api.entry
 

Methods in de.tudarmstadt.ukp.jwktl.api.entry with parameters of type IWiktionaryEntryFilter
 IWiktionaryIterator<IWiktionaryEntry> AbstractWiktionary.getAllEntries(IWiktionaryEntryFilter filter)
           
 IWiktionaryIterator<IWiktionaryEntry> AbstractWiktionary.getAllEntries(IWiktionaryEntryFilter filter, boolean sortByTitle)
           
 IWiktionaryIterator<IWiktionaryEntry> WiktionaryEdition.getAllEntries(IWiktionaryEntryFilter filter, boolean sortByTitle, boolean normalize)
           
abstract  IWiktionaryIterator<IWiktionaryEntry> AbstractWiktionary.getAllEntries(IWiktionaryEntryFilter filter, boolean sortByTitle, boolean normalize)
           
 IWiktionaryIterator<IWiktionaryEntry> WiktionaryCollection.getAllEntries(IWiktionaryEntryFilter filter, boolean sortByTitle, boolean normalize)
           
 List<IWiktionaryEntry> AbstractWiktionary.getEntriesForWord(String word, IWiktionaryEntryFilter filter)
           
 List<IWiktionaryEntry> WiktionaryEdition.getEntriesForWord(String word, IWiktionaryEntryFilter filter, boolean normalize)
           
abstract  List<IWiktionaryEntry> AbstractWiktionary.getEntriesForWord(String word, IWiktionaryEntryFilter filter, boolean normalize)
           
 List<IWiktionaryEntry> WiktionaryCollection.getEntriesForWord(String word, IWiktionaryEntryFilter filter, boolean normalize)
           
 

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
 



Copyright © 2011-2013 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved.