Uses of Class
de.tudarmstadt.ukp.jwktl.api.entry.WiktionaryPage

Packages that use WiktionaryPage
de.tudarmstadt.ukp.jwktl.api.entry   
de.tudarmstadt.ukp.jwktl.parser   
de.tudarmstadt.ukp.jwktl.parser.de   
de.tudarmstadt.ukp.jwktl.parser.en   
de.tudarmstadt.ukp.jwktl.parser.ru   
de.tudarmstadt.ukp.jwktl.parser.util   
 

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

Fields in de.tudarmstadt.ukp.jwktl.api.entry with type parameters of type WiktionaryPage
protected  com.sleepycat.persist.PrimaryIndex<Long,WiktionaryPage> BerkeleyDBWiktionaryEdition.pageById
           
protected  com.sleepycat.persist.SecondaryIndex<String,Long,WiktionaryPage> BerkeleyDBWiktionaryEdition.pageByNormalizedTitle
           
protected  com.sleepycat.persist.SecondaryIndex<String,Long,WiktionaryPage> BerkeleyDBWiktionaryEdition.pageByTitle
           
 

Methods in de.tudarmstadt.ukp.jwktl.api.entry that return WiktionaryPage
 WiktionaryPage BerkeleyDBWiktionaryEdition.getPageForId(long id)
           
 WiktionaryPage BerkeleyDBWiktionaryEdition.getPageForWord(String word)
           
protected  WiktionaryPage BerkeleyDBWiktionaryEdition.loadPage(WiktionaryPage page, IWiktionaryPageFilter filter)
           
 

Methods in de.tudarmstadt.ukp.jwktl.api.entry with parameters of type WiktionaryPage
 void WiktionaryEntry.init(WiktionaryPage page)
          Initialize the entry using the given Wiktionary page.
protected  WiktionaryPage BerkeleyDBWiktionaryEdition.loadPage(WiktionaryPage page, IWiktionaryPageFilter filter)
           
 

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

Classes in de.tudarmstadt.ukp.jwktl.parser with type parameters of type WiktionaryPage
 class WiktionaryPageParser<PageType extends WiktionaryPage>
          Abstract base class for implementations of the IWiktionaryPageParser interface.
 

Fields in de.tudarmstadt.ukp.jwktl.parser declared as WiktionaryPage
protected  PageType WiktionaryPageParser.page
           
 

Methods in de.tudarmstadt.ukp.jwktl.parser that return WiktionaryPage
protected  WiktionaryPage WiktionaryArticleParser.createPage()
           
 WiktionaryPage IWritableWiktionaryEdition.getPageForId(long id)
           
 WiktionaryPage IWritableWiktionaryEdition.getPageForWord(String word)
           
 

Methods in de.tudarmstadt.ukp.jwktl.parser with parameters of type WiktionaryPage
protected  boolean WiktionaryEntryParser.checkForRedirect(WiktionaryPage page, String text)
          Check if the specified text is a redirect and set the redirect target of the given Wiktionary page.
protected abstract  ParsingContext WiktionaryEntryParser.createParsingContext(WiktionaryPage page)
           
 void WiktionaryEntryParser.parse(WiktionaryPage page, String text)
           
 void IWiktionaryEntryParser.parse(WiktionaryPage page, String text)
          Creates Wiktionary word entry instances from the provided text, and adds them to the given article page.
 void IWritableWiktionaryEdition.savePage(WiktionaryPage page)
          Adds the given page to the Wiktionary edition (e.g., storing it in a database).
 void WritableBerkeleyDBWiktionaryEdition.savePage(WiktionaryPage page)
          Adds the given Wiktionary page to the database.
 

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

Methods in de.tudarmstadt.ukp.jwktl.parser.de with parameters of type WiktionaryPage
protected  ParsingContext DEWiktionaryEntryParser.createParsingContext(WiktionaryPage page)
           
 

Uses of WiktionaryPage in de.tudarmstadt.ukp.jwktl.parser.en
 

Methods in de.tudarmstadt.ukp.jwktl.parser.en with parameters of type WiktionaryPage
protected  ParsingContext ENWiktionaryEntryParser.createParsingContext(WiktionaryPage page)
           
 

Uses of WiktionaryPage in de.tudarmstadt.ukp.jwktl.parser.ru
 

Methods in de.tudarmstadt.ukp.jwktl.parser.ru with parameters of type WiktionaryPage
protected  ParsingContext RUWiktionaryEntryParser.createParsingContext(WiktionaryPage page)
           
 void RUWiktionaryEntryParser.parse(WiktionaryPage page, String text)
           
 

Uses of WiktionaryPage in de.tudarmstadt.ukp.jwktl.parser.util
 

Fields in de.tudarmstadt.ukp.jwktl.parser.util declared as WiktionaryPage
protected  WiktionaryPage ParsingContext.page
           
 

Methods in de.tudarmstadt.ukp.jwktl.parser.util that return WiktionaryPage
 WiktionaryPage ParsingContext.getPage()
          Returns the current WiktionaryPage that is being parsed.
 

Constructors in de.tudarmstadt.ukp.jwktl.parser.util with parameters of type WiktionaryPage
ParsingContext(WiktionaryPage page)
          Create a new parsing context for the given Wiktionary page.
ParsingContext(WiktionaryPage page, EntryFactory entryFactory)
          Create a new parsing context for the given Wiktionary page and use the specified entry factory to construct lexical entries.
 



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