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

Packages that use IPronunciation
de.tudarmstadt.ukp.jwktl.api   
de.tudarmstadt.ukp.jwktl.api.entry   
de.tudarmstadt.ukp.jwktl.parser.en.components   
de.tudarmstadt.ukp.jwktl.parser.util   
 

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

Methods in de.tudarmstadt.ukp.jwktl.api that return types with arguments of type IPronunciation
 List<IPronunciation> IWiktionaryEntry.getPronunciations()
          Returns a list of pronunciations for this lexical entry.
 

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

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

Fields in de.tudarmstadt.ukp.jwktl.api.entry with type parameters of type IPronunciation
protected  List<IPronunciation> WiktionaryEntry.pronunciations
           
 

Methods in de.tudarmstadt.ukp.jwktl.api.entry that return types with arguments of type IPronunciation
 List<IPronunciation> WiktionaryEntry.getPronunciations()
           
 

Methods in de.tudarmstadt.ukp.jwktl.api.entry with parameters of type IPronunciation
 void WiktionaryEntry.addPronunciation(IPronunciation pronunciation)
          Adds the given pronunciation.
 

Uses of IPronunciation in de.tudarmstadt.ukp.jwktl.parser.en.components
 

Fields in de.tudarmstadt.ukp.jwktl.parser.en.components with type parameters of type IPronunciation
protected  List<IPronunciation> ENPronunciationHandler.pronunciations
           
 

Methods in de.tudarmstadt.ukp.jwktl.parser.en.components that return types with arguments of type IPronunciation
 List<IPronunciation> ENPronunciationHandler.getPronunciations()
          Returns the list of all extracted pronunciations.
 

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

Fields in de.tudarmstadt.ukp.jwktl.parser.util with type parameters of type IPronunciation
protected  List<IPronunciation> ParsingContext.pronunciations
           
 

Methods in de.tudarmstadt.ukp.jwktl.parser.util that return types with arguments of type IPronunciation
 List<IPronunciation> ParsingContext.getPronunciations()
          Returns the pronunciations of the current IWiktionaryEntry.
 

Method parameters in de.tudarmstadt.ukp.jwktl.parser.util with type arguments of type IPronunciation
 void ParsingContext.setPronunciations(List<IPronunciation> pronunciations)
          Save the specified pronunciations in the context object.
 



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