]>
Commit | Line | Data |
---|---|---|
1 | # *************************************************************************** | |
2 | # * | |
3 | # * Copyright (C) 2004-2016, International Business Machines | |
4 | # * Corporation; Unicode, Inc.; and others. All Rights Reserved. | |
5 | # * | |
6 | # *************************************************************************** | |
7 | # File: es_fa.txt | |
8 | # Generated from CLDR | |
9 | # | |
10 | ||
11 | $Boundary = [^[:L:][:M:][:N:]]; | |
12 | $Vowel = [i e o u a]; | |
13 | ::es-es_FONIPA; | |
14 | # In Farsi transcription of Spanish, un-stressed [e] should be treated | |
15 | # like [ə] which gets stripped off. However, we currently do have not | |
16 | # have a good way of finding stress in Spanish words. In the long term, | |
17 | # it would be _much_ better to look at stress markers, but for now | |
18 | # we do this trivial heuristics to find unstressed [e] in the first | |
19 | # syllable. | |
20 | $Boundary [^Vowel] {e} [^$Vowel]* $Vowel → ə; | |
21 | ::und_FONIPA-fa; | |
22 |