public interface IPronunciation
IWiktionaryEntry
s. 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.Modifier and Type | Interface and Description |
---|---|
static class |
IPronunciation.PronunciationType
Types of different pronunciation information used by
getType() . |
Modifier and Type | Method and Description |
---|---|
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.
|
IPronunciation.PronunciationType getType()
String getText()
String getNote()
Copyright © 2011-2016 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved.