|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.tudarmstadt.ukp.jwktl.api.entry.Pronunciation
@Persistent public class Pronunciation
Default implementation of the IPronunciation
interface.
See there for details.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.jwktl.api.IPronunciation |
---|
IPronunciation.PronunciationType |
Field Summary | |
---|---|
protected String |
note
|
protected String |
text
|
protected IPronunciation.PronunciationType |
type
|
Constructor Summary | |
---|---|
Pronunciation()
Creates a new, empty pronunciation. |
|
Pronunciation(IPronunciation.PronunciationType type,
String text,
String note)
Creates a new pronunciation for the given representation text, notation type and addition information. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected IPronunciation.PronunciationType type
protected String text
protected String note
Constructor Detail |
---|
public Pronunciation()
public Pronunciation(IPronunciation.PronunciationType type, String text, String note)
Method Detail |
---|
public IPronunciation.PronunciationType getType()
IPronunciation
getType
in interface IPronunciation
public String getText()
IPronunciation
getText
in interface IPronunciation
public String getNote()
IPronunciation
getNote
in interface IPronunciation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |