Uses of Interface
de.tudarmstadt.ukp.jwktl.api.IWiktionaryPage

Packages that use IWiktionaryPage
de.tudarmstadt.ukp.jwktl.api   
de.tudarmstadt.ukp.jwktl.api.entry   
de.tudarmstadt.ukp.jwktl.api.filter   
de.tudarmstadt.ukp.jwktl.parser   
 

Uses of IWiktionaryPage in de.tudarmstadt.ukp.jwktl.api
 

Methods in de.tudarmstadt.ukp.jwktl.api that return IWiktionaryPage
 IWiktionaryPage IWiktionaryEntry.getPage()
          Returns a reference to the IWiktionaryPage that contains this entry.
 IWiktionaryPage IWiktionarySense.getPage()
          Returns a reference to the IWiktionaryPage that contains this sense.
 IWiktionaryPage IWiktionaryEdition.getPageForId(long id)
          Returns the page with the given unique id.
 IWiktionaryPage IWiktionaryCollection.getPageForId(long id, ILanguage entryLanguage)
          Returns the page of the specified Wiktionary language edition with the given unique id.
 IWiktionaryPage IWiktionaryEdition.getPageForWord(String word)
          Returns the page with the given title.
 

Methods in de.tudarmstadt.ukp.jwktl.api that return types with arguments of type IWiktionaryPage
 IWiktionaryIterator<IWiktionaryPage> IWiktionary.getAllPages()
          Returns an iterator over all IWiktionaryPages within the Wiktionary edition.
 IWiktionaryIterator<IWiktionaryPage> IWiktionary.getAllPages(boolean sortByTitle)
          Returns an iterator over all IWiktionaryPages within the Wiktionary edition.
 IWiktionaryIterator<IWiktionaryPage> IWiktionary.getAllPages(boolean sortByTitle, boolean normalize)
          Returns an iterator over all IWiktionaryPages within the Wiktionary edition.
 IWiktionaryIterator<IWiktionaryPage> IWiktionary.getAllPages(IWiktionaryPageFilter filter)
          Returns an iterator over all IWiktionaryPages within the Wiktionary edition.
 IWiktionaryIterator<IWiktionaryPage> IWiktionary.getAllPages(IWiktionaryPageFilter filter, boolean sortByTitle)
          Returns an iterator over all IWiktionaryPages within the Wiktionary edition.
 IWiktionaryIterator<IWiktionaryPage> IWiktionary.getAllPages(IWiktionaryPageFilter filter, boolean sortByTitle, boolean normalize)
          Returns an iterator over all IWiktionaryPages within the Wiktionary edition.
 List<IWiktionaryPage> IWiktionaryCollection.getPagesForId(long id)
          Returns the pages with the given (edition-specific) unique id.
 List<IWiktionaryPage> IWiktionaryCollection.getPagesForWord(String word)
          Returns all pages with the given title.
 List<IWiktionaryPage> IWiktionary.getPagesForWord(String word, boolean normalize)
          Returns the page with the given title.
 List<IWiktionaryPage> IWiktionaryCollection.getPagesForWord(String word, IWiktionaryPageFilter filter)
          Returns all pages with the given title.
 List<IWiktionaryPage> IWiktionary.getPagesForWord(String word, IWiktionaryPageFilter filter, boolean normalize)
          Returns the page with the given title.
 

Methods in de.tudarmstadt.ukp.jwktl.api with parameters of type IWiktionaryPage
 String WiktionaryFormatter.formatHeader(IWiktionaryPage page)
          Returns the ID and the title of the given page.
 String WiktionaryFormatter.formatPage(IWiktionaryPage page, ILanguage... languages)
          Returns a string representation of the given page using separate prefixed lines for each information type.
 

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

Classes in de.tudarmstadt.ukp.jwktl.api.entry that implement IWiktionaryPage
 class WiktionaryPage
          Default implementation of the IWiktionaryPage interface.
 

Fields in de.tudarmstadt.ukp.jwktl.api.entry declared as IWiktionaryPage
protected  IWiktionaryPage WiktionaryEntry.page
           
 

Methods in de.tudarmstadt.ukp.jwktl.api.entry that return IWiktionaryPage
 IWiktionaryPage WiktionarySense.getPage()
           
 IWiktionaryPage WiktionaryEntry.getPage()
           
 IWiktionaryPage WiktionaryCollection.getPageForId(long id, ILanguage entryLanguage)
           
 

Methods in de.tudarmstadt.ukp.jwktl.api.entry that return types with arguments of type IWiktionaryPage
 IWiktionaryIterator<IWiktionaryPage> AbstractWiktionary.getAllPages()
           
 IWiktionaryIterator<IWiktionaryPage> AbstractWiktionary.getAllPages(boolean sortByTitle)
           
 IWiktionaryIterator<IWiktionaryPage> AbstractWiktionary.getAllPages(boolean sortByTitle, boolean normalize)
           
 IWiktionaryIterator<IWiktionaryPage> AbstractWiktionary.getAllPages(IWiktionaryPageFilter filter)
           
 IWiktionaryIterator<IWiktionaryPage> AbstractWiktionary.getAllPages(IWiktionaryPageFilter filter, boolean sortByTitle)
           
abstract  IWiktionaryIterator<IWiktionaryPage> AbstractWiktionary.getAllPages(IWiktionaryPageFilter filter, boolean sortByTitle, boolean normalize)
           
 IWiktionaryIterator<IWiktionaryPage> WiktionaryCollection.getAllPages(IWiktionaryPageFilter filter, boolean sortByTitle, boolean normalize)
           
 WiktionaryIterator<IWiktionaryPage> BerkeleyDBWiktionaryEdition.getAllPages(IWiktionaryPageFilter filter, boolean sortByTitle, boolean normalize)
           
 List<IWiktionaryPage> WiktionaryCollection.getPagesForId(long id)
           
 List<IWiktionaryPage> WiktionaryCollection.getPagesForWord(String word)
           
 List<IWiktionaryPage> AbstractWiktionary.getPagesForWord(String word, boolean normalize)
           
 List<IWiktionaryPage> WiktionaryCollection.getPagesForWord(String word, IWiktionaryPageFilter filter)
           
abstract  List<IWiktionaryPage> AbstractWiktionary.getPagesForWord(String word, IWiktionaryPageFilter filter, boolean normalize)
           
 List<IWiktionaryPage> WiktionaryCollection.getPagesForWord(String word, IWiktionaryPageFilter filter, boolean normalize)
           
 List<IWiktionaryPage> BerkeleyDBWiktionaryEdition.getPagesForWord(String word, IWiktionaryPageFilter filter, boolean normalize)
           
 

Uses of IWiktionaryPage in de.tudarmstadt.ukp.jwktl.api.filter
 

Methods in de.tudarmstadt.ukp.jwktl.api.filter with parameters of type IWiktionaryPage
 boolean WiktionaryPageFilter.accept(IWiktionaryPage page)
           
 boolean IWiktionaryPageFilter.accept(IWiktionaryPage page)
          Return true if the given page should be accepted or false if it should be filtered out.
protected  boolean WiktionaryPageFilter.acceptEntryLanguage(IWiktionaryPage page)
           
 

Uses of IWiktionaryPage in de.tudarmstadt.ukp.jwktl.parser
 

Methods in de.tudarmstadt.ukp.jwktl.parser with parameters of type IWiktionaryPage
protected  boolean WiktionaryArticleParser.isAllowed(IWiktionaryPage page)
           
 



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