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

Packages that use IWiktionary
de.tudarmstadt.ukp.jwktl.api   
de.tudarmstadt.ukp.jwktl.api.entry   
de.tudarmstadt.ukp.jwktl.parser   
 

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

Subinterfaces of IWiktionary in de.tudarmstadt.ukp.jwktl.api
 interface IWiktionaryCollection
          Models a list of multiple Wiktionary language editions (e.g., the English and the German Wiktionary editions).
 interface IWiktionaryEdition
          Models a single Wiktionary language edition (e.g., the English Wiktionary) for which this interface provides multiple querying and iteration methods.
 

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

Classes in de.tudarmstadt.ukp.jwktl.api.entry that implement IWiktionary
 class AbstractWiktionary
          Default implementation of the IWiktionary interface.
 class BerkeleyDBWiktionaryEdition
          Implementation of the IWiktionaryEdition interface, which makes use of a Berkeley DB to store and retrieve the parsed Wiktionary information.
 class WiktionaryCollection
          Default implementation of the IWiktionaryCollection interface.
 class WiktionaryEdition
          Abstract base class for implementations of IWiktionaryEditions.
 

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

Subinterfaces of IWiktionary in de.tudarmstadt.ukp.jwktl.parser
 interface IWritableWiktionaryEdition
          Generic interface for writable Wiktionary language editions used by the parsers to store the extracted entries and information types.
 

Classes in de.tudarmstadt.ukp.jwktl.parser that implement IWiktionary
 class WritableBerkeleyDBWiktionaryEdition
          Extends the Berkeley DB implementation by providing the possibility for modifying the contents.
 



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