1. Phonetic Transcription Coding Module
 

phone.xml

<phone id="phn_01" type="k" start="345" end="390"/>

<phone id="phn_02" type="a" start="390" end="450"/>
<phone id="phn_03" type="s" start="450" end="490"/>
<phone id="phn_04" type="a" start="490" end="540"/>

 

syllable.xml

<syllable id="sllbl_01" stress="&quot" href="phone.xml# id(phn_001)..id(phn_002)"/>

<syllable id="sllbl_02" href="phone.xml# id(phn_003)..id(phn_004)"/>

 
ELEMENT <phone>

ATTRIBUTES:
id [ASCII]
type [ASCII]*
start [FLOAT]
end [FLOAT]

 

* The attribute `type', although defined as ASCII data, can only contain an allowable (language-dependent) combination of SAMPA symbols and diacritics.
 
 

ELEMENT <syllable>
ATTRIBUTES:
id [ASCII]
stress &quot, %
start [FLOAT]
end [FLOAT]
 




Phonetic Representation of Intonation - F0 Coding Module