de.tudarmstadt.ukp.jwktl.api
Interface IPronunciation

All Known Implementing Classes:
Pronunciation

public interface IPronunciation

Pronunciation information for IWiktionaryEntrys. There can be different types of pronunciation information including standardized written representations using the IPA or SAMPA notation, audio files of people reading a word aloud, and information on the rhyming suffix of a lexical entry.

Author:
Christiam M. Meyer

Nested Class Summary
static class IPronunciation.PronunciationType
          Types of different pronunciation information used by getType().
 
Method Summary
 String getNote()
          Returns additional information for this pronunciation, such as a geographical reference.
 String getText()
          The representation of the pronunciation using a standardized notation such as IPA.
 IPronunciation.PronunciationType getType()
          Returns the type of this pronunciation, which can be audio files or a specific notation schema used to represent pronunciation information.
 

Method Detail

getType

IPronunciation.PronunciationType getType()
Returns the type of this pronunciation, which can be audio files or a specific notation schema used to represent pronunciation information.


getText

String getText()
The representation of the pronunciation using a standardized notation such as IPA. In case of audio files, the file name of the sound file is returned. The corresponding URL of this sound file needs to be obtained by querying http://[LANGUAGE].wiktionary.org/wiki/File:[FILENAME].


getNote

String getNote()
Returns additional information for this pronunciation, such as a geographical reference.



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