You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

122 lines
2.2 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
<!--
Copyright © 1991-2013 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->
<supplementalData>
<version number="$Revision$"/>
<transforms>
<transform source="sk" target="sk_FONIPA" direction="forward" alias="sk-fonipa-t-sk">
<tRule>
# Slovak orthography to phonemic transcription.
# http://en.wikipedia.org/wiki/Slovak_language
# http://en.wikipedia.org/wiki/Slovak_alphabet
#
# Letters that trigger softening; also triggered at end of word.
# Softening also occurs before "ch", but that starts in "c" so it
# is included in the set below.
$soften = [ptťkcčsš$] ;
#
#
# Transform input to normalized form NFC, and to lowercase.
:: NFC () ;
:: Lower () ;
#
#
# digraphs
ch → x ;
#
#
dž } $soften → t \u0361 ʃ ; # affricate indicated by ligature tie
dz } $soften → t \u0361 s ;
dž → d \u0361 ʒ ;
dz → d \u0361 z ;
#
#
a → a ;
á → aː ;
ä → ɛ ;
b } $soften → p ;
b → b ;
c → t \u0361 s; # affricate indicated by ligature tie
č → t \u0361 ʃ; # affricate indicated by ligature tie
d } [ie] → ɟ ;
d } $soften → t ;
d → d ;
ď } $soften → c ;
ď → ɟ ;
e → e ;
é → eː ;
f → f ;
g } $soften → k ;
g → ɡ ;
h } $soften → x ;
h → ɦ ;
i → ɪ ;
í → iː ;
j → j ;
k → k ;
ľ → ʎ ;
l\' → ʎ ;
l → l ;
ĺ → l̩ː ;
m } [fv] → ɱ ;
m → m ;
n } [kg] → ŋ ;
n } [ie] → ɲ ;
n → n ;
ň → ɲ ;
o → ɔ ;
ó → ɔː ;
ô → u̯o ;
p → p ;
q → kv ;
r → r ;
ŕ → r̩ː ;
s → s ;
š → ʃ ;
t } [ie] → c ;
t\' → c ;
ť → c ;
t → t ;
u → u ;
ú → uː ;
vz } $soften → fs ;
v } $soften → f ;
[ $] { v } ' ' $soften → f ; # v as preposition
v → v ;
w → v ;
x → ks ;
y → ɪ ;
ý → iː ;
z } $soften → s ;
z → z ;
ž } $soften → ʃ ;
ž → ʒ ;
::null;
bb → bː;
cc → cː;
dd → dː;
ff → fː;
nn → nː;
pp → pː;
rr → rː;
ss → sː;
tt → tː;
vv → vː;
zz → zː;
ʃʃ → ʃː;
ʒʒ → ʒː;
</tRule>
</transform>
</transforms>
</supplementalData>