# ***************************************************************************
# *
-# * Copyright (C) 2004-2010, International Business Machines
+# * Copyright (C) 2004-2016, International Business Machines
# * Corporation; Unicode, Inc.; and others. All Rights Reserved.
# *
# ***************************************************************************
# File: pl_pl_FONIPA.txt
# Generated from CLDR
#
+
+# Polish orthography to phonemic transcription.
+# http://en.wikipedia.org/wiki/Polish_phonology
+#
+# Transform input to normalized form NFC, and to lowercase.
:: NFC () ;
:: Lower () ;
+#
+#
+# Definitions.
$voiceless = [cfhkpst];
$vowel = [ aąeęioóuy ];
+#
+#
+# Digraphs and Trigraphs.
+#
ch } i → ç ;
ch → x ;
ci } $vowel → t \u0361 ɕ ;
tw → tf ;
zi } $vowel → ʑ ;
zi → ʑ i ;
+#
+#
a → a ;
ą } [bp] → ɔm ;
ą } [kg] → ɔŋ ;
ź → ʑ ;
ż } $voiceless → ʂ ;
ż → ʐ ;
+#
+#
+# Second pass: Phoneme-to-phone rules.
:: Null ;
+#
+#
tʐ → tʂ ;
pʐ → pʂ ;
xʐ → xʂ ;
ʐt\u0361ʂ → ʂt\u0361ʂ ;
+#
+#
+# Final de-voicing.
b } [$] → p ;
d \u0361 z } [$] → t \u0361 s ; # rydz → rɨt\u0361s
d } [$] → t ;
ʐ } [$] → ʂ ;
ʑ } [$] → ɕ ;
z } [$] → s ;
+