Uses of Interface
de.tudarmstadt.ukp.jwktl.parser.IWiktionaryPageParser

Packages that use IWiktionaryPageParser
de.tudarmstadt.ukp.jwktl.parser   
de.tudarmstadt.ukp.jwktl.parser.wikisaurus   
 

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

Classes in de.tudarmstadt.ukp.jwktl.parser that implement IWiktionaryPageParser
 class WiktionaryArticleParser
          Parses a Wiktionary XML dump and stores the parsed information as a Berkeley DB within a specified directory.
 class WiktionaryPageParser<PageType extends WiktionaryPage>
          Abstract base class for implementations of the IWiktionaryPageParser interface.
 

Fields in de.tudarmstadt.ukp.jwktl.parser with type parameters of type IWiktionaryPageParser
protected  List<IWiktionaryPageParser> WiktionaryDumpParser.parserRegistry
           
 

Methods in de.tudarmstadt.ukp.jwktl.parser that return types with arguments of type IWiktionaryPageParser
 Iterable<IWiktionaryPageParser> WiktionaryDumpParser.getPageParsers()
           
 Iterable<IWiktionaryPageParser> IWiktionaryDumpParser.getPageParsers()
          Returns the list of all registered IWiktionaryPageParsers.
 

Methods in de.tudarmstadt.ukp.jwktl.parser with parameters of type IWiktionaryPageParser
 void WiktionaryDumpParser.register(IWiktionaryPageParser pageParser)
           
 void IWiktionaryDumpParser.register(IWiktionaryPageParser pageParser)
          Register the given IWiktionaryPageParser.
 

Constructors in de.tudarmstadt.ukp.jwktl.parser with parameters of type IWiktionaryPageParser
WiktionaryDumpParser(IWiktionaryPageParser... pageParsers)
          Initializes the dump parser and registers the given page parsers.
 

Uses of IWiktionaryPageParser in de.tudarmstadt.ukp.jwktl.parser.wikisaurus
 

Classes in de.tudarmstadt.ukp.jwktl.parser.wikisaurus that implement IWiktionaryPageParser
 class WikisaurusArticleParser
          (Yet experimental) parser for the Wikisaurus entries (i.e., wiki pages in the Wikisaurus namespace that contain thesaurus-like information).
 



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