/usr/share/festival/czech.scm is in festival-czech 0.3-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 | ;;; Czech support for Festival
;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Brailcom, o.p.s.
;; Author: Milan Zamazal <pdm@brailcom.org>
;; COPYRIGHT NOTICE
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 2 of the License, or
;; (at your option) any later version.
;; This program is distributed in the hope that it will be useful, but
;; WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
;; or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
;; for more details.
;; You should have received a copy of the GNU General Public License
;; along with this program; if not, write to the Free Software
;; Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
;;; Utility functions
(define (czech-min x y)
(if (<= x y) x y))
(define (czech-max x y)
(if (>= x y) x y))
(define (czech-item.has-feat item feat)
(assoc feat (item.features item)))
(define (czech-item.feat? item feat value)
(and item (string-equal (item.feat item feat) value)))
(define (czech-item.feat*? item feat value)
(and item (string-matches (item.feat item feat) value)))
(define (czech-all-same lst)
(or (<= (length lst) 1)
(and (string-equal (car lst) (cadr lst))
(czech-all-same (cdr lst)))))
(define (czech-suffix string i)
(substring string i (- (string-length string) i)))
(defvar czech-randomize t)
(defvar czech-rand-range nil)
(defvar czech-moravian t)
(defvar czech-insert-filling-vowels t)
(defvar czech-group-digits 3)
(define (czech-rand)
(if czech-randomize
(begin
(if (not czech-rand-range)
(let ((n 100)
(max 0))
(while (> n 0)
(let ((r (rand)))
(if (> r max)
(set! max r)))
(set! n (- n 1)))
(set! czech-rand-range 1)
(while (> max czech-rand-range)
(set! czech-rand-range (* 2 czech-rand-range)))))
(/ (rand) czech-rand-range))
0.5))
(define (czech-random-choice lst)
(let ((max (length lst)))
(let ((n (* (czech-rand) max)))
(nth n lst))))
(define (czech-next-token-punc word)
(if (item.relation.next word "Token")
"0"
(item.feat word "R:Token.n.daughter1.prepunctuation")))
(define (czech-next-punc word)
(let ((token (item.next (item.parent (item.relation word 'Token)))))
(while (and token (not (string-matches (item.feat token 'punc) "[^0]+")))
(set! token (item.next token)))
(if token
(item.feat token 'punc)
0)))
(define (czech-prev-punc word)
(let ((token (item.prev (item.parent (item.relation word 'Token)))))
(while (and token (not (string-matches (item.feat token 'punc) "[^0]+")))
(set! token (item.prev token)))
(if token
(item.feat token 'punc)
0)))
(define (czech-word-stress-unit word)
(let ((sylword (item.relation word 'SylStructure)))
(if (and sylword (item.daughter1 sylword))
(item.parent (item.relation (item.daughter1 sylword) 'StressUnit)))))
(define (czech-stress-unit-punc unit)
(and unit
(item.feat unit "daughtern.R:SylStructure.parent.R:Token.parent.punc")))
;;; Phone set
(defPhoneSet czech
(;; vowel or consonant: vowel consonant
(vc + - 0)
;; vowel length: short long
(vlng s l 0)
;; consonant voicing: yes no unique
(cvox + - u 0)
;; can create a syllable: yes no
(syl + - 0)
;; can make previous consonant nasal: yes no
(postnas + - 0)
;; voiced/unvoiced counterpart: phone
(partner b c c~ ch d d~ dz dz~ f g h k p r~* s s~ t t~ v z z~ 0)
)
(
;; c l v s n p
(# 0 0 0 0 0 0) ; pause
(_ 0 0 0 - 0 0) ; vowel-vowel stroke
(a + s 0 + - 0)
(a: + l 0 + - 0)
(b - 0 + - - p)
(c - 0 - - - dz)
(c~ - 0 - - - dz~)
(ch - 0 - - - 0)
(d - 0 + - - t)
(d~ - 0 + - - t~)
(dz - 0 + - - c)
(dz~ - 0 + - - c~)
(e + s 0 + - 0)
(e: + l 0 + - 0)
(f - 0 - - - v)
(g - 0 + - + k)
(h - 0 + - - ch)
(i + s 0 + - 0)
(i: + l 0 + - 0)
(j - 0 u - - 0)
(k - 0 - - + g)
(l - 0 u + - 0)
(m - 0 u - - 0)
(n - 0 u - - 0)
(n* - 0 u - - 0) ; n before k or g
(n~ - 0 u - - 0)
(o + s 0 + - 0)
(o: + l 0 + - 0)
(p - 0 - - - b)
(r - 0 u + - 0)
(r~ - 0 + - - r~*) ; (default) voiced r~, may change to r~*
(r~* - 0 - - - 0) ; unvoiced r~, can't change back to r~
(s - 0 - - - z)
(s~ - 0 - - - z~)
(t - 0 - - - d)
(t~ - 0 - - - d~)
(u + s 0 + - 0)
(u: + l 0 + - 0)
(v - 0 + - - f)
(z - 0 + - - s)
(z~ - 0 + - - s~)
)
)
(PhoneSet.silences '(#))
(defvar czech-phoneset-translation '())
(defvar czech-phoneset-translation* nil)
;;; Text to phones
(lts.ruleset
czech-normalize
;; just transforms the texts to a canonical form
()
(
( [ a ] = a )
( [ á ] = á )
( [ ä ] = e )
( [ b ] = b )
( [ c ] = c )
( [ è ] = è )
( [ d ] = d )
( [ ï ] = ï )
( [ e ] = e )
( [ é ] = é )
( [ ì ] = ì )
( [ f ] = f )
( [ g ] = g )
( [ h ] = h )
( [ i ] = i )
( [ í ] = í )
( [ j ] = j )
( [ k ] = k )
( [ l ] = l )
( [ m ] = m )
( [ n ] = n )
( [ ò ] = ò )
( [ o ] = o )
( [ ó ] = ó )
( [ ö ] = e )
( [ p ] = p )
( [ q ] = q )
( [ r ] = r )
( [ ø ] = ø )
( [ s ] = s )
( [ ¹ ] = ¹ )
( [ ß ] = s )
( [ t ] = t )
( [ » ] = » )
( [ u ] = u )
( [ ú ] = ú )
( [ ù ] = ù )
( [ ü ] = y )
( [ v ] = v )
( [ w ] = w )
( [ x ] = x )
( [ y ] = y )
( [ ý ] = ý )
( [ z ] = z )
( [ ¾ ] = ¾ )
( [ A ] = a )
( [ Á ] = á )
( [ Ä ] = e )
( [ B ] = b )
( [ C ] = c )
( [ È ] = è )
( [ D ] = d )
( [ Ï ] = ï )
( [ E ] = e )
( [ É ] = é )
( [ Ì ] = ì )
( [ F ] = f )
( [ G ] = g )
( [ H ] = h )
( [ I ] = i )
( [ Í ] = í )
( [ J ] = j )
( [ K ] = k )
( [ L ] = l )
( [ M ] = m )
( [ N ] = n )
( [ Ò ] = ò )
( [ O ] = o )
( [ Ó ] = ó )
( [ Ö ] = e )
( [ P ] = p )
( [ Q ] = q )
( [ R ] = r )
( [ Ø ] = ø )
( [ S ] = s )
( [ © ] = ¹ )
( [ T ] = t )
( [ « ] = » )
( [ U ] = u )
( [ Ú ] = ú )
( [ Ù ] = ù )
( [ Ü ] = y )
( [ V ] = v )
( [ W ] = w )
( [ X ] = x )
( [ Y ] = y )
( [ Ý ] = ý )
( [ Z ] = z )
( [ ® ] = ¾ )
;; digits are here to make this rule set usable in some other cases
( [ 0 ] = 0 )
( [ 1 ] = 1 )
( [ 2 ] = 2 )
( [ 3 ] = 3 )
( [ 4 ] = 4 )
( [ 5 ] = 5 )
( [ 6 ] = 6 )
( [ 7 ] = 7 )
( [ 8 ] = 8 )
( [ 9 ] = 9 )
))
(lts.ruleset
czech-orthography
;; transforms Czech written text to a phonetic form
((BPV b p v)
(DTN d t n)
(ÌI ì i í)
(IY i y)
(ÍÝ í ý)
(#_ # _)
(Vowel a á e é ì i í o ó u ú ù y ý)
(Vowel+# a á e é ì i í o ó u ú ù y ý #)
(SZ s z))
(
;; Special rules
( [ d ] i SZ m u = d )
( [ n ] i SZ m u = n )
( [ t ] i SZ m u = t )
( [ n ] i s t = n )
( [ t ] i s t = t )
( [ t ] i c k = t )
( [ t ] i è t ì = t )
( # a n [ t ] i = t )
( # a n t [ i ] Vowel = i )
( t e c h [ n ] i = n )
( [ d ] i s p = d )
( l i [ c ] o m = c )
( [ c ] o m = k )
( f r [ e e ] = i: )
( m l a [ d ] i s t = d~ )
( [ d ] i s t = d )
( # t r a [ t ] i v = t~ )
( á [ t ] i v = t~ )
( b o l e s [ t ] i v = t~ )
( c [ t ] i v = t~ )
( c e [ t ] i v = t~ )
( c h [ t ] i v = t~ )
( c h a m [ t ] i v = t~ )
( c h r a p [ t ] i v = t~ )
( c h r o p [ t ] i v = t~ )
( è [ t ] i v = t~ )
( d r [ t ] i v = t~ )
( ì [ t ] i v = t~ )
( f i n [ t ] i v = t~ )
( h l [ t ] i v = t~ )
( h o [ t ] i v = t~ )
( h ø m o [ t ] i v = t~ )
( í [ t ] i v = t~ )
( k l e v e [ t ] i v = t~ )
( k r o u [ t ] i v = t~ )
( o s [ t ] i v = t~ )
( p i [ t ] i v = t~ )
( p l e [ t ] i v = t~ )
( p o l [ t ] i v = t~ )
( r o [ t ] i v = t~ )
( s e [ t ] i v = t~ )
( s m r [ t ] i v = t~ )
( s o p [ t ] i v = t~ )
( ¹ [ t ] i v = t~ )
( v r [ t ] i v = t~ )
( y [ t ] i v = t~ )
( ¾ á d o s [ t ] i v = t~ )
( d i g e s [ t ] i v = t )
( f e s [ t ] i v = t )
( k o n t r a s [ t ] i v = t )
( r e z i s [ t ] i v = t )
( s u g e s [ t ] i v = t )
( s [ t ] i v = t~ )
( [ t ] i v = t )
;; Special orthography rules
( [ d ] ÌI = d~ )
( [ t ] ÌI = t~ )
( [ n ] ÌI = n~ )
( DTN [ ì ] = e )
( BPV [ ì ] = j e )
( m [ ì ] = n~ e )
;; `i' handling
( # m e z [ i ] Vowel = i _ )
( #_ [ IY ] #_ = i )
( Vowel+# [ IY ] Vowel+# = j )
( Vowel [ ÍÝ ] Vowel = j i: j )
( [ IY ] Vowel = i j )
( [ ÍÝ ] Vowel = i: j )
( IY [ IY ] = i )
( Vowel [ IY ] = j )
( Vowel [ ÍÝ ] = j i: )
;; Some vowel-vowel pairs
( m i m [ o ] Vowel = o _ )
( # m n o h [ o ] Vowel = o _ )
;; Two-letter phonemes
( [ d ¾ ] = dz~ )
( [ d z ] = dz )
( [ c h ] = ch )
;; Special letters
( [ ì ] = j e )
( # [ ú ] = u: )
( b e z [ ú ] = _ u: )
( o [ ú ] = _ u: )
( [ ú ] h = _ u: )
( [ ú ] è e = _ u: )
( [ ú ] è t = _ u: )
( [ ú ] d r ¾ = _ u: )
( [ ú ] l o h = _ u: )
( [ ú ] r o è = _ u: )
( [ ú ] r o d = _ u: )
( [ ú ] r o v ò = _ u: )
;; Simple letters
( [ a ] = a )
( [ á ] = a: )
( [ b ] = b )
( [ c ] = c )
( [ è ] = c~ )
( [ d ] = d )
( [ ï ] = d~ )
( [ e ] = e )
( [ é ] = e: )
( [ f ] = f )
( [ g ] = g )
( [ h ] = h )
( [ i ] = i )
( [ í ] = i: )
( [ j ] = j )
( [ k ] = k )
( [ l ] = l )
( [ m ] = m )
( [ n ] = n )
( [ ò ] = n~ )
( [ o ] = o )
( [ ó ] = o: )
( [ p ] = p )
( [ q ] = k v )
( [ r ] = r )
( [ ø ] = r~ )
( [ s ] = s )
( [ ¹ ] = s~ )
( [ t ] = t )
( [ » ] = t~ )
( [ u ] = u )
( [ ú ] = u: )
( [ ù ] = u: )
( [ v ] = v )
( [ w ] = v )
( [ x ] = k s )
( [ y ] = i )
( [ ý ] = i: )
( [ z ] = z )
( [ ¾ ] = z~ )
))
;; -- missing diphones: n-f n-g n-k
;; -- special diphones: a-a: a-e: a-o: a-u: a:-a a:-a: a:-e a:-e: a:-o a:-o:
;; a:-u a:-u: e-a: e-e: e-o: e-u: e:-a e:-a: atd.
;;;;
(defvar czech-unknown-symbol-word "neznámý")
(defvar czech-lts-extra-rules '())
(define (czech-basic-lts word)
(let ((word (if (lts.in.alphabet word 'czech-normalize)
word
czech-unknown-symbol-word)))
(if (string-equal word "")
nil
(let ((phonetic-form (lts.apply
(lts.apply word 'czech-normalize)
'czech-orthography))
phonetic-form*)
phonetic-form))))
(define (czech-syllabify-phstress phones)
(if (null? phones)
()
(list (list phones 0))))
(define (czech-lts word features)
(list word
nil
(let ((transformed (and (not (string-equal word ""))
(czech-basic-lts word))))
(if transformed
(czech-syllabify-phstress
(let ((rules czech-lts-extra-rules*))
(while rules
(set! transformed (lts.apply transformed (car rules)))
(set! rules (cdr rules)))
transformed))
'()))))
(define (czech-downcase word)
(if (lts.in.alphabet word 'czech-normalize)
(apply string-append (lts.apply word 'czech-normalize))
word))
;;; Tokenization
(defvar czech-token.unknown-word-name "neznámé")
(defvar czech-token.separator-word-name "oddìlovaè") ; our own variable
(defvar czech-token.garbage-word-name "smetí") ; our own variable
(defvar czech-token.whitespace " \t\n\r")
(defvar czech-token.punctuation "\"'`.,:;!?-(){}[]<>")
(defvar czech-token.prepunctuation "\"'`({[<")
;;; Token to words processing
(defvar czech-chars "a-zA-Záäèïéìíòóöø¹ß»úùüý¾ÁÄÈÏÉÌÍÒÓÖØ©«ÚÙÜÝ®")
(defvar czech-char-regexp (string-append "[" czech-chars "]"))
(defvar czech-multiword-abbrevs
'(("`" ("obrácený" "apostrof"))
("\\" ("zpìtné" "lomítko"))
(">" ("vìt¹í" "ne¾"))
("<" ("men¹í" "ne¾"))
("[" ("levá" "hranatá"))
("]" ("pravá" "hranatá"))
("{" ("levá" "slo¾ená"))
("}" ("pravá" "slo¾ená"))
("(" ("levá" "kulatá"))
(")" ("pravá" "kulatá"))
("=" ("rovná" "se"))
("\n" ("nový" "øádek"))
("os/2" ("OS" "2"))
("km/h" ("kilometrù" "za" "hodinu"))
("m/s" ("metrù" "za" "sekundu"))
))
(define (czech-remove element list)
(cond
((null? list) list)
((equal? element (car list)) (czech-remove element (cdr list)))
(t (cons (car list) (czech-remove element (cdr list))))))
(define (czech-number name)
(cond
((string-matches name "^[-+].*")
(cons (substring name 0 1)
(czech-number (czech-suffix name 1))))
((string-matches name ".*[,.].*")
(let ((comma (if (string-matches name ".*,.*") "," ".")))
(append (czech-number (string-before name comma))
(list comma)
(czech-number (string-after name comma)))))
((string-equal name "0")
(list "nula"))
((string-matches name "^0..*")
(cons "nula" (czech-number (czech-suffix name 1))))
(t
(czech-number-from-digits (czech-remove (car (symbolexplode " "))
(symbolexplode name))))))
(define (czech-digits-1 digits)
(if czech-group-digits
(let ((n (string-length digits)))
(while (> (- n czech-group-digits) 0)
(set! n (- n czech-group-digits)))
(append (czech-number (substring digits 0 n))
(if (> (length digits) czech-group-digits)
(czech-digits (czech-suffix digits n))
nil)))
(czech-number digits)))
(define (czech-digits digits)
(cond
((string-equal digits "")
'())
((string-matches digits "^0.*")
(append (czech-number "0") (czech-digits (czech-suffix digits 1))))
(t
(czech-digits-1 digits))))
(define (czech-prepend-numprefix token name)
(if (czech-item.has-feat token 'numprefix)
(string-append (item.feat token 'numprefix) name)
name))
(define (czech-number* token name)
(czech-number (czech-prepend-numprefix token name)))
(define (czech-number@ name)
(cond
((string-equal name "0")
'("nula"))
((string-equal name "00")
'("nula" "nula"))
((string-matches name "0[1-9]")
(cons "nula" (czech-number (string-after name "0"))))
(t
(czech-number name))))
(define (czech-number-from-digits digits)
(let ((len (length digits)))
(cond
((equal? len 1)
(let ((d (car digits)))
(cond
((string-equal d "0") ())
((string-equal d "1") (list "jedna"))
((string-equal d "2") (list "dva"))
((string-equal d "3") (list "tøi"))
((string-equal d "4") (list "ètyøi"))
((string-equal d "5") (list "pìt"))
((string-equal d "6") (list "¹est"))
((string-equal d "7") (list "sedm"))
((string-equal d "8") (list "osm"))
((string-equal d "9") (list "devìt")))))
((equal? len 2)
(if (string-equal (car digits) "1")
(let ((d (car (cdr digits))))
(cond
((string-equal d "0") (list "deset"))
((string-equal d "1") (list "jedenáct"))
((string-equal d "2") (list "dvanáct"))
((string-equal d "3") (list "tøináct"))
((string-equal d "4") (list "ètrnáct"))
((string-equal d "5") (list "patnáct"))
((string-equal d "6") (list "¹estnáct"))
((string-equal d "7") (list "sedmnáct"))
((string-equal d "8") (list "osmnáct"))
((string-equal d "9") (list "devatenáct"))))
(append
(let ((d (car digits)))
(cond
((string-equal d "0") ())
((string-equal d "2") (list "dvacet"))
((string-equal d "3") (list "tøicet"))
((string-equal d "4") (list "ètyøicet"))
((string-equal d "5") (list "padesát"))
((string-equal d "6") (list "¹edesát"))
((string-equal d "7") (list "sedmdesát"))
((string-equal d "8") (list "osmdesát"))
((string-equal d "9") (list "devadesát"))))
(czech-number-from-digits (cdr digits)))))
((equal? len 3)
(append
(let ((d (car digits)))
(cond
((string-equal d "0") ())
((string-equal d "1") (list "sto"))
((string-equal d "2") (list "dvì" "stì"))
((string-equal d "3") (list "tøi" "sta"))
((string-equal d "4") (list "ètyøi" "sta"))
((string-equal d "5") (list "pìt" "set"))
((string-equal d "6") (list "¹est" "set"))
((string-equal d "7") (list "sedm" "set"))
((string-equal d "8") (list "osm" "set"))
((string-equal d "9") (list "devìt" "set"))))
(czech-number-from-digits (cdr digits))))
((<= len 12)
(let ((concatenations '((t "tisíc" "tisíce" "tisíc")
(t "milion" "miliony" "milionù")
(nil "miliarda" "miliardy" "miliard")))
(n (- len 3)))
(while (> n 3)
(set! concatenations (cdr concatenations))
(set! n (- n 3)))
(let ((m n)
(head-digits ())
(tail-digits digits)
(words (car concatenations)))
(while (> m 0)
(set! head-digits (cons (car tail-digits) head-digits))
(set! tail-digits (cdr tail-digits))
(set! m (- m 1)))
(set! head-digits (reverse head-digits))
(append
(cond
((let ((all-zero t)
(d head-digits))
(while (and all-zero d)
(if (string-equal (car d) "0")
(set! d (cdr d))
(set! all-zero nil)))
all-zero)
nil)
((and (equal? n 1) (string-equal (car digits) "1"))
(list (car (cdr words))))
((and (equal? n 1) (string-matches (car digits) "[2-4]"))
(list
(cond
((string-equal (car digits) "2")
(if (car words) "dva" "dvì"))
((string-equal (car digits) "3") "tøi")
((string-equal (car digits) "4") "ètyøi"))
(car (cdr (cdr words)))))
(t
(append
(czech-number-from-digits head-digits)
(list (car (cdr (cdr (cdr words))))))))
(czech-number-from-digits tail-digits)))))
(t
(if czech-group-digits
(czech-digits (apply string-append digits))
(apply append (mapcar czech-number digits)))))))
(define (czech-tokenize-on-nonalphas string)
(cond
((string-equal string "")
nil)
((string-matches string (string-append "^" czech-char-regexp "*$"))
(list string))
((string-matches string "^[0-9]+$")
(symbolexplode string))
(t
(let ((i 0))
(while (string-matches (substring string i 1) czech-char-regexp)
(set! i (+ i 1)))
(if (eq? i 0)
(while (string-matches (substring string i 1) "[0-9]")
(set! i (+ i 1))))
(append (if (> i 0)
(let ((s (substring string 0 i)))
(if (string-matches s "[0-9]+")
(symbolexplode s)
(list s)))
nil)
(list (substring string i 1))
(czech-tokenize-on-nonalphas
(czech-suffix string (+ i 1))))))))
(define (czech-token-to-words token name)
(cond
;; Special terms
((assoc_string (czech-downcase name) czech-multiword-abbrevs)
(apply append (mapcar (lambda (w) (czech-token-to-words token w))
(cadr (assoc_string (czech-downcase name)
czech-multiword-abbrevs)))))
((and (string-matches name "[ckm]m")
(item.prev token)
(czech-item.feat*? token "p.name" "[-+]?[0-9]+[.,]?[0-9]*"))
(list (cadr (assoc_string name '(("cm" "centimetrù") ("km" "kilometrù")
("mm" "milimetrù"))))))
;; Spaced numbers
((and (or (string-matches name "^[-+]?[1-9][0-9]?[0-9]?$")
(czech-item.has-feat token 'numprefix))
(not (czech-item.has-feat token 'punc))
(item.feat token "n.whitespace" " ")
(string-matches (item.feat token "n.name") "^[0-9][0-9][0-9]$"))
(item.set_feat (item.next token) 'numprefix
(czech-prepend-numprefix token name))
nil)
;; Ordinal numbers
((and (string-matches name "^[0-9]+$")
(czech-item.feat? token 'punc ".")
(item.next token)
(not (string-matches (item.feat token "n.whitespace") " +")))
(item.set_feat token 'punc "")
(if (not (czech-item.has-feat token 'punctype))
(item.set_feat token 'punctype 'num))
(append (czech-number* token name)
(list ".")))
;; Numbers beginning with the zero digit
((and (string-matches name "^0[0-9]*$")
(not (czech-item.has-feat token 'numprefix)))
(czech-digits name))
;; Any other numbers
((let ((nname (czech-prepend-numprefix token name)))
(or (string-matches nname "^[-+]?[0-9]+$")
(string-matches nname "^[-+]?[0-9]+[.,][0-9]+$")
(string-matches nname "^[-+]?[0-9]+,-$")))
(if (not (czech-item.has-feat token 'punctype))
(item.set_feat token 'punctype 'num))
(let ((nname (czech-prepend-numprefix token name)))
(if (and (czech-item.feat? token "n.name" "Kè")
(string-matches nname "^[-+]?[0-9]+,[-0-9]+$"))
(append
(czech-number (string-before nname ","))
(list "korun")
(let ((hellers (string-after nname ",")))
(if (not (string-equal hellers "-"))
(append
(czech-number hellers)
(list "haléøù")))))
(czech-number nname))))
;; Monetary sign
((and (string-equal name "Kè")
(string-matches (item.feat token "p.name") "^[-+]?[0-9]+,[-0-9]+$"))
nil)
;; Acronyms
((let ((capitals "^[A-ZÁÄÈÏÉÌÍÒÓÖØ©«ÚÙÜÝ®]+$"))
(and (string-matches name capitals)
(not (lex.lookup_all name))
(not (string-matches (item.feat token "p.name") capitals))
(not (string-matches (item.feat token "p.next") capitals))
(<= (length name) 3) ; longer pronouncable acronyms are not spelled
(not (string-equal name "Ø")) ; Festival bug workaround
))
(let ((words ()))
(mapcar
(lambda (phoneme)
(let ((expansion (cadr (assoc_string (czech-downcase phoneme)
czech-multiword-abbrevs))))
(if expansion
(set! words (append words
(mapcar (lambda (w)
`((name ,w) (pos sym)))
expansion)))
(set! words (append words
(list `((name ,phoneme) (pos sym))))))))
(lts.apply name 'czech-normalize))
words))
;; Abbreviations and other unpronouncable words
((and (string-matches
name
"^[bcdfghjklmnpqrstvwxzBCDFGHJKLMNPQSTVWXZèïòø¹ß»¾ÈÏÒØ©«®][bcdfghjkmnpqstvwxzBCDFGHJKMNPQSTVWXZèïòø¹ß»¾ÈÏÒØ©«®]+$")
(not (lex.lookup_all name)))
(mapcar (lambda (phoneme) `((name ,phoneme) (pos sym)))
(lts.apply name 'czech-normalize)))
;; Separators
((and (string-matches name (string-append "^[^" czech-chars "0-9]+$"))
(>= (length name) 4)
(czech-all-same (symbolexplode name)))
(list czech-token.separator-word-name))
((and (string-matches name (string-append "^[^" czech-chars "0-9]$"))
(eqv? (length (item.daughters token)) 0)
(let ((punc (item.feat token 'punc)))
(and (string-matches punc "...+") ; excludes, among others, punc==0
(string-equal (substring punc 0 1) name)
(czech-all-same (symbolexplode punc)))))
(item.set_feat token 'punc 0)
(list czech-token.separator-word-name))
;; Time (just a few of many possible forms)
((and (string-matches name "^[0-9]+:[0-9][0-9]$")
;; try to identify ratios -- should be better done in POS tagging
(not (string-matches (item.feat token "p.name")
"^[Pp][Oo][Mm][Ìì].*"))
(not (string-matches (item.feat token "p.name")
"^[Pp][Rr][Aa][Vv][Dd][Ìì][Pp][Oo][Dd][Oo].*"))
(not (string-matches (item.feat token "p.name")
"^[©¹][Aa][Nn][Cc].*")))
(append (czech-number@ (string-before name ":"))
(czech-number@ (string-after name ":"))))
((string-matches name "^[0-9]+:[0-9][0-9]:[0-9][0-9]$")
(append (czech-number@ (string-before name ":"))
(czech-number@ (string-before (string-after name ":") ":"))
(czech-number@ (string-after (string-after name ":") ":"))))
;; Ratios
((string-matches name "^[0-9]+:[0-9]+$")
(append (czech-number (string-before name ":"))
'("ku")
(czech-number (string-after name ":"))))
;; Numeric ranges (might be minus as well, but that's rare)
((string-matches name "[0-9]+[.,]*[0-9]*-[0-9]+[.,]*[0-9]*$")
;; we don't include signs here not to break phone numbers and such a
;; written form is incorrect anyway
(append
(czech-token-to-words token (string-append
(substring name 0 1)
(string-before (substring name 1 1000) "-")))
'(((name "-") (pos range)))
(czech-token-to-words token (string-after (substring name 1 1000) "-"))))
;; Homogenous tokens
((string-matches name (string-append "^" czech-char-regexp "+$"))
(if (string-equal (czech-downcase name) "ø") ; Festival bug workaround
(list "eø")
(list name)))
((string-matches name (string-append "^[^" czech-chars "0-9]+$"))
(cond
((> (length name) 10)
(list czech-token.garbage-word-name))
((and (eqv? (length name) 1)
(string-equal (item.name token) name)
(or (not (string-matches (item.feat token 'prepunctuation) "0?"))
(not (string-matches (item.feat token 'punctuation) "0?"))))
;; This handles the case when the whole token consists of two or more
;; punctuation characters. In such a case Festival picks one of the
;; characters as the name, while the other characters are treated as
;; punctuation. We want all the character being handled as punctuation.
`(((name ,name) (pos punc))))
((assoc_string name czech-multiword-abbrevs)
(cadr (assoc_string name czech-multiword-abbrevs)))
(t
(symbolexplode name))))
;; Hyphens
((string-matches name (string-append "^" czech-char-regexp "+-$"))
(czech-token-to-words token (string-before name "-")))
((string-matches name
(string-append "^[" czech-chars "0-9]+-[-" czech-chars "0-9]+$"))
(append
(czech-token-to-words token (string-before name "-"))
'(((name "-") (pos punc))) ; necessary for punctuation reading modes
(czech-token-to-words token (string-after name "-"))))
;; Starting with digits
((string-matches name "^[0-9].*")
(let ((i 0))
(while (member (substring name i 1)
'("0" "1" "2" "3" "4" "5" "6" "7" "8" "9"))
(set! i (+ i 1)))
(append (czech-digits (substring name 0 i))
(czech-token-to-words token (czech-suffix name i)))))
;; Digits inside
((string-matches name "^.*[0-9].*")
(let ((i 0)
j
(digits '("0" "1" "2" "3" "4" "5" "6" "7" "8" "9")))
(while (not (member (substring name i 1) digits))
(set! i (+ i 1)))
(set! j (+ i 1))
(while (member (substring name j 1) digits)
(set! j (+ j 1)))
(append (czech-token-to-words token (substring name 0 i))
(czech-digits (substring name i (- j i)))
(czech-token-to-words token (czech-suffix name j)))))
;; Lexicon words
((lex.lookup_all name)
(list name))
;; TODO: roman numerals
;; Heterogenous tokens -- mixed alpha, numeric and non-alphanumeric
;; characters
(t
(if (not (string-matches name (string-append "^[-" czech-chars "]+$")))
(item.set_feat token 'punctype nil))
(apply
append
(mapcar (lambda (name) (czech-token-to-words token name))
(czech-tokenize-on-nonalphas name))))))
;;; Lexicon
(defvar czech-lexicon-file "czech-lexicon.out")
(lex.create "czech")
(lex.set.phoneset "czech")
(lex.select "czech")
(let ((dirs '("." "/usr/share/festival"))
(lexfile nil))
(while dirs
(let ((file (path-append (car dirs) czech-lexicon-file)))
(if (probe_file file)
(begin
(set! lexfile file)
(set! dirs nil))))
(set! dirs (cdr dirs)))
(if lexfile
(lex.set.compile.file lexfile)
(format t "warning: Czech lexicon file not found\n")))
(lex.set.lts.method 'czech-lts)
(lex.add.entry '("neznámé" nil (((n e z n a: m e:) 0))))
;;; Part of Speech
(defvar czech-guess-pos
'((prep0 "k" "s" "v" "z")
(prep "bez" "beze" "bìhem" "do" "ke" "ku" "krom" "kromì" "mezi" "mimo"
"místo" "na" "nad" "nade" "o" "od" "ode" "okolo" "po" "pod" "pode"
"pro" "proti" "pøed" "pøede" "pøes" "pøeze" "pøi" "se" "skrz"
"skrze" "u" "ve" "vyjma" "za" "ze" "zpoza")
(conj "a" "i" "ani" "nebo" "anebo")
(particle "a»" "ké¾" "nech»")
(question "co" "èemu" "èí" "jak" "jaká" "jaké" "jaký" "kam" "kde"
"kdo" "kdy" "koho" "kolik" "kolikátá" "kolikáté" "kolikátý"
"komu" "kterak" "která" "které" "kterého" "kterému" "který"
"kudy" "naè" "nakolik" "odkud" "pokolikáté" "proè")
(misc "aby" "abych" "abys" "abychom" "abyste" "ale" "alespoò" "aneb" "ani"
"ani¾" "an¾to" "aspoò" "av¹ak" "aè" "a¾" "aèkoli" "aèkoliv" "buï"
"buïto" "buïsi" "by" "by»" "by»si" "coby" "èi" "èili" "div"
"dokdy" "dokonce" "dokud" "dotud" "jakby" "jakkoli" "jakkoliv"
"jakmile" "jako" "jakoby" "jako¾" "jako¾to" "jednak" "jednou"
"jeliko¾" "jen" "jenom" "jenom¾e" "jen¾e" "jestli" "jestli¾e" "je¹tì"
"je¾to" "jinak" "kde¾to" "kdybych" "kdybys"
"kdyby" "kdybychom" "kdybyste" "kdy¾" "kvùli"
"leda" "leda¾e" "leè" "mezitímco" "mimoto" "naèe¾" "neb" "neboli"
"nebo»" "nejen" "nejen¾e" "ne¾" "ne¾li" "neøkuli" "nicménì" "nýbr¾"
"odkdy" "odkud" "pak" "pakli" "pakli¾e" "podle" "podmínky" "pokud"
"ponìvad¾" "popøípadì" "potom" "potud" "poté" "proèe¾" "proto"
"proto¾e" "právì" "pøece" "pøesto¾e" "pøitom" "respektive" "sic"
"sice" "sotva" "sotva¾e" "tak" "takový" "taktak" "tak¾e" "také"
"tedy" "ten" "teprve" "to" "toho" "tolik" "tomu" "toti¾" "tu" "tudí¾"
"tím" "tøeba" "tøebas" "tøebas¾e" "tøeba¾e" "v¹ak" "v¾dy»" "zatímco"
"zda" "zdali" "zejména" "zrovna" "zvlá¹tì" "¾e")))
(define (czech-word-pos? word pos)
(member (item.name word)
(apply append (mapcar (lambda (p) (cdr (assoc p czech-guess-pos)))
(if (consp pos) pos (list pos))))))
(define (czech-pos-in-phrase-from word)
(let ((result 1)
(w word))
(while (and (item.prev w)
(or (not (czech-item.feat*? w "R:Token.p.name" "0?"))
(and (czech-item.feat*? w "p.R:Token.parent.punc" "0?")
(czech-item.feat*? w "R:Token.parent.prepunctuation"
"0?")
(not (czech-item.feat*?
w "p.name"
(string-append "^[^" czech-chars "0-9]+$"))))))
(set! result (+ result 1))
(set! w (item.prev w)))
result))
(define (czech-pos-first-in-phrase? word)
(<= (czech-pos-in-phrase-from word) 1))
(define (czech-pos-in-phrase-to word)
(let ((result 1)
(w word))
(while (and (item.next w)
(or (czech-item.feat*? w "R:Token.n.name" "0?")
(and (czech-item.feat*? w "R:Token.parent.punc" "0?")
(czech-item.feat*?
w "R:Token.parent.n.prepunctuation" "0?")
(not (czech-item.feat*?
w "n.name"
(string-append "^[^" czech-chars "0-9]+$"))))))
(set! result (+ result 1))
(set! w (item.next w)))
result))
(define (czech-pos-last-in-phrase? word)
(<= (czech-pos-in-phrase-to word) 1))
(define (czech-pos utt)
(mapcar
(lambda (w)
(let ((name (czech-downcase (item.name w)))
(token (item.parent (item.relation w 'Token))))
(cond
;; Feature already assigned
((czech-item.has-feat w 'pos)
nil)
;; Word followed by a punctuation
((and (czech-item.has-feat token 'punctype)
(string-matches name (string-append "^[^" czech-chars "0-9]+$")))
(item.set_feat w 'pos (item.feat token 'punctype)))
;; Punctuation
((member name '("\"" "'" "`" "-" "." "," ":" ";" "!" "?" "(" ")"))
;; Is it a separate punctuation character?
(if (eqv? (length
(item.daughters (item.parent (item.relation w 'Token))))
1)
(item.set_feat w 'pos nil)
(item.set_feat w 'pos 'punc)))
;; Special interjections
((member name '("á" "ó"))
(item.set_feat w 'pos (if (czech-pos-first-in-phrase? w) 'int 'sym)))
;; Single letter, not in the role of a word
((and (eq? (string-length name) 1)
(czech-pos-last-in-phrase? w))
(item.set_feat w 'pos 'sym))
;; Word "se", not in the role of a preposition
((and (string-equal name "se") ; the word "se"
(item.prev w) ; not the first word
(or (czech-pos-last-in-phrase? w) ; final word
(czech-word-pos? (item.next w) '(prep0 prep))
; followed by a preposition
))
(item.set_feat w 'pos 'se))
;; Question words with the `pak' suffix
((and (string-matches name ".*pak")
(member (substring name 0 (- (length name) 3))
(cdr (assoc 'question czech-guess-pos))))
(item.set_feat w 'pos 'question))
;; Nothing special: check the czech-guess-pos tree
(t
(let ((pos-sets czech-guess-pos))
(while pos-sets
(if (member name (cdar pos-sets))
(begin
(item.set_feat w 'pos (caar pos-sets))
(set! pos-sets nil))
(set! pos-sets (cdr pos-sets)))))
))))
(utt.relation.items utt 'Word))
;; Add commas before conjunctions
(mapcar (lambda (token)
(if (and (czech-item.feat*? token 'punc "0?")
(czech-item.feat? token "daughtern.R:Word.n.gpos" 'conj))
(item.set_feat token 'punc ",")))
(utt.relation.items utt 'Token))
utt)
;;; Phrase breaks
(define (czech-next-simple-punc word)
(let ((unit (item.next (czech-word-stress-unit word))))
(cond
((not unit)
0)
((string-matches (czech-stress-unit-punc unit) ".*[.?!;:,-]")
(czech-stress-unit-punc unit))
((czech-item.feat? unit 'preelement 1)
(czech-next-punc word))
(t
0))))
(define (czech-prev-simple-punc word)
(let ((unit (item.prev (czech-word-stress-unit word))))
(cond
((not unit)
0)
((string-matches (czech-stress-unit-punc unit) ".*[.?!;:,-]")
(czech-stress-unit-punc unit))
(t
(let ((token (item.prev (item.parent (item.relation word 'Token)))))
(while (and token (not (string-matches (item.feat token 'punc) ".+")))
(set! token (item.prev token)))
(let ((pword (and token
(item.next token)
(item.daughter1 (item.next token)))))
(if (and pword
(czech-item.feat? (czech-word-stress-unit pword)
'preelement 1))
(item.feat token 'punc)
0)))))))
(defvar czech-phrase-cart-tree
;; Note: Additional corrections are applied in czech-adjust-phrase-breaks
;; SB = (very) short break
'(;; end of utterance
(n.name is 0)
((BB))
;; exclude "punctuation words"
((name matches "[][\"'`.,:;!?(){}<>-]+")
((NB))
;; parentheses
((R:Token.parent.n.prepunctuation matches "(.*")
((R:Token.n.name is 0)
((B))
((NB)))
((lisp_token_end_punc matches ".*)")
((B))
;;
;; phonetic rules
;;
;; "big" punctuations
((lisp_token_end_punc matches ".*[.?!;]\"")
((BB))
((lisp_token_end_punc matches ".*[.?!;]")
((lisp_czech-next-token-punc matches "\".*")
((BB))
((XB1))) ; for following adjustments
;; "smaller" punctuations
((lisp_token_end_punc matches ".*[:-]")
;; dashes are treated as pbreaks only if separated by whitespaces
((R:Token.parent.n.daughter1.name is "-")
((R:Token.n.name is 0)
((B))
((NB)))
((B)))
;; "comma" punctuations
((lisp_token_end_punc matches ".*,")
((XB2)) ; for following adjustments
;; nothing applies -- no break by default
((NB)))))))))))
(define (czech-adjust-phrase-breaks utt)
;; This must be called after stress units are identified
(mapcar (lambda (w)
(cond
((czech-item.feat? w 'pbreak 'XB1) ; "big" punctuations
;; only one stress unit between punctuations makes them shorter
(item.set_feat
w 'pbreak
(cond
((czech-item.feat? w "R:SylStructure.name" 0)
;; not a word actually
'BB)
((or (czech-item.feat*? (czech-word-stress-unit w)
"n.lisp_czech-stress-unit-punc"
".*[.?!;]\"?")
(czech-item.feat*? (czech-word-stress-unit w)
"p.lisp_czech-stress-unit-punc"
".*[.?!;]\"?"))
'B)
(t
'BB))))
((czech-item.feat? w 'pbreak 'XB2) ; "comma" punctuations
;; if only one stress unit separates from other punctuation or
;; the neighbor stress unit contains preelement, phrase break
;; *may* become shorter
(item.set_feat
w 'pbreak
(cond
((czech-item.feat? w "R:SylStructure.name" 0)
;; not a word actually
'B)
((czech-item.feat*? w "lisp_czech-next-simple-punc" ".*,")
'SB)
((czech-item.feat*? w "lisp_czech-prev-simple-punc" ".*,")
'B)
((czech-item.feat*? w "lisp_czech-prev-simple-punc"
".*[-.?!;:]\"?")
'SB)
((czech-item.feat*? (czech-word-stress-unit w)
"n.lisp_czech-stress-unit-punc"
".*[-.?!;:]\"?")
'SB)
(t
'B))))))
(utt.relation.items utt 'Word)))
;;; Segmentation
(define (czech-adjust-segments segments)
(if (not (null? segments))
(let ((item1 (nth 0 segments))
(item2 (nth 1 segments))
(item3 (nth 2 segments))
(item-word (lambda (i)
(item.parent
(item.parent
(item.relation i 'SylStructure))))))
(let ((name1 (and item1 (item.name item1)))
(name2 (and item2 (item.name item2)))
(name3 (and item3 (item.name item3)))
(same-word? (lambda (i1 i2)
(equal? (item-word i1) (item-word i2)))))
;; nasals
(if (and (string-equal name1 "n")
(czech-item.feat? item2 "ph_postnas" '+)
(same-word? item1 item2))
(item.set_name item1 "n*"))
;; sh
(if (and (string-equal name1 "s")
(string-equal name2 "h")
(same-word? item1 item2))
(if czech-moravian
(item.set_name item1 "z")
(item.set_name item2 "ch")))
;; unvoiced-r~
(if (and (string-equal name2 "r~")
(czech-item.feat? item1 "ph_cvox" '-)
(same-word? item1 item2))
(item.set_name item2 "r~*"))
;; voiced-unvoiced
(if (and (czech-item.feat? item1 "ph_cvox" '+)
(not (czech-item.feat? item1 "ph_partner" 0))
item2
(or (string-equal name2 "#")
(string-equal name2 "_")
(czech-item.feat? item2 "ph_cvox" '-)
(and (czech-item.feat? item2 "ph_cvox" 'u)
(not (same-word? item1 item2))
(not (member
(item.name (item-word item1))
(append
(list "v" "z")
czech-proper-single-syl-prepositions))))))
(item.set_name item1 (item.feat item1 "ph_partner")))
;; unvoiced-voiced
(if (and (czech-item.feat? item1 "ph_cvox" '-)
(not (czech-item.feat? item1 "ph_partner" 0))
item2
(czech-item.feat? item2 "ph_cvox" '+)
(not (string-equal name2 "v"))
(not (string-equal name2 "r~")))
(item.set_name item1 (item.feat item1 "ph_partner"))))
(czech-adjust-segments (cdr segments)))))
(define (czech-adjust-phonetic-form utt)
(let ((items (utt.relation.items utt 'Segment)))
(let ((names (mapcar item.name items))
(old-names '()))
(while (not (equal? old-names names))
(czech-adjust-segments items)
(set! old-names names)
(set! names (mapcar item.name (utt.relation.items utt 'Segment))))))
utt)
(define (czech-intonation-units utt)
;; Mark syllables before phrase breaks
(let ((token (utt.relation utt 'Token)))
(while token
(if (or (czech-item.feat*? token "daughtern.pbreak" "[SBX]?B[12]?")
(czech-item.feat*? token "daughtern.p.pbreak" "[SBX]?B[12]?"))
(let ((w (item.daughtern token)))
(while (and w
(not (item.daughters (item.relation w 'SylStructure))))
(set! w (item.prev w)))
(if w
(item.set_feat (item.daughtern (item.relation w 'SylStructure))
"sentence_break" 1))))
(set! token (item.next token))))
;; Make the intonation units
(utt.relation.create utt 'IntUnit)
(let ((sylwords (utt.relation.items utt 'Syllable))
(id 1)
(unit-sylwords '()))
(while sylwords
(let ((w (car sylwords)))
(set! unit-sylwords (cons w unit-sylwords))
(set! sylwords (cdr sylwords))
;; If `w' is a last syllable before a relevant phrase break, make new
;; intonation unit
(if (or (czech-item.feat*? w "sentence_break" 1)
;; This is the very last syllable (we reach this point when the
;; last token generates no words for whatever reason)
(not (item.next w)))
(begin
(utt.relation.append
utt 'IntUnit
`("int" ((name ,(format nil "IUnit%d" id)))))
(set! id (+ id 1))
;; Add the syllables to the intonation unit
(let ((i (utt.relation.last utt 'IntUnit)))
(set! unit-sylwords (reverse unit-sylwords))
(while unit-sylwords
(item.append_daughter i (car unit-sylwords))
(set! unit-sylwords (cdr unit-sylwords))))))))))
(define (czech-yes-no-question int-unit)
(and (string-matches (item.feat
int-unit
"daughtern.R:SylStructure.parent.R:Token.parent.punc")
".*\\?")
(not (czech-item.feat? int-unit
"daughter1.R:SylStructure.parent.R:Word.pos"
'question))
(not (czech-item.feat? int-unit
"daughter2.R:SylStructure.parent.R:Word.pos"
'question))))
(defvar czech-proper-single-syl-prepositions
'("bez" "do" "ke" "ku" "na" "nad" "o" "od" "po" "pod" "pro" "pøed" "pøes"
"pøi" "se" "u" "ve" "za" "ze"))
(defvar czech-special-final-words
'("ho" "je" "jej" "ji" "jsem" "jsi" "jste" "mì" "mi" "se" "si" "tì" "ti"))
(define (czech-syllable-kernels phonemes)
(let ((kernels '()))
(while phonemes
;; Starting syllabic consonant doesn't constitute syllable
(if (and (czech-item.feat? (car phonemes) 'ph_vc '-)
(czech-item.feat? (car phonemes) 'ph_syl '+))
(set! phonemes (cdr phonemes)))
;; Skip non-syllabic consonants
(while (and phonemes (czech-item.feat? (car phonemes) 'ph_syl '-))
(set! phonemes (cdr phonemes)))
(if phonemes
;; Now take the kernel
(let ((kc '())
(kv '()))
(if (czech-item.feat? (car phonemes) 'ph_vc '-)
(while (and phonemes
(czech-item.feat? (car phonemes) 'ph_vc '-)
(czech-item.feat? (car phonemes) 'ph_syl '+))
(set! kc (cons (car phonemes) kc))
(set! phonemes (cdr phonemes))))
(while (and phonemes
(czech-item.feat? (car phonemes) 'ph_vc '+)
(czech-item.feat? (car phonemes) 'ph_syl '+))
(set! kv (cons (car phonemes) kv))
(set! phonemes (cdr phonemes)))
(let ((k (reverse (or kv kc))))
(let ((seg (and k (item.prev (car k)))))
(while (and seg (or (czech-item.feat? seg 'ph_cvox '+)
(czech-item.feat? seg 'ph_cvox 'u)))
(set! k (cons seg k))
(set! seg (item.prev seg))))
(set! kernels (cons k kernels))))))
(reverse kernels)))
(define (czech-syllable-count phonemes)
(length (czech-syllable-kernels phonemes)))
(define (czech-stress-unit-phonemes unit)
(if (and unit (not (consp unit)))
(set! unit (item.daughters unit)))
(apply append (mapcar (lambda (syl)
(if (not (eq? syl 'preelement))
(item.daughters
(item.relation syl 'SylStructure))))
unit)))
(define (czech-unit-syllable-count unit)
(czech-syllable-count (czech-stress-unit-phonemes unit)))
(define (czech-identify-stress-units sylwords)
(let ((units (mapcar list sylwords))
(unit-word (lambda (unit)
(and (not (null? unit))
(item.parent
(item.relation (car (last unit)) 'SylStructure)))))
(unit-word-name (lambda (unit)
(and (eqv? (length unit) 1)
(item.feat (car unit)
"R:SylStructure.parent.name"))))
(merge (lambda (list)
(set-car! list (append (car list) (cadr list)))
(set-cdr! list (cddr list)))))
;; Nothing to do if there is at most one word
(if (<= (length units) 1)
units
(begin
;; Basic joining
(let ((units* units))
(while (cdr units*)
(let ((w (unit-word (car units*))))
(if (or ;; Join non-syllabic prepositions
(czech-item.feat? w 'pos 'prep0)
;; Join proper single-syllabic prepositions
(and (member (czech-downcase (item.name w))
czech-proper-single-syl-prepositions)
(not (czech-item.feat? w "pos" "se"))))
(merge units*)
(set! units* (cdr units*))))))
;; At most 1 word now?
(if (<= (length units) 1)
units
(let ((last-unit (car (last units))))
;; Final single-syllabic word
(if (and (<= (czech-unit-syllable-count last-unit) 1)
(not (member (unit-word-name last-unit)
czech-special-final-words)))
(set-cdr! (nth_cdr (- (length units) 2) units) '())
(set! last-unit '()))
;; Initial single-syllabic words
(let ((units* units)
(singles '()))
(while (and units*
(<= (czech-unit-syllable-count (car units*)) 1))
(set! singles (cons (car units*) singles))
(set! units* (cdr units*)))
(set! singles (reverse singles))
(let ((len (length singles)))
(cond
((<= len 0)
nil)
((<= len 1)
(set! units (cons (append (car singles) '(preelement)
(car units*))
(cdr units*)))
(set! units* units))
((<= len 4)
(set! units (cons (apply append singles) units*)))
(t
(let ((first-unit '())
(n (/ len 2))
(i 0))
(while (< i n)
(set! first-unit (append (car singles) first-unit))
(set! singles (cdr singles))
(set! i (+ i 1)))
(set! units (cons (reverse first-unit)
(cons (apply append singles)
units*)))))))
;; Middle word processing
(while units*
(let ((u (car units*)))
;; The word "a"
(if (string-equal (unit-word-name u) "a")
(merge units*))
;; Single-syllabic words
(let ((len (czech-unit-syllable-count u))
(singles '())
(slen 0)
(next-units* (cdr units*)))
(while (and next-units*
(<= (czech-unit-syllable-count
(car next-units*)) 1)
(not (string-equal
(unit-word-name (car next-units*))
"a")))
(set! singles (cons (car next-units*) singles))
(set! slen (+ slen 1))
(set! next-units* (cdr next-units*)))
(set! singles (reverse singles))
(let ((merge-n (lambda (n units)
(while (> n 0)
(merge units)
(set! n (- n 1))))))
(cond
((eqv? slen 0)
nil)
((eqv? slen 1)
(merge units*))
((eqv? slen 2)
(if (and (<= len 4)
(czech-random-choice '(t nil)))
(merge-n 2 units*)
(merge (cdr units*))))
((eqv? slen 3)
(if (<= len 3)
(merge-n 3 units*)
(merge-n 2 (cdr units*))))
((eqv? slen 4)
(cond
((>= len 5)
(merge-n 3 (cdr units*)))
((and (<= len 2)
(czech-random-choice '(t nil)))
(merge-n 4 units*))
(t
(merge-n 2 units*)
(merge-n 1 (cdr units*)))))
((eqv? slen 5)
(cond
((<= len 3)
(merge-n 2 units*)
(merge-n 2 (cdr units*)))
((<= len 4)
(merge-n 1 (cdr units*))
(merge-n 2 (cddr units*)))
(t
(merge-n 2 (cdr units*))
(merge-n 1 (cddr units*)))))
((eqv? slen 6)
(cond
((>= len 4)
(merge-n 2 (cdr units*))
(merge-n 2 (cddr units*)))
((czech-random-choice '(t nil))
(merge-n 2 units*)
(merge-n 3 (cdr units*)))
(t
(merge-n 2 units*)
(merge-n 1 (cdr units*))
(merge-n 1 (cddr units*)))))
(t
;; This very rare case is not defined in the rules
(while (>= slen 4)
(merge-n 1 (cdr units*))
(set! units* (cdr units*))
(set! slen (- slen 2)))
(merge-n (- slen 1) (cdr units*))
))
(set! units* next-units*)))))
;; That's all
(if last-unit
(append units (list last-unit))
units))))))))
(define (czech-stress-units utt)
(utt.relation.create utt 'IntStress)
(utt.relation.create utt 'StressUnit)
(let ((id 1)
(int-unit (utt.relation.first utt 'IntUnit)))
(while int-unit
(let ((stress-units (czech-identify-stress-units
(item.daughters int-unit))))
;; Add the intonation unit at the top of the StressUnit relation
(utt.relation.append utt 'IntStress int-unit)
(while stress-units
;; Create new stress unit
(item.relation.append_daughter int-unit 'IntStress
`("stress" ((name ,(format nil "SUnit%d" id)) (position "M"))))
(set! id (+ id 1))
(utt.relation.append utt 'StressUnit
(item.relation.daughtern int-unit 'IntStress))
;; Fill it with its words
(let ((i (utt.relation.last utt 'StressUnit)))
(mapcar (lambda (syl)
(if (eq? syl 'preelement)
(item.set_feat i "preelement" 1)
(begin
(item.append_daughter i syl)
(let ((j (item.daughtern i)))
(mapcar (lambda (seg)
(item.append_daughter j seg))
(item.daughters syl))))))
(car stress-units)))
(set! stress-units (cdr stress-units))))
;; The first stress unit in an intonation unit has position I
(item.set_feat (item.relation.daughter1 int-unit 'IntStress)
"position" "I")
;; The last stress unit in an intonation unit has position F or FF
;; (overrides I in case of a conflict)
(item.set_feat (item.relation.daughtern int-unit 'IntStress) "position"
(if (string-matches
(item.feat int-unit
"daughtern.R:SylStructure.parent.R:Token.parent.punc")
".*[.!?;:].*")
(if (czech-yes-no-question int-unit) "FF-IT" "FF-KKL")
"F"))
;; Special case: F-1 positions overriding I and M
(if (not (equal? (item.relation.daughtern int-unit 'IntStress)
(item.relation.daughter1 int-unit 'IntStress)))
(let ((last-pos (item.feat int-unit
"R:IntStress.daughtern.position")))
(item.set_feat (item.prev
(item.relation.daughtern int-unit 'IntStress))
"position" (string-append last-pos "-1"))))
(set! int-unit (item.next int-unit)))))
(define (czech-word utt)
(Classic_Word utt)
(czech-intonation-units utt)
(czech-stress-units utt)
(czech-adjust-phrase-breaks utt)
utt)
;;; Pauses
(define (czech-add-strokes utt)
(let ((stroke '(_ (("name" _))))
(i (utt.relation.first utt 'SylStructure)))
(while i
;; Insert _ before vowels at the beginning of word boundaries
(if (and (czech-item.feat? i "daughter1.daughter1.ph_vc" '+)
(item.prev i)
(not (czech-item.feat? i "daughter1.daughter1.R:Segment.p.name"
'#)))
(item.insert
(item.relation (item.daughter1 (item.daughter1 i)) 'Segment)
stroke 'before))
(set! i (item.next i)))))
(define (czech-pause-breaks utt)
(Classic_Pauses utt)
(let ((words (utt.relation.items utt 'Word)))
;; Handle SB -- Classic_Pauses doesn't know about it
(mapcar
(lambda (w)
(if (czech-item.feat? w "pbreak" 'SB)
(insert_pause utt w)))
words)))
(define (czech-pause utt)
(czech-pause-breaks utt)
(czech-add-strokes utt)
(czech-adjust-phonetic-form utt)
utt)
;;; Accents
(defvar czech-accent-cart-tree '(NONE))
;; Intonation
(defvar czech-int-contours
'(((A 1) (0.02 -0.05) (0.02 -0.04) (0 0))
((B 1) (-0.01 0.02) (-0.02 0.04) (-0.02 0.05))
((C 1) (-0.04 -0.10) (0.02 -0.16) (-0.02 -0.12) (-0.02 -0.14))
((D 1) (-0.14 0.16) (-0.14 0.20))
((FA 1) (0.02 -0.04) (0 0))
((FB 1) (-0.02 0.04) (-0.02 0.05))
((A 2) (0.02 -0.05) (0.04 -0.08) (-0.03 0))
((B 2) (-0.04 0.06) (-0.02 0.04) (-0.02 0.07))
((C 2) (0 -0.10) (-0.04 -0.10) (-0.02 -0.12) (0.02 -0.16))
((D 2) (-0.06 0.08) (-0.10 0.14))
((FA 2) (0.04 -0.08) (-0.03 0))
((FB 2) (-0.02 0.04) (-0.02 0.07))
((A 3) (0.02 -0.02 -0.04) (0.02 -0.04 -0.02) (0.04 -0.04 -0.04)
(0 0 -0.02) (0 -0.04 0) (-0.04 0.08 -0.10) (-0.04 0.04 -0.04)
(-0.02 -0.01 0))
((B 3) (0 -0.04 0.04) (0 -0.06 0.04) (-0.06 0.04 0.02)
(-0.01 0.04 0.02) (-0.06 0 0.06) (-0.06 0.02 0.04)
(-0.04 0.04 -0.04))
((C 3) (0 -0.05 -0.05) (-0.04 -0.02 -0.08) (-0.06 -0.04 -0.04)
(-0.06 -0.10 -0.02))
((D 3) (-0.06 -0.01 0.09) (-0.06 0.08 -0.01))
((FA 3) (-0.04 0.08 -0.10) (-0.04 0.04 -0.04) (-0.02 -0.01 0))
((FB 3) (-0.06 0 0.06) (-0.06 0.02 0.04) (-0.04 0.04 -0.04))
((A 4) (0 0 -0.02 -0.01) (-0.02 0 -0.03 0) (-0.03 0.03 -0.02 -0.01)
(0 0 -0.01 0))
((B 4) (0 -0.03 0.01 0.02) (-0.02 0 0.02 0.02) (0 -0.03 0.03 0.02))
((C 4) (-0.04 -0.06 -0.02 -0.02) (-0.02 -0.02 -0.04 -0.06)
(-0.02 -0.08 -0.04 -0.02))
((D 4) (-0.06 0 -0.01 0.12) (-0.06 0.12 0 -0.03))
((FA 4) (-0.03 0.03 -0.02 -0.01) (0 0 -0.01 0))
((FB 4) (-0.02 0 0.02 0.02) (0 -0.03 0.03 0.02))
((A 5) (-0.02 0.02 -0.02 -0.01 0) (-0.03 0.03 0 0 -0.03)
(-0.02 0.02 0 0 -0.02))
((B 5) (0 -0.03 0.01 0.02 0.01) (0.01 -0.02 0 0 0.02)
(-0.02 0 0.02 0.02 0))
((C 5) (-0.02 0 -0.02 -0.04 -0.06) (-0.02 -0.08 -0.02 -0.02 -0.02)
(-0.02 -0.02 -0.08 -0.02 -0.02))
((D 5) (-0.06 0 -0.01 -0.01 0.13) (-0.06 0.13 0 -0.04 -0.04))
((FA 5) (-0.02 0.02 0 0 -0.02))
((FB 5) (-0.02 0 0.02 0.02 0))
((A 6) (-0.02 0.02 -0.01 0 (0) -0.02 -0.01))
((B 6) (0 -0.01 0 0 (0) 0.01 0.01) (0 -0.02 0.01 0.01 (0) 0.01 0.02))
((C 6) (-0.02 0 -0.02 -0.04 -0.06 0 (0))
(-0.02 -0.08 -0.02 -0.02 -0.02 (0))
(-0.02 -0.02 -0.08 -0.02 -0.02 -0.02 (0)))
((D 6) (-0.06 0 -0.01 -0.01 0 (0) 0.13) (0.13 0 -0.02 0 (0) -0.04 -0.04))
((FA 6) (-0.02 0.02 -0.01 0 (0) -0.02 -0.01))
((FB 6) (0 -0.02 0.01 0.01 (0) 0.01 0.02))
))
(defvar czech-int-contour-tree
;; Contourtype set: A, B, C, D, FA and FB (for F and F-1 positions)
'((position is I)
((preelement > 0)
((B))
((A)))
((position is M)
((p.contourtype is B)
((A))
((B)))
((position is F-1) ((FB))
((position is F) ((FA))
((position is FF-KKL-1) ((A))
((position is FF-KKL) ((C))
((position is FF-IT-1) ((B))
((position is FF-IT) ((D))
((ERROR)))))))))))
(define (czech-int-select-contours utt)
(let ((unit (utt.relation utt 'StressUnit))
(last-contour nil))
(while unit
(let ((position (item.feat unit 'position)))
;; Determine appropriate contour type
(let ((contourtype (wagon_predict unit czech-int-contour-tree)))
(item.set_feat unit "contourtype" contourtype)
;; Find particular contour
(let ((nsyls (czech-unit-syllable-count unit)))
(let ((contour (czech-random-choice
(cdr (assoc (list contourtype
(cond
((< nsyls 1)
1)
((> nsyls 6)
6)
(t
nsyls)))
czech-int-contours)))))
;; Adjust the first syllables of final contours
(if (or (string-equal position "F")
(string-matches position "FF.*[A-Z]"))
(let ((adjust-contour
(lambda (c adj)
(if last-contour
(cons (+ (car (last last-contour)) adj) (cdr c))
c))))
(cond
((string-equal position "F")
(set! contour (adjust-contour contour -0.02)))
((string-equal position "FF-KKL")
(set! contour (adjust-contour contour 0.02)))
((string-equal position "FF-IT")
(set! contour (adjust-contour contour -0.02))))))
;; Set contour values for preelements
(if (czech-item.feat? unit 'preelement 1)
(set! contour (cons (- (car contour) 0.02) contour)))
;; Finalize contours of long units
(let ((n (- nsyls 6)))
(if (>= n 0)
(let ((prefix '())
(contour* contour))
(while (not (consp (car contour*)))
(set! prefix (cons (car contour*) prefix))
(set! contour* (cdr contour*)))
(let ((val (caar contour*)))
(set! contour* (cdr contour*))
(while (> n 0)
(set! contour* (cons val contour*))
(set! n (- n 1)))
(set! contour (append (reverse prefix)
contour*))))))
(set! last-contour contour)
(item.set_feat unit 'contour contour)))))
(set! unit (item.next unit)))
;; Spread the contours on sylwords
(set! unit (utt.relation utt 'StressUnit))
(while unit
(let ((contour (item.feat unit 'contour))
(kernels (czech-syllable-kernels
(czech-stress-unit-phonemes unit))))
(if (eqv? (length kernels) 1)
;; One-syllabic units have two-number contours
;; (they can occur only in the final positions)
(let ((k (car kernels))
(contour-1 (car contour))
(contour-2 (cadr contour)))
(let ((k* (reverse k))
(last-k (car (last k)))
(contour-list (list (list 0.1 contour-1)
(list 0.9 contour-2))))
(if (eqv? (length k) 1)
;; Single phone in kernel -- put both values on it
(item.set_feat (car k) 'contourval contour-list)
;; Multiple phones -- spread the values over true kernel
(begin
(while (czech-item.feat? (cadr k*) 'ph_vc '+)
(set! k* (cdr k*)))
(if (eq? (car k*) last-k)
(item.set_feat last-k 'contourval contour-list)
(begin
(item.set_feat (car k*) 'contourval contour-1)
(item.set_feat last-k 'contourval contour-2)))))
;; Extend the contour pair to certain neighbors
(set! k* (cdr k*))
(while k*
(item.set_feat (car k*) 'contourval contour-1)
(set! k* (cdr k*)))
(let ((next-k (item.next last-k)))
(while (or (czech-item.feat? next-k 'ph_cvox '+)
(czech-item.feat? next-k 'ph_cvox 'u))
(item.set_feat next-k 'contourval contour-2)
(set! next-k (item.next next-k))))))
;; Otherwise spread the contour value over all kernels
(while kernels
(let ((contourval (car contour)))
(mapcar (lambda (seg)
(item.set_feat seg 'contourval contourval))
(car kernels)))
(set! kernels (cdr kernels))
(set! contour (cdr contour)))))
(set! unit (item.next unit)))))
(defvar czech-int-simple-params '((f0_mean 100) (f0_std 10)))
(define (czech-int-targets utt syl)
(let ((segments (item.relation.daughters syl 'SylStructure))
(syl-start (item.feat syl 'syllable_start))
(f0-base (cadr (assq 'f0_mean int_general_params)))
(f0-std (/ (cadr (assq 'f0_std int_general_params)) 10))
(times-values '()))
(let ((last-seg-end syl-start)
(f0-value (lambda (contourval)
(* f0-base (+ 1 (* f0-std contourval))))))
(while segments
(let ((s (car segments)))
(let ((contourval (and (czech-item.has-feat s 'contourval)
(item.feat s 'contourval)))
(seg-end (item.feat s 'end)))
(cond
((consp contourval)
(let ((tlen (- seg-end last-seg-end)))
(set! times-values
(append
(mapcar (lambda (v)
(list (+ last-seg-end
(* (read-from-string (car v)) tlen))
(f0-value (cadr v))))
(reverse contourval))
times-values))))
(contourval
(let ((time (/ (+ last-seg-end seg-end) 2.0))
(value (f0-value contourval)))
(set! times-values (cons (list time value) times-values)))))
(set! last-seg-end seg-end)
(set! segments (cdr segments))))))
;; Festival apparently decreases F0 at the end of the utterance, prevent it
(if (not (null? times-values))
(let ((last-time (car (car times-values)))
(last-value (cadr (car times-values)))
(last-seg (item.relation.daughtern syl 'SylStructure)))
(set! times-values (cons (list (czech-max (- (item.feat last-seg 'end) 0.01)
(+ last-time 0.001))
last-value)
times-values))))
(reverse times-values)))
;;; Duration
(defvar czech-phoneme-durations
'((# 0.100)
(_ 0.025)
(a 0.098)
(a: 0.142)
(b 0.067)
(c 0.102)
(ch 0.087)
(c~ 0.099)
(d 0.062)
(dz 0.108)
(dz~ 0.094)
(d~ 0.077)
(e 0.099)
(e: 0.126)
(f 0.089)
(g 0.067)
(h 0.064)
(i 0.077)
(i: 0.120)
(j 0.065)
(k 0.080)
(l 0.057)
(m 0.068)
(n 0.075)
(n* 0.098)
(n~ 0.079)
(o 0.089)
(o: 0.137)
(p 0.079)
(r 0.060)
(r~ 0.065)
(r~* 0.073)
(s 0.098)
(s~ 0.090)
(t 0.082)
(t~ 0.090)
(u 0.082)
(u: 0.139)
(v 0.058)
(z 0.077)
(z~ 0.074)
))
(defvar czech-silence-durations
'(("BB" 0.206 0.238) ("B" 0.082 0.095) ("SB" 0.008 0.010)))
(defvar czech-stress-duration-factors
'((1 1.03)
(2 1.02)
(3 1.01)
(4 1.00)
(5 1.00)
(6 0.99)
(7 0.98)
(8 0.96)
(9 0.94)
(10 0.93)
(11 0.91)
(12 0.90)))
(defvar czech-duration-random-factor 0.2)
(define (czech-duration-pauses utt)
(let ((word (utt.relation.first utt 'Word)))
(while word
(let ((durspec (assoc_string (item.feat word "pbreak")
czech-silence-durations)))
(if durspec
(let ((min (nth 1 durspec))
(max (nth 2 durspec))
(seg (find_last_seg word)))
(if seg
(item.set_feat
(item.next (item.relation seg 'Segment))
'dur_factor
(* 10 (+ min (* (- max min) (czech-rand)))))))))
(set! word (item.next word)))))
(define (czech-duration-factors utt)
(let ((sunit (utt.relation.first utt 'StressUnit)))
(while sunit
(let ((nphones (length (czech-stress-unit-phonemes sunit))))
(cond
((> nphones 12)
(set! nphones 12))
((< nphones 1)
(set! nphones 1)))
(let ((factor (cadr (assoc nphones czech-stress-duration-factors))))
(mapcar (lambda (syl)
(mapcar (lambda (seg)
(item.set_feat seg "dur_factor" factor))
(item.relation.daughters syl 'SylStructure)))
(item.relation.leafs sunit 'StressUnit))))
(set! sunit (item.next sunit))))
;; Adjust duration factors for initial single-syllabic word
;; (Take the initial word from Word, not just SylStructure, which may contain
;; prepunctuation.)
(let ((1st-word (utt.relation.first utt 'Word)))
(while (and 1st-word
(item.daughter1 1st-word)
(item.daughter1 (item.daughter1 1st-word)))
(set! 1st-word (item.next 1st-word)))
(let ((phonemes (and 1st-word
(apply append
(mapcar item.daughters
(item.daughters
(item.relation 1st-word
'SylStructure)))))))
(if (eqv? (czech-syllable-count phonemes) 1)
(let ((durfact (cadr (assoc (czech-min (length phonemes) 12)
czech-stress-duration-factors))))
(mapcar (lambda (ph) (item.set_feat ph 'dur_factor durfact))
phonemes))))))
(define (czech-duration-compute utt)
(mapcar
(lambda (seg)
(let ((factor (* (item.feat seg "dur_factor")
(Param.get 'Duration_Stretch))))
(item.set_feat seg "end"
(+ (item.feat seg "start")
(* (if (<= factor 0) 1 factor)
(cadr (assoc_string (item.name seg)
czech-phoneme-durations*)))))))
(utt.relation.items utt 'Segment)))
(define (czech-duration utt)
(czech-duration-pauses utt)
(czech-duration-factors utt)
(czech-duration-compute utt)
utt)
;;; Volume
(defvar czech-volume-scale 1.8)
(defvar czech-volume-scale* nil)
(define (czech-adjust-volume utt)
(utt.wave.rescale utt czech-volume-scale*))
;;; Final phoneme translation
(define (czech-translate-add-vowels utt)
(if (and (string-equal (Param.get 'Language) 'czech)
czech-insert-filling-vowels)
(let ((i (utt.relation.first utt 'Segment))
(insert-item (lambda (name orig-ph end pos)
(let ((feats (item.features orig-ph))
(new-feats `((name ,name) (end ,end))))
(while feats
(if (not (member (caar feats) '(id name end)))
(set! new-feats (cons (car feats)
new-feats)))
(set! feats (cdr feats)))
(item.insert orig-ph (cons name (list new-feats))
pos)
(let ((new ((if (eq? pos 'after)
item.next item.prev)
orig-ph)))
(if (member 'SylStructure
(item.relations orig-ph))
(item.relation.insert orig-ph 'SylStructure
new pos))))))
(vowel? (lambda (ph) (czech-item.feat? ph 'ph_vc '+)))
(last-end 0.0))
(while i
(let ((end (item.feat i 'end)))
(cond
;; Duplicate vowels
((vowel? i)
(insert-item (item.name i) i (/ (+ last-end end) 2) 'before)))
(set! last-end end))
(set! i (item.next i)))))
utt)
(define (czech-translate-phonemes utt)
(if (and (string-equal (Param.get 'Language) 'czech)
czech-phoneset-translation*)
(mapcar
(lambda (item)
(let ((tr (assoc (item.name item) czech-phoneset-translation*)))
(if tr (item.set_name item (cadr tr)))))
(utt.relation.items utt 'Segment)))
utt)
(defvar czech-after-analysis-hooks
(list czech-translate-add-vowels czech-translate-phonemes))
;;; Finally, the language definition itself
(define (czech-reset-parameters)
(set! czech-lts-extra-rules* czech-lts-extra-rules)
(set! czech-int-simple-params* czech-int-simple-params)
(set! czech-phoneme-durations* czech-phoneme-durations)
(set! czech-volume-scale* czech-volume-scale)
(set! czech-phoneset-translation* czech-phoneset-translation)
(set! czech-after-analysis-hooks* czech-after-analysis-hooks)
(Param.set 'Synth_Method 'UniSyn))
(define (voice-czech-common)
(voice_reset)
(Param.set 'Language 'czech)
;; Phone set
(Param.set 'PhoneSet 'czech)
(PhoneSet.select 'czech)
(set! pos_lex_name nil)
;; Tokenization
(set! token.unknown_word_name czech-token.unknown-word-name)
(set! token.whitespace czech-token.whitespace)
(set! token.punctuation czech-token.punctuation)
(set! token.prepunctuation czech-token.prepunctuation)
(set! token_to_words czech-token-to-words)
(Param.set 'Token_Method 'Token_Any)
;; Lexicon selection
(lex.select "czech")
;; Segmentation
(Param.set 'Word_Method 'czech-word)
;; Part of speech
(set! guess_pos czech-guess-pos) ; not actually used
(Param.set 'POS_Method czech-pos)
;; Simple phrase break prediction by punctuation
(set! pos_supported nil)
(set! phrase_cart_tree czech-phrase-cart-tree)
(Param.set 'Phrase_Method 'cart_tree)
(Param.set 'Phrasify_Method Classic_Phrasify)
;; Pauses
(Param.set 'Pause_Method czech-pause)
;; Accent prediction and intonation
(set! int_accent_cart_tree czech-accent-cart-tree)
(Param.set 'Int_Method czech-int-select-contours)
(set! int_general_params (cons (list 'targ_func czech-int-targets)
czech-int-simple-params*))
(Param.set 'Int_Target_Method Int_Targets_General)
;; Duration prediction
(Param.set 'Duration_Method czech-duration)
;; Postlex rules
(set! postlex_rules_hooks '())
(set! after_analysis_hooks czech-after-analysis-hooks*)
;; Final voice adjustment
(set! after_synth_hooks (list czech-adjust-volume))
;; Set current voice
(set! current_voice_reset nil)
(set! current-voice 'czech))
(defmac (czech-proclaim-voice form)
(let ((name (nth 1 form))
(description (nth 2 form))
(body (nth_cdr 3 form))
(options ()))
(if (consp name)
(begin
(set! options (cdr name))
(set! name (car name))))
(set! name (intern (string-append 'czech_ name)))
(let ((parameters `((language czech)
(dialect ,(cdr (assoc 'dialect options)))
(gender ,(cadr (assoc 'gender options)))
(coding ISO-8859-2)
(description ,description))))
`(begin
(define (,(intern (string-append 'voice_ name)))
(czech-reset-parameters)
,@body
(voice-czech-common)
(set! current-voice (quote ,name)))
(proclaim_voice
(quote ,name)
(quote ,parameters))))))
(provide 'czech)
|