]>
Commit | Line | Data |
---|---|---|
2ca993e8 A |
1 | # *************************************************************************** |
2 | # * | |
3 | # * Copyright (C) 2004-2016, International Business Machines | |
4 | # * Corporation; Unicode, Inc.; and others. All Rights Reserved. | |
5 | # * | |
6 | # *************************************************************************** | |
7 | # File: ia_ia_FONIPA.txt | |
8 | # Generated from CLDR | |
9 | # | |
10 | ||
11 | # Transformation from Interlingua (ia) to its IPA transcription (ia_FONIPA). | |
12 | # http://en.wikipedia.org/wiki/Interlingua#Interlingua_alphabet | |
13 | # http://www.omniglot.com/writing/interlingua.htm | |
14 | ::NFC; | |
15 | ::Lower; | |
16 | # Interlinua has five falling diphthongs. | |
17 | # http://en.wikipedia.org/wiki/Interlingua#Orthography_and_pronunciation | |
18 | ai → ai\u032F; | |
19 | au → au\u032F; | |
20 | ei → ei\u032F; # rare | |
21 | eu → eu\u032F; | |
22 | oi → oi\u032F; # rare | |
23 | # ‹g› is usually [ɡ], but it is [d\u0361ʒ] in -age, -agi-, and -egi-. | |
24 | # http://www.omniglot.com/writing/interlingua.htm | |
25 | $vowel = [aeiouy]; | |
26 | $end_of_word = [$ ]; | |
27 | {age} $end_of_word → ad\u0361ʒe; | |
28 | {agi} $vowel → ad\u0361ʒ; # viagiar → viad\u0361ʒar | |
29 | agi → ad\u0361ʒi; | |
30 | {egi} $vowel → ed\u0361ʒ; # legier → led\u0361ʒer | |
31 | egi → ed\u0361ʒi; | |
32 | gg → ɡ; | |
33 | g → ɡ; | |
34 | # Omniglot: “The sounds of g and k assimilate a preceding n as in English.” | |
35 | {n} [gkqx] → ŋ; | |
36 | nn → n; | |
37 | n → n; | |
38 | a → a; | |
39 | bb → b; | |
40 | b → b; | |
41 | cc → k; | |
42 | {c} [ei] → t\u0361s; | |
43 | ch → k; | |
44 | c → k; | |
45 | dd → d; | |
46 | d → d; | |
47 | e → e; | |
48 | ff → f; | |
49 | f → f; | |
50 | h → ; # ‹h› is normally silent. | |
51 | i → i; | |
52 | j → ʒ; | |
53 | kk → k; | |
54 | k → k; | |
55 | ll → l; | |
56 | l → l; | |
57 | mm → m; | |
58 | m → m; | |
59 | o → o; | |
60 | ph → f; # philosophos, physica | |
61 | pp → p; | |
62 | p → p; | |
63 | que → ke; | |
64 | qu → kw; | |
65 | q → k; | |
66 | rr → ɾ; | |
67 | r → ɾ; | |
68 | sh → ʃ; # rare | |
69 | ss → s; | |
70 | s → s; | |
71 | [^s] {ti} [aeiouy] → t\u0361sj; | |
72 | tt → t; | |
73 | t → t; | |
74 | u → u; | |
75 | v → v; | |
76 | w → v; | |
77 | x → ks; | |
78 | y → i; | |
79 | z → z; | |
80 |