Maven module :un.api : api-linguistics :
Class : un.api.linguistics.Word
Extends/Implements : -
Subclasses : -

A Word.
author  Johann Sorel


Variables : -
Functions : getText, getPhoneticText, getPhonemes, getDiphones




The word as text.
return  Chars never null.
Chars getText ()


The word in phonetic alphabet.
return  Chars, can be null.
Chars getPhoneticText ()


The word as phonemes.
return  Phoneme[], can be null.
Phoneme[] getPhonemes ()


The word as diphones.
return  Diphone[], can be null.
Diphone[] getDiphones ()