1 <?xml version="1.0" encoding="UTF-8" ?> 2 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd"> 3 <!-- Copyright 1991-2018 Unicode, Inc. 4 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) 5 For terms of use, see http://www.unicode.org/copyright.html --> 6 <supplementalData> 7 <version number="" /> 8 <transforms> 9 <transform source="ug" target="ug_FONIPA" direction="forward" draft="contributed" alias="ug-fonipa-t-ug"> 10 <tRule><![CDATA[ 11 # Uyghur to phonemic transcription 12 # Alphabet http://learn101.org/uyghur_alphabet.php + youtube video https://youtu.be/dw1DVFgC8x0 13 # Vowel-consonant harmony in Uyghur. Laura Becker http://home.uni-leipzig.de/lbecker/papers/VowelConsHarmonyUyghur.pdf 14 # Shadike, Muhetaer & Wasili, Buheliqiguli. (2014). Acoustic Articulatory of Uyghur Phonetics. Applied Mechanics and Materials. 519520. 762766. 10.4028/www.scientific.net/AMM.519520.762. 15 # https://kuscholarworks.ku.edu/bitstream/handle/1808/5624/EngYakDwy2009_Uyg1full_10.pdf?seque 16 # 17 # Originally prepared by Alina Korshunova <alinakor2202 (a] gmail.com> 18 # as part of her internship at PanLex (panlex.org) 19 20 ; 21 a; 22 ; 23 b; 24 p; 25 t; 26 d; 27 t; 28 x; 29 d; 30 r; 31 z; 32 ; 33 s; 34 ; 35 ; 36 f; 37 q; 38 k; 39 ; 40 ; 41 l; 42 m; 43 n; 44 h; 45 o; 46 u; 47 ; 48 y; 49 w; 50 e; 51 i; 52 j; 53 54 # Handle geminated consonants 55 ::Null; 56 bb b; 57 pp p; 58 tt } [^\u0361] t; # make sure not to consume tt 59 dd d; 60 tt t; 61 xx x; 62 dd } [^\u0361] d; # make sure not to consume dd 63 rr r; 64 zz z; 65 ; 66 ss s; 67 ; 68 ; 69 ff f; 70 qq q; 71 kk k; 72 ; 73 ; 74 ll l; 75 mm m; 76 nn n; 77 hh h; 78 ww w; 79 jj j; 80 81 ]]></tRule> 82 </transform> 83 </transforms> 84 </supplementalData>