Changes between Initial Version and Version 1 of TranscriptionTool/allophones_en-US.xml


Ignore:
Timestamp:
01/08/09 13:28:34 (15 years ago)
Author:
sach01
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TranscriptionTool/allophones_en-US.xml

    v1 v1  
     1'''Phoneset for English (locale: en_US)''': 
     2 
     3{{{ 
     4<allophones name="sampa" xml:lang="en-US" 
     5                features="vlng vheight vfront vrnd ctype cplace cvox"> 
     6        <silence ph="_"/> 
     7 
     8        <vowel ph="A" vlng="l" vheight="3" vfront="3" vrnd="-"/> 
     9        <vowel ph="O" vlng="l" vheight="3" vfront="3" vrnd="+"/> 
     10        <vowel ph="u" vlng="l" vheight="1" vfront="3" vrnd="+"/> 
     11        <vowel ph="i" vlng="l" vheight="1" vfront="1" vrnd="-"/> 
     12 
     13        <vowel ph="{" vlng="s" vheight="3" vfront="1" vrnd="-"/> 
     14        <vowel ph="V" vlng="s" vheight="2" vfront="2" vrnd="-"/> 
     15        <vowel ph="E" vlng="s" vheight="2" vfront="1" vrnd="-"/> 
     16        <vowel ph="I" vlng="s" vheight="1" vfront="1" vrnd="-"/> 
     17        <vowel ph="U" vlng="s" vheight="1" vfront="3" vrnd="+"/> 
     18 
     19        <vowel ph="@" vlng="a" vheight="2" vfront="2" vrnd="-"/> 
     20        <vowel ph="r=" vlng="a" vheight="2" vfront="2" vrnd="-" ctype="r"/> 
     21 
     22        <vowel ph="aU" vlng="d" vheight="3" vfront="2" vrnd="-"/> 
     23        <vowel ph="OI" vlng="d" vheight="2" vfront="3" vrnd="+"/> 
     24        <vowel ph="@U" vlng="d" vheight="2" vfront="3" vrnd="+"/> 
     25        <vowel ph="EI" vlng="d" vheight="2" vfront="1" vrnd="-"/> 
     26        <vowel ph="AI" vlng="d" vheight="3" vfront="2" vrnd="-"/> 
     27 
     28        <consonant ph="p" ctype="s" cplace="l" cvox="-"/> 
     29        <consonant ph="t" ctype="s" cplace="a" cvox="-"/> 
     30        <consonant ph="k" ctype="s" cplace="v" cvox="-"/> 
     31        <consonant ph="b" ctype="s" cplace="l" cvox="+"/> 
     32        <consonant ph="d" ctype="s" cplace="a" cvox="+"/> 
     33        <consonant ph="g" ctype="s" cplace="v" cvox="+"/> 
     34 
     35        <consonant ph="tS" ctype="a" cplace="p" cvox="-"/> 
     36        <consonant ph="dZ" ctype="a" cplace="p" cvox="+"/> 
     37 
     38        <consonant ph="f" ctype="f" cplace="b" cvox="-"/> 
     39        <consonant ph="v" ctype="f" cplace="b" cvox="+"/> 
     40        <consonant ph="T" ctype="f" cplace="d" cvox="-"/> 
     41        <consonant ph="D" ctype="f" cplace="d" cvox="+"/> 
     42        <consonant ph="s" ctype="f" cplace="a" cvox="-"/> 
     43        <consonant ph="z" ctype="f" cplace="a" cvox="+"/> 
     44        <consonant ph="S" ctype="f" cplace="p" cvox="-"/> 
     45        <consonant ph="Z" ctype="f" cplace="p" cvox="+"/> 
     46        <consonant ph="h" ctype="f" cplace="g" cvox="-"/> 
     47 
     48        <consonant ph="l" ctype="l" cplace="a" cvox="+"/> 
     49        <consonant ph="m" ctype="n" cplace="l" cvox="+"/> 
     50        <consonant ph="n" ctype="n" cplace="a" cvox="+"/> 
     51        <consonant ph="N" ctype="n" cplace="v" cvox="+"/> 
     52        <consonant ph="r" ctype="r" cplace="a" cvox="+"/> 
     53        <consonant ph="w" ctype="r" cplace="l" cvox="+"/> 
     54        <consonant ph="j" ctype="r" cplace="p" cvox="+"/> 
     55</allophones> 
     56 
     57}}}