This file is indexed.

/usr/share/festival/voices/marathi/marathi_NSK_diphone/festvox/marathi_NSK_ene.scm is in festvox-mr-nsk 0.1-7.

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
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;                                                                             ;;
;;;              Energy model autotrained by festvox                            ;;
;;;                                                                             ;;
;;;  Copyright (c) 2005, DONLab, Dept. of CS&E,                                 ;; 
;;;                      IIT Madras <speech@lantana.tenet.res.in>               ;; 
;;;                                                                             ;;
;;;  This program is a part of festival-mr.					;;
;;;  										;;
;;;  festival-mr 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  ;;
;;;										;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(set! marathi_NSK::phone_enesMID '
(
(name is aa)
((1879 4042))
((name is a)
((1901 3531))
((name is aw)
((1330 3941))
((name is ay)
((2254 5401))
((name is b)
((1477 913 1477))
((name is bh)
((846 1135))
((name is ch)
((216 310))
((name is ddh) 
((1165 1028 1165))
((name is D)
((1111 1363))
((name is dh)
((781 1250))
((name is ee)
((2340 4838))
((name is eh)
((2235 3858))
((name is f)
((202 288))
((name is g)
((1117 1685))
((name is h)
((1767 2090))
((name is ih)
((2042 3061))
((name is iy)
((2224 5231))
((name is j)
((573 920))
((name is k)
((218 293))
((name is kh)
((141 289))
((name is l)
((1951 3392))
((name is L) 
((2254 4105))
((name is m)
((1681 3305))
((name is n)
((1645 3056))
((name is N)
((1516 3533))
((name is oh)
((1671 3948))
((name is oo)
((2434 5053))
((name is p)
((197 229))
((name is r)
((1474 1785))
((name is s)
((361 428))
((name is sh)
((1012 1209))
((name is td)
((49 305))
((name is T)
((270 320))
((name is th)
((178 234))
((name is tth)
((198 402))
((name is uh)
((2196 2714))
((name is uw)
((2518 5498))
((name is v)
((1420 2156))
((name is y)
((2216 3780))
((0 0))))))))))))))))))))))))))))))))))))))))
)
)



(set! marathi_NSK::zene_treeMID '
((name is aa)
 ((R:SylStructure.parent.R:Syllable.n.syl_break is 4)
  ((n.name is r)
   ((p.name is dh)
    ((772.894 4668.93))
    ((p.name is p)
     ((658.263 1432.44))
     ((p.name is n)
      ((R:SylStructure.parent.parent.word_numsyls < 3.2)
       ((242.828 973.874))
       ((748.302 1875.24)))
      ((R:SylStructure.parent.parent.word_numsyls < 3.2)
       ((2244.74 3146.32))
       ((p.name is ch)
        ((307.451 2374.57))
        ((466.765 1720.5)))))))
   ((n.name is l)
    ((1495.2 1696.68))
    ((n.name is th)
     ((1249.19 5993.12))
     ((R:SylStructure.parent.parent.word_numsyls < 4)
      ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
       ((1214.89 4581.48))
       ((880.983 3211.4)))
      ((1633.78 2662.87))))))
  ((R:SylStructure.parent.R:Syllable.p.syl_break is 1)
   ((p.name is y)
    ((n.name is ddh)
     ((555.991 7071.33))
     ((2023.26 4471.25)))
    ((R:SylStructure.parent.parent.word_numsyls < 4.6)
     ((p.name is m)
      ((469.943 2545.1))
      ((p.name is n)
       ((799.854 2930.03))
       ((p.name is v)
        ((R:SylStructure.parent.parent.word_numsyls < 2.1)
         ((1009.65 4087.2))
         ((1356.98 2871.76)))
        ((n.name is y)
         ((1107.83 3366.52))
         ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
          ((R:SylStructure.parent.parent.word_numsyls < 3.1)
           ((n.name is k)
            ((1594.4 6818.45))
            ((n.name is n)
             ((1015.98 3878.62))
             ((1487.28 5004.28))))
           ((p.name is r)
            ((1493.25 5152.28))
            ((991.229 3752.14))))
          ((1144.92 3889.97)))))))
     ((pos_in_syl < 0.2)
      ((368.598 2152.81))
      ((n.name is r)
       ((2116.49 4120.19))
       ((p.name is s)
        ((960.656 3691.56))
        ((409.097 2694.23)))))))
   ((n.name is y)
    ((p.name is pau)
     ((918.268 2394.51))
     ((R:SylStructure.parent.parent.word_numsyls < 4.4)
      ((2614.19 4795.52))
      ((639.701 2771.93))))
    ((R:SylStructure.parent.R:Syllable.pp.syl_break is 1)
     ((p.name is y)
      ((1217.84 7360.87))
      ((p.name is s)
       ((n.name is r)
        ((646.739 2778.34))
        ((897.523 4309.8)))
       ((p.name is r)
        ((1216.72 5861.47))
        ((R:SylStructure.parent.parent.word_numsyls < 5.6)
         ((n.name is D)
          ((604.679 3874.01))
          ((n.name is v)
           ((2050.51 4007.98))
           ((p.name is k)
            ((1136.36 6006.86))
            ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
             ((1863.16 5425.07))
             ((n.name is r)
              ((659.738 3808.83))
              ((p.name is v)
               ((1383.71 4031.37))
               ((p.name is ddh)
                ((1666.34 4711.08))
                ((2059.59 5846.24)))))))))
         ((1022.42 3544.17))))))
     ((n.name is r)
      ((R:SylStructure.parent.parent.word_numsyls < 4.4)
       ((R:SylStructure.parent.parent.word_numsyls < 3)
        ((p.name is k)
         ((823.008 8486.3))
         ((2297.22 7169.35)))
        ((1821.35 6943.37)))
       ((p.name is dh)
        ((R:SylStructure.parent.parent.word_numsyls < 6.2)
         ((1760.13 6523.2))
         ((942.231 5527.55)))
        ((1508.3 3774.36))))
      ((p.name is g)
       ((syl_final is 0)
        ((1851.41 3369.21))
        ((R:SylStructure.parent.parent.word_numsyls < 3.3)
         ((1038.85 4205.93))
         ((1424.08 5321.03))))
       ((n.name is v)
        ((1031.7 3750.01))
        ((R:SylStructure.parent.parent.word_numsyls < 2.4)
         ((p.name is p)
          ((1769.28 6475.12))
          ((n.name is th)
           ((1616.79 6962.09))
           ((500.365 7967.88))))
         ((p.name is s)
          ((519.826 3895.85))
          ((n.name is n)
           ((p.name is T)
            ((674.326 3048.47))
            ((1865.38 5409.2)))
           ((n.name is m)
            ((R:SylStructure.parent.parent.word_numsyls < 3.4)
             ((2155.86 5994.6))
             ((1796.17 4322.24)))
            ((R:SylStructure.parent.parent.word_numsyls < 5.5)
             ((n.name is a)
              ((463.257 7383.71))
              ((n.name is dh)
               ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                ((1224.56 6102.57))
                ((2011.63 7640.61)))
               ((p.name is v)
                ((1477.54 4567.47))
                ((n.name is sh)
                 ((1635.23 4827.49))
                 ((pos_in_syl < 0.2)
                  ((syl_final is 0)
                   ((R:SylStructure.parent.parent.word_numsyls < 3.2)
                    ((1529.16 7639.65))
                    ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                     ((R:SylStructure.parent.parent.word_numsyls < 4.1)
                      ((1042.95 7913.68))
                      ((2178.71 5202.16)))
                     ((p.name is n)
                      ((249.118 2951.72))
                      ((n.name is l)
                       ((773.724 4451.09))
                       ((1726.04 5975.18))))))
                   ((1248.7 3660)))
                  ((p.name is p)
                   ((891.816 5441.06))
                   ((1335.56 7607.75))))))))
             ((p.name is r)
              ((1828.75 8185.82))
              ((R:SylStructure.parent.parent.word_numsyls < 6.2)
               ((1869.33 6771.81))
               ((1482.46 5805.1))))))))))))))))
 ((name is a)
  ((n.name is n)
   ((R:SylStructure.parent.R:Syllable.n.syl_break is 4)
    ((R:SylStructure.parent.parent.word_numsyls < 5.5)
     ((p.name is dh)
      ((R:SylStructure.parent.parent.word_numsyls < 4.2)
       ((418.167 2277.42))
       ((309.714 1798.9)))
      ((p.name is T)
       ((691.097 3409.16))
       ((801.233 2823.58))))
     ((p.name is m)
      ((468.831 1345.42))
      ((475.915 2054.39))))
    ((p.name is g)
     ((1228.61 6311.02))
     ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
      ((p.name is j)
       ((1396.33 5654.55))
       ((p.name is n)
        ((1334.82 2614.02))
        ((p.name is p)
         ((289.91 4596.21))
         ((p.name is sh)
          ((1631.22 2942.56))
          ((p.name is ch)
           ((753.823 3126.05))
           ((p.name is s)
            ((273.19 3376.17))
            ((p.name is th)
             ((266.673 4398.33))
             ((1729.21 3922.74)))))))))
      ((pos_in_syl < 0.1)
       ((878.107 1563.08))
       ((p.name is ch)
        ((882.841 2391.28))
        ((p.name is m)
         ((1098.7 2746.67))
         ((R:SylStructure.parent.parent.word_numsyls < 3.5)
          ((1634.99 4128.75))
          ((697.279 2904.28)))))))))
   ((p.name is n)
    ((n.name is ch)
     ((658.926 928.671))
     ((n.name is th)
      ((1207.84 1428.94))
      ((n.name is pau)
       ((R:SylStructure.parent.parent.word_numsyls < 3.2)
        ((981.522 2819.28))
        ((R:SylStructure.parent.parent.word_numsyls < 4.1)
         ((931.315 1917.73))
         ((302.836 2683.47))))
       ((R:SylStructure.parent.parent.word_numsyls < 5.6)
        ((n.name is T)
         ((699.874 1883.31))
         ((pos_in_syl < 0.1)
          ((n.name is v)
           ((1461.09 2379.41))
           ((R:SylStructure.parent.parent.word_numsyls < 3.2)
            ((n.name is m)
             ((884.916 2036.23))
             ((R:SylStructure.parent.parent.word_numsyls < 2.1)
              ((1595.99 5398.58))
              ((1566.82 4170.65))))
            ((1607.99 4737.86))))
          ((R:SylStructure.parent.parent.word_numsyls < 3.2)
           ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
            ((1096.41 4858.41))
            ((1025.86 2070.88)))
           ((966.305 2416.39)))))
        ((pos_in_syl < 0.1)
         ((R:SylStructure.parent.parent.word_numsyls < 6.2)
          ((763.178 1734.47))
          ((1354.97 3933.74)))
         ((430.723 1754.34)))))))
    ((R:SylStructure.parent.R:Syllable.p.syl_break is 1)
     ((p.name is ch)
      ((2502.6 5968.54))
      ((n.name is l)
       ((p.name is p)
        ((879.946 1657.04))
        ((418.32 2519.28)))
       ((n.name is m)
        ((p.name is s)
         ((897.058 2216.57))
         ((1229.01 3627.67)))
        ((pos_in_syl < 1.2)
         ((p.name is m)
          ((R:SylStructure.parent.parent.word_numsyls < 3)
           ((1179.35 3698.87))
           ((382.161 2344.23)))
          ((p.name is aa)
           ((1937.89 5784.74))
           ((p.name is b)
            ((1043.63 5187.48))
            ((n.name is T)
             ((R:SylStructure.parent.parent.word_numsyls < 2.2)
              ((315.36 3875.83))
              ((659.172 3340.67)))
             ((pos_in_syl < 0.1)
              ((R:SylStructure.parent.parent.word_numsyls < 4.2)
               ((561.659 3491.21))
               ((399.526 4218.5)))
              ((p.name is v)
               ((584.895 3750.3))
               ((R:SylStructure.parent.R:Syllable.n.syl_break is 1)
                ((563.082 4668.06))
                ((1619.04 4163.93)))))))))
         ((n.name is s)
          ((867.603 2000.5))
          ((887.005 3353.1)))))))
     ((n.name is b)
      ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
       ((R:SylStructure.parent.parent.word_numsyls < 6.5)
        ((R:SylStructure.parent.parent.word_numsyls < 4.2)
         ((2647.55 6594.42))
         ((898.515 8506.87)))
        ((1470.33 6152.65)))
       ((1102.72 3697.55)))
      ((p.name is dh)
       ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
        ((n.name is r)
         ((1562.61 8009.6))
         ((2604.15 4087.04)))
        ((n.name is r)
         ((428.1 4829.81))
         ((854.154 5901.72))))
       ((p.name is j)
        ((n.name is p)
         ((1717.06 5453.95))
         ((2833.29 7508.25)))
        ((R:SylStructure.parent.parent.word_numsyls < 4.5)
         ((p.name is r)
          ((R:SylStructure.parent.R:Syllable.pp.syl_break is 1)
           ((pos_in_syl < 1.2)
            ((R:SylStructure.parent.parent.word_numsyls < 3)
             ((755.886 4549.62))
             ((1353.18 5300.84)))
            ((606.419 2532.74)))
           ((n.name is v)
            ((335.841 7896.1))
            ((R:SylStructure.parent.parent.word_numsyls < 3)
             ((n.name is th)
              ((1446.43 7263.87))
              ((R:SylStructure.parent.parent.word_numsyls < 2.1)
               ((pos_in_syl < 0.1)
                ((1915.09 8759.87))
                ((1336.01 5216.57)))
               ((n.name is bh)
                ((1433.52 6569.6))
                ((2269.64 4818.94)))))
             ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
              ((3104.11 5945.06))
              ((n.name is th)
               ((809.674 2206.05))
               ((158.954 2994.18)))))))
          ((R:SylStructure.parent.R:Syllable.n.syl_break is 1)
           ((R:SylStructure.parent.R:Syllable.pp.syl_break is 1)
            ((p.name is y)
             ((2950.07 5975.34))
             ((n.name is r)
              ((1181.66 4461.53))
              ((1409.24 2789.52))))
            ((pos_in_syl < 0.2)
             ((p.name is v)
              ((625.732 7918.93))
              ((R:SylStructure.parent.parent.word_numsyls < 3)
               ((n.name is r)
                ((1983.06 8034.98))
                ((1891.72 5236.68)))
               ((n.name is r)
                ((2160.53 2688.1))
                ((2262.12 5575.4)))))
             ((1137.29 4863.63))))
           ((p.name is ch)
            ((1386.95 6953.49))
            ((pos_in_syl < 0.2)
             ((p.name is l)
              ((n.name is y)
               ((511.184 3453.65))
               ((1922.07 5537.76)))
              ((p.name is th)
               ((syl_final is 0)
                ((1125.05 3644.84))
                ((887.008 6087.89)))
               ((n.name is ch)
                ((2336.74 1838.13))
                ((p.name is v)
                 ((1411.45 4732.58))
                 ((p.name is N)
                  ((1267.56 5047.54))
                  ((n.name is T)
                   ((826.981 2251.9))
                   ((p.name is kh)
                    ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                     ((1138.34 2425.01))
                     ((296.909 3854.73)))
                    ((n.name is g)
                     ((897.406 2699.56))
                     ((p.name is m)
                      ((1403.5 4424.68))
                      ((syl_final is 0)
                       ((p.name is T)
                        ((n.name is m)
                         ((757.059 2837.7))
                         ((988.786 3734.6)))
                        ((1658.58 3901.2)))
                       ((R:SylStructure.parent.parent.word_numsyls < 2.2)
                        ((418.467 3925.06))
                        ((1179.71 2842.52)))))))))))))
             ((p.name is y)
              ((n.name is s)
               ((1580.7 4809.38))
               ((1074.65 5929.89)))
              ((p.name is k)
               ((470.708 5434.36))
               ((p.name is l)
                ((2144.09 5386.05))
                ((n.name is m)
                 ((673.974 2801.13))
                 ((p.name is p)
                  ((938.311 3957.06))
                  ((R:SylStructure.parent.parent.word_numsyls < 3)
                   ((n.name is D)
                    ((1512.55 5369.94))
                    ((R:SylStructure.parent.parent.word_numsyls < 2.1)
                     ((407.595 3287.91))
                     ((syl_final is 0)
                      ((1351.05 4982.93))
                      ((1326.55 3739.91)))))
                   ((2238.7 6227.55))))))))))))
         ((n.name is v)
          ((2779.26 5457.65))
          ((n.name is r)
           ((p.name is m)
            ((396.548 2111.37))
            ((R:SylStructure.parent.parent.word_numsyls < 5.2)
             ((1905.33 4961.97))
             ((1816.5 6717.14))))
           ((p.name is y)
            ((937.188 2283.72))
            ((syl_final is 0)
             ((n.name is k)
              ((p.name is l)
               ((1503.41 4006.14))
               ((1955.87 5800.15)))
              ((R:SylStructure.parent.R:Syllable.n.syl_break is 4)
               ((1914.71 4725.61))
               ((p.name is k)
                ((n.name is T)
                 ((224.853 2102.63))
                 ((n.name is th)
                  ((1677.06 5241.12))
                  ((897.351 4033.78))))
                ((n.name is th)
                 ((755.069 2136.53))
                 ((1574.8 3411.96))))))
             ((pos_in_syl < 0.1)
              ((1044.27 3759.19))
              ((1650.31 5841.66))))))))))))))
  ((name is iy)
   ((R:SylStructure.parent.R:Syllable.p.syl_break is 1)
    ((R:SylStructure.parent.parent.word_numsyls < 1.4)
     ((1397.61 4349.06))
     ((1985.83 5538.11)))
    ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
     ((pos_in_syl < 0.2)
      ((R:SylStructure.parent.parent.word_numsyls < 2.5)
       ((n.name is v)
        ((3232.13 5595.74))
        ((2122.82 8398.45)))
       ((2138.07 5232.53)))
      ((p.name is r)
       ((1587.12 7800.35))
       ((p.name is v)
        ((896.634 9696.72))
        ((1306.1 8914.46)))))
     ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
      ((2333.19 5423.87))
      ((2161.82 4085.43)))))
   ((name is oo)
    ((n.name is j)
     ((R:SylStructure.parent.parent.word_numsyls < 2.2)
      ((1760.37 9622.53))
      ((684.986 7762.78)))
     ((p.name is s)
      ((2919.24 8909.95))
      ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
       ((p.name is th)
        ((syl_final is 0)
         ((1504.17 4571.8))
         ((1497.67 3414.85)))
        ((n.name is y)
         ((2157.49 3849.6))
         ((R:SylStructure.parent.R:Syllable.n.syl_break is 1)
          ((2035.9 7368.15))
          ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
           ((R:SylStructure.parent.parent.word_numsyls < 3.4)
            ((pos_in_syl < 0.1)
             ((3360.59 4253.16))
             ((1433.89 7259.11)))
            ((syl_final is 0)
             ((n.name is g)
              ((2106.78 4576.79))
              ((R:SylStructure.parent.parent.word_numsyls < 4.3)
               ((1650.07 8230.6))
               ((2438.08 5720.43))))
             ((1937.1 4953))))
           ((p.name is k)
            ((989.569 5806.41))
            ((1105.65 4821.55)))))))
       ((p.name is N)
        ((1187.9 2762.7))
        ((1889.24 4395.21))))))
    ((name is th)
     ((n.name is r)
      ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
       ((R:SylStructure.parent.R:Syllable.n.syl_break is 4)
        ((187.013 640.434))
        ((pos_in_syl < 2.1)
         ((199.058 397.658))
         ((36.777 303.824))))
       ((437.992 859.686)))
      ((n.name is uh)
       ((p.name is s)
        ((R:SylStructure.parent.R:Syllable.n.syl_break is 1)
         ((76.3648 281.403))
         ((171.275 397.039)))
        ((R:SylStructure.parent.parent.word_numsyls < 4.2)
         ((524.402 850.55))
         ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
          ((217.912 531.028))
          ((130.069 388.288)))))
       ((R:SylStructure.parent.parent.word_numsyls < 3.2)
        ((R:SylStructure.parent.R:Syllable.n.syl_break is 1)
         ((p.name is aa)
          ((240.913 685.823))
          ((pos_in_syl < 1.2)
           ((530.64 1101.61))
           ((361.381 878.736))))
         ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
          ((pos_in_syl < 3.2)
           ((R:SylStructure.parent.R:Syllable.p.syl_break is 1)
            ((pos_in_syl < 0.3)
             ((296.288 704.313))
             ((259.344 514.213)))
            ((pos_in_syl < 2.1)
             ((614.536 735.653))
             ((589.294 1331.21))))
           ((456.709 1046.22)))
          ((145.314 521.318))))
        ((R:SylStructure.parent.parent.word_numsyls < 4.4)
         ((n.name is aa)
          ((pos_in_syl < 0.4)
           ((311.309 693.132))
           ((274.112 986.016)))
          ((pos_in_syl < 1.2)
           ((pos_in_syl < 0.1)
            ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
             ((52.4009 435.902))
             ((313.18 689.853)))
            ((R:SylStructure.parent.R:Syllable.n.syl_break is 1)
             ((294.889 636.515))
             ((344.173 907.581))))
           ((p.name is a)
            ((R:SylStructure.parent.R:Syllable.n.syl_break is 4)
             ((169.543 447.387))
             ((118.345 313.041)))
            ((240.212 593.8)))))
         ((n.name is th)
          ((674.869 1396.15))
          ((pos_in_syl < 1.2)
           ((R:SylStructure.parent.R:Syllable.n.syl_break is 4)
            ((161.091 983.456))
            ((n.name is ih)
             ((213.707 413.412))
             ((p.name is ih)
              ((179.809 543.535))
              ((349.846 719.596)))))
           ((p.name is a)
            ((n.name is ih)
             ((226.735 979.74))
             ((188.075 452.057)))
            ((n.name is a)
             ((444.278 1298.56))
             ((567.304 824.975))))))))))
     ((name is k)
      ((n.name is T)
       ((R:SylStructure.parent.parent.word_numsyls < 3)
        ((52.1659 324.174))
        ((188.776 559.609)))
       ((n.name is oh)
        ((p.name is ih)
         ((319.694 636.242))
         ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
          ((102.401 301.345))
          ((173.297 490.956))))
        ((n.name is r)
         ((p.name is a)
          ((128.303 350.052))
          ((218.325 503.629)))
         ((R:SylStructure.parent.parent.word_numsyls < 6.6)
          ((n.name is uh)
           ((p.name is ih)
            ((58.1477 293.527))
            ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
             ((R:SylStructure.parent.R:Syllable.n.syl_break is 4)
              ((R:SylStructure.parent.parent.word_numsyls < 4.2)
               ((123.575 348.417))
               ((463.341 796.617)))
              ((p.name is uh)
               ((234.899 622.739))
               ((p.name is a)
                ((373.512 795.383))
                ((426.876 1107.71)))))
             ((77.951 407.771))))
           ((p.name is oh)
            ((R:SylStructure.parent.R:Syllable.n.syl_break is 1)
             ((165.059 632.645))
             ((141.631 502.703)))
            ((n.name is ih)
             ((p.name is aa)
              ((343.665 794.246))
              ((R:SylStructure.parent.parent.word_numsyls < 4)
               ((201.063 452.004))
               ((298.42 648.576))))
             ((R:SylStructure.parent.parent.word_numsyls < 4.5)
              ((n.name is aa)
               ((p.name is a)
                ((195.14 491.7))
                ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
                 ((p.name is aa)
                  ((261.2 749.433))
                  ((706.385 1121.28)))
                 ((314.244 570.529))))
               ((R:SylStructure.parent.parent.word_numsyls < 2.2)
                ((n.name is a)
                 ((133.397 693.724))
                 ((R:SylStructure.parent.R:Syllable.n.syl_break is 1)
                  ((p.name is pau)
                   ((780.486 1190.78))
                   ((252.508 593.89)))
                  ((480.031 1016.62))))
                ((pos_in_syl < 0.3)
                 ((132.884 400.374))
                 ((366.287 690.425)))))
              ((n.name is aa)
               ((280.914 553.726))
               ((pos_in_syl < 0.3)
                ((261.941 788.403))
                ((R:SylStructure.parent.parent.word_numsyls < 5.1)
                 ((n.name is a)
                  ((pos_in_syl < 2)
                   ((367.834 896.388))
                   ((740.736 1353.26)))
                  ((35.065 582.691)))
                 ((276.312 1170.47)))))))))
          ((198.338 403.471))))))
      ((name is s)
       ((n.name is oo)
        ((1507.17 2407.22))
        ((n.name is s)
         ((R:SylStructure.parent.parent.word_numsyls < 1.2)
          ((463.455 1391.79))
          ((977.921 2097.84)))
         ((R:SylStructure.parent.parent.word_numsyls < 1.7)
          ((p.name is ih)
           ((239.095 533.781))
           ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
            ((116.83 334.261))
            ((61.0537 232.097))))
          ((p.name is s)
           ((1087.96 1491.17))
           ((p.name is ih)
            ((R:SylStructure.parent.parent.word_numsyls < 6.5)
             ((R:SylStructure.parent.R:Syllable.n.syl_break is 1)
              ((445.061 1168.78))
              ((n.name is uh)
               ((92.908 641.752))
               ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
                ((463.391 732.901))
                ((620.161 943.242)))))
             ((145.92 431.406)))
            ((n.name is k)
             ((431.025 1046.74))
             ((p.name is pau)
              ((n.name is a)
               ((142.53 458.373))
               ((123.41 320.889)))
              ((n.name is y)
               ((361.11 1071.25))
               ((n.name is th)
                ((R:SylStructure.parent.parent.word_numsyls < 3.5)
                 ((37.3838 296.224))
                 ((241.405 534.205)))
                ((pos_in_syl < 2.4)
                 ((p.name is x)
                  ((R:SylStructure.parent.parent.word_numsyls < 3.3)
                   ((229.395 611.675))
                   ((R:SylStructure.parent.parent.word_numsyls < 4.2)
                    ((74.1965 346.362))
                    ((150.763 466.248))))
                  ((R:SylStructure.parent.parent.word_numsyls < 3.5)
                   ((n.name is eh)
                    ((44.4926 265.774))
                    ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                     ((169.366 455.516))
                     ((n.name is ih)
                      ((336.057 471.297))
                      ((411.022 661.9)))))
                   ((R:SylStructure.parent.parent.word_numsyls < 4.3)
                    ((pos_in_syl < 1.2)
                     ((p.name is a)
                      ((330.865 522.653))
                      ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
                       ((678.828 1298.65))
                       ((406.347 917.809))))
                     ((p.name is r)
                      ((98.0893 408.505))
                      ((379.285 639.662))))
                    ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
                     ((p.name is ee)
                      ((154.23 349.781))
                      ((167.233 568.912)))
                     ((314.67 857.42))))))
                 ((379.433 903.659))))))))))))
       ((name is p)
        ((n.name is r)
         ((p.name is x)
          ((144.451 332.139))
          ((R:SylStructure.parent.R:Syllable.p.syl_break is 1)
           ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
            ((R:SylStructure.parent.parent.word_numsyls < 6.5)
             ((R:SylStructure.parent.parent.word_numsyls < 4.2)
              ((531.143 770.97))
              ((317.662 528.969)))
             ((108.785 864.376)))
            ((262.803 454.019)))
           ((296.728 523.749))))
         ((p.name is eh)
          ((86.5845 203.877))
          ((pos_in_syl < 1.2)
           ((n.name is uh)
            ((149.369 307.762))
            ((R:SylStructure.parent.R:Syllable.p.syl_break is 4)
             ((637.92 1368.42))
             ((R:SylStructure.parent.parent.word_numsyls < 3.1)
              ((pos_in_syl < 0.1)
               ((n.name is a)
                ((p.name is pau)
                 ((274.947 678.543))
                 ((212.084 944.831)))
                ((R:SylStructure.parent.parent.word_numsyls < 2)
                 ((185.937 505.595))
                 ((n.name is aa)
                  ((443.472 710.857))
                  ((195.352 499.46)))))
               ((290.933 314.171)))
              ((p.name is ay)
               ((267.502 471.213))
               ((p.name is ih)
                ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
                 ((464.83 727.832))
                 ((181.633 354.289)))
                ((pos_in_syl < 0.1)
                 ((p.name is uh)
                  ((49.3067 326.598))
                  ((p.name is a)
                   ((161.687 668.802))
                   ((439.36 906.579))))
                 ((585.111 1289))))))))
           ((R:SylStructure.parent.parent.word_numsyls < 6.5)
            ((389.312 1022.08))
            ((381.424 754.391))))))
        ((name is ch)
         ((n.name is a)
          ((p.name is ch)
           ((905.866 1271.56))
           ((pos_in_syl < 2.1)
            ((273.235 554.652))
            ((494.61 973.27))))
          ((n.name is oh)
           ((272.45 769.033))
           ((R:SylStructure.parent.parent.word_numsyls < 2.5)
            ((R:SylStructure.parent.R:Syllable.n.syl_break is 1)
             ((462.843 925.026))
             ((125.711 383.407)))
            ((n.name is ih)
             ((R:SylStructure.parent.parent.word_numsyls < 4.2)
              ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
               ((240.923 445.004))
               ((66.062 253.261)))
              ((p.name is n)
               ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                ((128.043 353.909))
                ((235.576 638.097)))
               ((848.875 1187.77))))
             ((p.name is ih)
              ((46.4635 246.408))
              ((p.name is a)
               ((n.name is ee)
                ((77.3265 241.733))
                ((239.76 419.153)))
               ((n.name is ee)
                ((p.name is n)
                 ((242.946 608.144))
                 ((237.65 435.505)))
                ((R:SylStructure.parent.parent.word_numsyls < 3.3)
                 ((118.249 323.693))
                 ((pos_in_syl < 0.3)
                  ((308.784 551.221))
                  ((156.748 363.405)))))))))))
         ((name is T)
          ((R:SylStructure.parent.parent.word_numsyls < 5.2)
           ((n.name is aa)
            ((634.39 1218.35))
            ((n.name is ay)
             ((560.704 1329.58))
             ((R:SylStructure.parent.R:Syllable.pp.syl_break is 1)
              ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
               ((n.name is a)
                ((p.name is a)
                 ((208.297 574.47))
                 ((101.867 407.867)))
                ((R:SylStructure.parent.parent.word_numsyls < 4.1)
                 ((pos_in_syl < 0.2)
                  ((77.3202 361.972))
                  ((109.226 265.658)))
                 ((90.4716 406.477))))
               ((p.name is aa)
                ((60.7483 441.114))
                ((259.306 846.587))))
              ((p.name is ih)
               ((339.446 1108.72))
               ((n.name is T)
                ((315.493 439.924))
                ((p.name is aa)
                 ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                  ((164.462 472.742))
                  ((83.702 616.109)))
                 ((p.name is n)
                  ((n.name is a)
                   ((302.43 755.354))
                   ((194.615 517.413)))
                  ((R:SylStructure.parent.parent.word_numsyls < 2.2)
                   ((pos_in_syl < 0.2)
                    ((578.727 800.877))
                    ((149.342 402.728)))
                   ((p.name is T)
                    ((95.7781 524.158))
                    ((p.name is sh)
                     ((529.206 755.545))
                     ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                      ((627.378 1237.42))
                      ((336.18 862.927)))))))))))))
           ((p.name is aa)
            ((454.403 1309.62))
            ((R:SylStructure.parent.parent.word_numsyls < 6.2)
             ((626.151 1282.52))
             ((331.763 659.983)))))
          ((name is r)
           ((n.name is g)
            ((1204.74 9020.33))
            ((R:SylStructure.parent.R:Syllable.n.syl_break is 4)
             ((n.name is uh)
              ((p.name is aa)
               ((R:SylStructure.parent.parent.word_numsyls < 4.2)
                ((265.302 496.607))
                ((255.53 604.884)))
               ((590.264 1062.23)))
              ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
               ((R:SylStructure.parent.parent.word_numsyls < 2.4)
                ((1007.08 2069.75))
                ((519.594 1137.5)))
               ((1276.72 2986.47))))
             ((p.name is dh)
              ((R:SylStructure.parent.parent.word_numsyls < 2.2)
               ((1617.74 5202.35))
               ((1785.62 3124.53)))
              ((n.name is v)
               ((2174.9 4491.07))
               ((R:SylStructure.parent.R:Syllable.p.syl_break is 1)
                ((n.name is y)
                 ((p.name is aa)
                  ((453.415 1711.1))
                  ((867.187 3021.59)))
                 ((p.name is iy)
                  ((R:SylStructure.parent.parent.word_numsyls < 2.2)
                   ((1828.24 3537.44))
                   ((323.866 1672.17)))
                  ((n.name is aa)
                   ((pos_in_syl < 0.2)
                    ((609.127 1234.25))
                    ((p.name is aa)
                     ((495.006 1823.46))
                     ((1213.3 2564.26))))
                   ((pos_in_syl < 2.1)
                    ((p.name is s)
                     ((700.547 1850.73))
                     ((n.name is a)
                      ((p.name is aa)
                       ((583.271 2786.03))
                       ((p.name is a)
                        ((R:SylStructure.parent.parent.word_numsyls < 3.2)
                         ((1003.61 2647.47))
                         ((796.732 1844.63)))
                        ((R:SylStructure.parent.parent.word_numsyls < 5.6)
                         ((p.name is p)
                          ((613.229 1399.55))
                          ((432.863 1648.69)))
                         ((R:SylStructure.parent.parent.word_numsyls < 6.2)
                          ((304.231 1735.55))
                          ((663.309 2147.66))))))
                      ((pos_in_syl < 0.2)
                       ((748.92 1845.48))
                       ((n.name is ih)
                        ((R:SylStructure.parent.parent.word_numsyls < 4.5)
                         ((p.name is a)
                          ((658.029 1549.98))
                          ((528.097 1171.04)))
                         ((1584.26 2366.07)))
                        ((n.name is p)
                         ((432.17 1736.75))
                         ((p.name is a)
                          ((442.734 819.568))
                          ((p.name is aa)
                           ((253.631 912.101))
                           ((R:SylStructure.parent.parent.word_numsyls < 3.2)
                            ((427.66 1168.22))
                            ((833.353 1741.53))))))))))
                    ((1323.14 2547.37))))))
                ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
                 ((p.name is iy)
                  ((2159.7 5574.51))
                  ((n.name is pau)
                   ((167.582 853.521))
                   ((R:SylStructure.parent.parent.word_numsyls < 4.5)
                    ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                     ((n.name is aa)
                      ((R:SylStructure.parent.parent.word_numsyls < 3.1)
                       ((1234.57 3030.41))
                       ((728.097 1981.64)))
                      ((p.name is uw)
                       ((2078.59 4693))
                       ((R:SylStructure.parent.parent.word_numsyls < 2.2)
                        ((p.name is s)
                         ((964.922 2807.05))
                         ((1494.17 6227.34)))
                        ((syl_final is 0)
                         ((n.name is a)
                          ((pos_in_syl < 0.1)
                           ((1404.73 3448.63))
                           ((1585.33 2548.47)))
                          ((1520.33 1979.4)))
                         ((p.name is a)
                          ((957.574 2466.9))
                          ((pos_in_syl < 1.2)
                           ((371.994 4184.08))
                           ((967.149 3384.76))))))))
                     ((syl_final is 0)
                      ((p.name is th)
                       ((298.788 2303.83))
                       ((pos_in_syl < 0.1)
                        ((423.838 1003.52))
                        ((746.905 2056.42))))
                      ((1701.12 2618.85))))
                    ((n.name is uh)
                     ((717.474 1276.81))
                     ((n.name is ih)
                      ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                       ((696.922 965.932))
                       ((602.766 2056.81)))
                      ((pos_in_syl < 1.2)
                       ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                        ((syl_final is 0)
                         ((pos_in_syl < 0.1)
                          ((1808.11 2805.64))
                          ((872.831 1786.49)))
                         ((p.name is a)
                          ((892.515 3590.65))
                          ((905.317 2656.26))))
                        ((562.904 1979.08)))
                       ((690.93 2111.82))))))))
                 ((p.name is T)
                  ((244.37 612.736))
                  ((n.name is D)
                   ((96.3602 1098.09))
                   ((n.name is uh)
                    ((163.353 1400.08))
                    ((n.name is ih)
                     ((pos_in_syl < 1.2)
                      ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                       ((365.741 2023.26))
                       ((245.603 1678.08)))
                      ((247.219 1173.62)))
                     ((1045.63 2048.07))))))))))))
           ((name is dh)
            ((R:SylStructure.parent.R:Syllable.n.syl_break is 4)
             ((n.name is ih)
              ((R:SylStructure.parent.parent.word_numsyls < 5)
               ((364.529 756.101))
               ((281.304 531.139)))
              ((362.476 1413.93)))
             ((pos_in_syl < 1.2)
              ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
               ((n.name is uh)
                ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                 ((1371.49 2778.95))
                 ((654.541 1636.65)))
                ((p.name is ih)
                 ((364.513 2194.16))
                 ((n.name is aa)
                  ((556.653 1749.48))
                  ((p.name is a)
                   ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                    ((791.33 2294.64))
                    ((n.name is ee)
                     ((844.124 1862.89))
                     ((312.605 986.542))))
                   ((pos_in_syl < 0.1)
                    ((n.name is a)
                     ((229.014 718.088))
                     ((214.928 1051.29)))
                    ((541.842 1232.35)))))))
               ((p.name is uh)
                ((154.119 799.554))
                ((p.name is dh)
                 ((327.621 841.191))
                 ((p.name is a)
                  ((297.324 924.346))
                  ((1008.7 1461.54))))))
              ((p.name is a)
               ((R:SylStructure.parent.parent.word_numsyls < 4.5)
                ((685.871 1571.06))
                ((220.954 1187.17)))
               ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                ((n.name is a)
                 ((p.name is n)
                  ((392.95 1411.32))
                  ((883.276 2527.74)))
                 ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
                  ((R:SylStructure.parent.parent.word_numsyls < 2.5)
                   ((495.464 2217.1))
                   ((pos_in_syl < 2.1)
                    ((n.name is uh)
                     ((631.608 2095.72))
                     ((450.689 2751.56)))
                    ((611.273 3679.68))))
                  ((190.418 3562.73))))
                ((n.name is r)
                 ((311.819 1097.98))
                 ((pos_in_syl < 2.1)
                  ((n.name is ih)
                   ((210.917 1459.67))
                   ((298.921 1709.2)))
                  ((1095.1 2207.81))))))))
            ((name is ee)
             ((p.name is ch)
              ((n.name is s)
               ((1274.69 2116.57))
               ((1138.11 4156.74)))
              ((R:SylStructure.parent.R:Syllable.n.syl_break is 1)
               ((p.name is l)
                ((1487.77 5353.01))
                ((R:SylStructure.parent.parent.word_numsyls < 2.2)
                 ((p.name is r)
                  ((1391.6 6625.11))
                  ((1292.06 7546.26)))
                 ((1512.18 8513.93))))
               ((p.name is dh)
                ((2091.16 7761.94))
                ((n.name is k)
                 ((277.069 2569.49))
                 ((n.name is r)
                  ((1080.99 3613.35))
                  ((R:SylStructure.parent.parent.word_numsyls < 2.4)
                   ((1390.26 6831.56))
                   ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
                    ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                     ((1817.15 4617.32))
                     ((1800.43 5900.93)))
                    ((988.141 6451.1)))))))))
             ((name is ay)
              ((n.name is dh)
               ((2014.43 8800.46))
               ((p.name is m)
                ((R:SylStructure.parent.parent.word_numsyls < 5.2)
                 ((2420.98 4318.83))
                 ((721.425 2611.72)))
                ((p.name is p)
                 ((syl_final is 0)
                  ((1208.74 5698.69))
                  ((1333.14 4504.23)))
                 ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                  ((pos_in_syl < 0.2)
                   ((2610.64 5593.47))
                   ((1218.93 8279.96)))
                  ((p.name is s)
                   ((1155.79 6085.11))
                   ((n.name is m)
                    ((405.555 6122.66))
                    ((923.755 4646.8))))))))
              ((name is uw)
               ((R:SylStructure.parent.parent.word_numsyls < 5.5)
                ((R:SylStructure.parent.R:Syllable.p.syl_break is 1)
                 ((2058.45 5664.91))
                 ((p.name is th)
                  ((1398.3 6900.91))
                  ((R:SylStructure.parent.parent.word_numsyls < 3.2)
                   ((571.009 8200.11))
                   ((502.279 9391.55)))))
                ((503.265 3307.44)))
               ((n.name is l)
                ((p.name is g)
                 ((1382.59 7284.09))
                 ((p.name is r)
                  ((R:SylStructure.parent.parent.word_numsyls < 4.5)
                   ((1088.7 1469.14))
                   ((1348.81 4861.46)))
                  ((name is ih)
                   ((R:SylStructure.parent.R:Syllable.n.syl_break is 1)
                    ((687.221 3944.25))
                    ((R:SylStructure.parent.parent.word_numsyls < 3.1)
                     ((2180.57 7186.6))
                     ((2490.13 4854.08))))
                   ((R:SylStructure.parent.parent.word_numsyls < 5.2)
                    ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
                     ((p.name is n)
                      ((1802.26 5882.72))
                      ((R:SylStructure.parent.R:Syllable.n.syl_break is 4)
                       ((1247.35 2836.02))
                       ((pos_in_syl < 0.2)
                        ((1123.6 4842.06))
                        ((R:SylStructure.parent.R:Syllable.p.syl_break is 1)
                         ((R:SylStructure.parent.parent.word_numsyls < 2.2)
                          ((2022.48 3925.32))
                          ((1554.91 2316.05)))
                         ((1364.85 3864.31))))))
                     ((1584.28 5040.86)))
                    ((1808.07 5503.42))))))
                ((name is sh)
                 ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                  ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                   ((980.404 1733.95))
                   ((R:SylStructure.parent.parent.word_numsyls < 3.2)
                    ((n.name is td)
                     ((983.606 2247.89))
                     ((556.247 1259.95)))
                    ((p.name is k)
                     ((902.047 2345.65))
                     ((1493.22 3621.96)))))
                  ((p.name is uh)
                   ((158.859 515.177))
                   ((457.805 1054.57))))
                 ((name is j)
                  ((p.name is oo)
                   ((R:SylStructure.parent.parent.word_numsyls < 2.2)
                    ((616.527 2653.92))
                    ((355.289 1697.13)))
                   ((p.name is aa)
                    ((383.841 859.427))
                    ((p.name is uh)
                     ((534.671 925.64))
                     ((R:SylStructure.parent.R:Syllable.p.syl_break is 1)
                      ((R:SylStructure.parent.parent.word_numsyls < 3.2)
                       ((957.206 2435.14))
                       ((727.377 1374.69)))
                      ((R:SylStructure.parent.parent.word_numsyls < 4.6)
                       ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                        ((447.712 859.715))
                        ((395.405 1259.44)))
                       ((431.773 1665.6)))))))
                  ((name is kh)
                   ((347.095 805.529))
                   ((name is g)
                    ((n.name is r)
                     ((476.417 1262.16))
                     ((R:SylStructure.parent.R:Syllable.pp.syl_break is 1)
                      ((n.name is a)
                       ((588.755 2156.68))
                       ((n.name is ih)
                        ((585.614 1039.93))
                        ((R:SylStructure.parent.R:Syllable.n.syl_break is 1)
                         ((587.366 2071.75))
                         ((721.207 1369.86)))))
                      ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                       ((R:SylStructure.parent.parent.word_numsyls < 6.5)
                        ((n.name is a)
                         ((pos_in_syl < 1.2)
                          ((1110.79 1884.09))
                          ((1189.21 2811.66)))
                         ((R:SylStructure.parent.parent.word_numsyls < 5.2)
                          ((R:SylStructure.parent.R:Syllable.n.syl_break is 4)
                           ((1022.75 2177.09))
                           ((p.name is uh)
                            ((1746.13 4168.68))
                            ((1164.92 2768.48))))
                          ((1020.23 3571.8))))
                        ((1487.24 1705.22)))
                       ((pos_in_syl < 0.3)
                        ((R:SylStructure.parent.parent.word_numsyls < 3.2)
                         ((334.171 1208.91))
                         ((49.4837 1635.03)))
                        ((R:SylStructure.parent.parent.word_numsyls < 4.5)
                         ((R:SylStructure.parent.parent.word_numsyls < 3)
                          ((627.308 1815.19))
                          ((285.392 2179.73)))
                         ((227.096 1583.06)))))))
                    ((name is D)
                     ((p.name is r)
                      ((164.327 829.834))
                      ((p.name is ih)
                       ((434.366 990.126))
                       ((syl_final is 0)
                        ((n.name is ih)
                         ((787.745 1822.23))
                         ((R:SylStructure.parent.R:Syllable.n.syl_break is 1)
                          ((445.419 1586.76))
                          ((855.456 1053.65))))
                        ((p.name is uw)
                         ((492.708 1461.76))
                         ((p.name is uh)
                          ((498.213 1551.42))
                          ((n.name is ih)
                           ((388.693 1543.34))
                           ((1150.97 2364.55))))))))
                     ((name is v)
                      ((p.name is uh)
                       ((1958.82 6318.1))
                       ((pos_in_syl < 0.3)
                        ((R:SylStructure.parent.parent.word_numsyls < 2.2)
                         ((p.name is a)
                          ((675.468 3172.57))
                          ((944.741 2418.99)))
                         ((p.name is x)
                          ((437.534 1294.48))
                          ((p.name is a)
                           ((n.name is ay)
                            ((590.182 2247.91))
                            ((510.294 1360.08)))
                           ((R:SylStructure.parent.R:Syllable.n.syl_break is 1)
                            ((916.532 1716.35))
                            ((R:SylStructure.parent.parent.word_numsyls < 4.2)
                             ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                              ((1351.17 2878.93))
                              ((p.name is aa)
                               ((956.977 2529.48))
                               ((n.name is ih)
                                ((574.031 1093.81))
                                ((1420.42 2059.3)))))
                             ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                              ((276.53 1485.21))
                              ((855.705 2738.9))))))))
                        ((p.name is iy)
                         ((3197.85 4636.6))
                         ((p.name is ddh)
                          ((265.738 1442.82))
                          ((p.name is ih)
                           ((n.name is a)
                            ((668.519 1447.86))
                            ((1334.08 2761.48)))
                           ((pos_in_syl < 1.2)
                            ((p.name is aa)
                             ((387.88 1832.86))
                             ((p.name is a)
                              ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                               ((807.781 2526.76))
                               ((748.283 1957.65)))
                              ((1550.02 3149.94))))
                            ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                             ((1587.13 4599.82))
                             ((pos_in_syl < 2.1)
                              ((275.331 2000.41))
                              ((p.name is aa)
                               ((1259.13 3570.23))
                               ((373.338 2880.78)))))))))))
                      ((name is b)
                       ((pos_in_syl < 0.3)
                        ((n.name is aa)
                         ((440.476 951.452))
                         ((638.777 1573.09)))
                        ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                         ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
                          ((R:SylStructure.parent.parent.word_numsyls < 6.5)
                           ((R:SylStructure.parent.parent.word_numsyls < 4.2)
                            ((R:SylStructure.parent.parent.word_numsyls < 3.1)
                             ((280.419 2786.98))
                             ((823.115 2087.52)))
                            ((920.427 2990.92)))
                           ((730.065 2044.07)))
                          ((534.322 1876.17)))
                         ((467.472 1057.69))))
                       ((name is ddh)
                        ((pos_in_syl < 2.1)
                         ((n.name is ih)
                          ((376.76 1047.99))
                          ((n.name is v)
                           ((610.322 1051.29))
                           ((504.938 1769.05))))
                         ((R:SylStructure.parent.parent.word_numsyls < 3.5)
                          ((1578.74 2999.6))
                          ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                           ((923.202 2030.08))
                           ((370.31 1293.31)))))
                        ((R:SylStructure.parent.parent.word_numsyls < 2.4)
                         ((p.name is p)
                          ((name is uh)
                           ((1024.91 1794.28))
                           ((393.872 3552.43)))
                          ((p.name is pau)
                           ((n.name is k)
                            ((659.623 4747.48))
                            ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                             ((929.213 2139.07))
                             ((n.name is ih)
                              ((849.913 3534.78))
                              ((917.988 2856.39)))))
                           ((R:SylStructure.parent.R:Syllable.p.syl_break is 1)
                            ((name is eh)
                             ((1549.43 6045.3))
                             ((name is oh)
                              ((633.871 1942.83))
                              ((p.name is l)
                               ((2627.8 6024.74))
                               ((n.name is n)
                                ((1836.1 2304.21))
                                ((pos_in_syl < 0.3)
                                 ((n.name is a)
                                  ((1294.68 4026.63))
                                  ((p.name is iy)
                                   ((1302.34 3709.39))
                                   ((1697.84 2723.4))))
                                 ((p.name is v)
                                  ((1161.77 7396.51))
                                  ((name is y)
                                   ((179.914 2367.99))
                                   ((name is h)
                                    ((675.551 2817.27))
                                    ((n.name is T)
                                     ((1201.66 3243.06))
                                     ((name is uh)
                                      ((1975.7 2807.72))
                                      ((name is ih)
                                       ((693.989 4878.86))
                                       ((pos_in_syl < 1.2)
                                        ((863.992 3685.05))
                                        ((p.name is ih)
                                         ((1373.55 5244.47))
                                         ((1760.4 4360.07)))))))))))))))
                            ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
                             ((R:SylStructure.parent.parent.word_numsyls < 1.1)
                              ((2482.95 2886.11))
                              ((p.name is a)
                               ((name is m)
                                ((1805.37 3818.32))
                                ((n.name is a)
                                 ((727.141 4844.25))
                                 ((1433.61 5861.53))))
                               ((syl_final is 0)
                                ((name is m)
                                 ((273.38 6504.42))
                                 ((name is n)
                                  ((1112.75 5986.78))
                                  ((name is ih)
                                   ((1755.84 6207.58))
                                   ((1724.26 4298.85)))))
                                ((n.name is p)
                                 ((1296.59 4971.32))
                                 ((name is n)
                                  ((1029 5792.43))
                                  ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                                   ((1455.63 7073.45))
                                   ((1892.71 8405.45))))))))
                             ((name is uh)
                              ((2845.6 5772))
                              ((syl_final is 0)
                               ((name is y)
                                ((2095.68 4954.19))
                                ((n.name is n)
                                 ((520.588 1927.09))
                                 ((name is n)
                                  ((n.name is a)
                                   ((2071.99 2982.82))
                                   ((638.891 1779.08)))
                                  ((p.name is l)
                                   ((399.212 2260.13))
                                   ((pos_in_syl < 0.1)
                                    ((1028.66 4530.1))
                                    ((687.851 3316.3)))))))
                               ((pos_in_syl < 0.2)
                                ((2063.34 5350.37))
                                ((p.name is aa)
                                 ((658.38 5320.9))
                                 ((p.name is a)
                                  ((name is m)
                                   ((1169.78 3348.35))
                                   ((831.012 4303.23)))
                                  ((1646.5 2554.93)))))))))))
                         ((n.name is r)
                          ((name is uh)
                           ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                            ((2362.15 5873.67))
                            ((2099.71 7822.59)))
                           ((syl_final is 0)
                            ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                             ((R:SylStructure.parent.parent.word_numsyls < 6)
                              ((pos_in_syl < 0.1)
                               ((1262.44 4739.76))
                               ((1618.98 6458.84)))
                              ((912.733 4416.32)))
                             ((name is ih)
                              ((1063.72 3517.96))
                              ((325.124 5094.6))))
                            ((1345.69 3281.9))))
                          ((n.name is 0)
                           ((p.name is r)
                            ((76.5231 198.385))
                            ((1521.2 949.168)))
                           ((R:SylStructure.parent.R:Syllable.n.syl_break is 4)
                            ((n.name is g)
                             ((2015.73 5759.56))
                             ((p.name is oo)
                              ((1494 4849.79))
                              ((p.name is r)
                               ((name is ih)
                                ((1257.01 4155.77))
                                ((450.124 4948.66)))
                               ((n.name is s)
                                ((1512.64 5043.7))
                                ((n.name is aa)
                                 ((1087.15 1404.28))
                                 ((name is y)
                                  ((p.name is a)
                                   ((1238.81 5527.52))
                                   ((1625.62 2672.43)))
                                  ((name is uh)
                                   ((1354.94 3288.47))
                                   ((n.name is dh)
                                    ((p.name is uh)
                                     ((315.366 1940.8))
                                     ((562.742 1382.46)))
                                    ((n.name is uh)
                                     ((pos_in_syl < 1.1)
                                      ((p.name is aa)
                                       ((555.931 868.52))
                                       ((655.02 1717.83)))
                                      ((1243.83 2933.33)))
                                     ((p.name is a)
                                      ((syl_final is 0)
                                       ((429.142 2610.36))
                                       ((R:SylStructure.parent.parent.word_numsyls < 5)
                                        ((567.765 2143.84))
                                        ((379.309 1804.69))))
                                      ((pos_in_syl < 0.2)
                                       ((n.name is oo)
                                        ((2110.12 4509.54))
                                        ((p.name is dh)
                                         ((1248.1 2910.69))
                                         ((p.name is n)
                                          ((1084.23 2115.11))
                                          ((p.name is ch)
                                           ((976.569 2035.48))
                                           ((n.name is n)
                                            ((559.366 1023.93))
                                            ((565.704 1689.34)))))))
                                       ((name is l)
                                        ((1153.2 2071.52))
                                        ((R:SylStructure.parent.parent.word_numsyls < 4.2)
                                         ((n.name is a)
                                          ((1144.87 2257.29))
                                          ((R:SylStructure.parent.parent.word_numsyls < 3.1)
                                           ((1754.34 4013.91))
                                           ((1263.66 2800.84))))
                                         ((768.622 3705.56)))))))))))))))
                            ((n.name is pau)
                             ((p.name is r)
                              ((name is ih)
                               ((1968.45 4049.58))
                               ((R:SylStructure.parent.parent.word_numsyls < 4.2)
                                ((896.096 640.62))
                                ((179.507 368.592))))
                              ((p.name is th)
                               ((1701.92 6432.92))
                               ((p.name is k)
                                ((R:SylStructure.parent.parent.word_numsyls < 4.2)
                                 ((1118.16 3567.01))
                                 ((1937.61 5763.77)))
                                ((p.name is D)
                                 ((2110.41 5288.28))
                                 ((p.name is n)
                                  ((R:SylStructure.parent.parent.word_numsyls < 4.2)
                                   ((747.015 3916.43))
                                   ((1172.39 3249.37)))
                                  ((p.name is T)
                                   ((1521.21 3970.35))
                                   ((p.name is dh)
                                    ((1815.14 1441.64))
                                    ((name is ih)
                                     ((2856.48 3886.36))
                                     ((1433.36 2279.96))))))))))
                             ((name is bh)
                              ((pos_in_syl < 2.1)
                               ((pos_in_syl < 0.2)
                                ((p.name is pau)
                                 ((527.254 1351.35))
                                 ((288.367 993.618)))
                                ((R:SylStructure.parent.parent.word_numsyls < 3.3)
                                 ((653.114 2285.26))
                                 ((783.425 1551.51))))
                               ((1886.07 3173.62)))
                              ((n.name is n)
                               ((p.name is p)
                                ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
                                 ((1656.49 4011.27))
                                 ((1013.98 6781.51)))
                                ((p.name is n)
                                 ((895.598 5256.3))
                                 ((p.name is g)
                                  ((862.169 5106.68))
                                  ((R:SylStructure.parent.parent.word_numsyls < 4.2)
                                   ((R:SylStructure.parent.R:Syllable.p.syl_break is 1)
                                    ((name is n)
                                     ((250.678 878.312))
                                     ((pos_in_syl < 0.1)
                                      ((467.931 1375.26))
                                      ((885.894 2504.08))))
                                    ((R:SylStructure.parent.parent.word_numsyls < 3.1)
                                     ((1587.21 4347.01))
                                     ((p.name is s)
                                      ((660.117 1129.02))
                                      ((syl_final is 0)
                                       ((name is ih)
                                        ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
                                         ((606.802 877.943))
                                         ((1450.23 2497.48)))
                                        ((p.name is th)
                                         ((1788.27 1897.7))
                                         ((1539.08 3813.81))))
                                       ((p.name is uh)
                                        ((1358.13 2527.66))
                                        ((name is uh)
                                         ((1916.38 2890.65))
                                         ((878.905 5432.55))))))))
                                   ((name is l)
                                    ((686.946 3458.32))
                                    ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
                                     ((R:SylStructure.parent.parent.word_numsyls < 5.2)
                                      ((pos_in_syl < 0.2)
                                       ((720.562 1562.89))
                                       ((p.name is uh)
                                        ((394.002 1403.73))
                                        ((677.719 981.518))))
                                      ((p.name is uh)
                                       ((556.238 1814.28))
                                       ((p.name is th)
                                        ((1112.72 1957.57))
                                        ((1282.24 2970.35)))))
                                     ((432.176 2946.77))))))))
                               ((name is f)
                                ((n.name is a)
                                 ((355.852 530.212))
                                 ((325.249 950.421)))
                                ((name is td)
                                 ((339.583 646.927))
                                 ((name is tth)
                                  ((282.085 702.853))
                                  ((pos_in_syl < 2.1)
                                   ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                                    ((p.name is ay)
                                     ((name is n)
                                      ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                                       ((1741.86 3562.91))
                                       ((1299.95 5460.38)))
                                      ((757.332 7634.07)))
                                     ((name is h)
                                      ((pos_in_syl < 0.2)
                                       ((n.name is ay)
                                        ((247.439 1685.62))
                                        ((622.25 729.271)))
                                       ((p.name is a)
                                        ((614.45 2608.33))
                                        ((R:SylStructure.parent.parent.word_numsyls < 3.3)
                                         ((1817.43 2900.53))
                                         ((2928.24 4902.14)))))
                                      ((p.name is kh)
                                       ((1450.43 5602.72))
                                       ((p.name is eh)
                                        ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                                         ((1868.28 4519.08))
                                         ((name is n)
                                          ((251.28 2469.94))
                                          ((R:SylStructure.parent.parent.word_numsyls < 4.2)
                                           ((1193.44 1577.65))
                                           ((535.882 2195.04)))))
                                        ((p.name is ih)
                                         ((R:SylStructure.parent.parent.word_numsyls < 5.5)
                                          ((n.name is ch)
                                           ((pos_in_syl < 1.1)
                                            ((481.225 1004.74))
                                            ((1542.01 2895.32)))
                                           ((n.name is ih)
                                            ((712.499 4405.28))
                                            ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                                             ((n.name is a)
                                              ((170.355 1796.44))
                                              ((n.name is dh)
                                               ((1295.9 2515.39))
                                               ((1099.38 3647.48))))
                                             ((name is n)
                                              ((1121.65 4328.46))
                                              ((n.name is a)
                                               ((1153.44 3706.62))
                                               ((777.127 2677.69)))))))
                                          ((2005.57 3863.94)))
                                         ((p.name is n)
                                          ((R:SylStructure.parent.parent.word_numsyls < 4.5)
                                           ((pos_in_syl < 0.1)
                                            ((n.name is k)
                                             ((1282.16 4660.88))
                                             ((R:SylStructure.parent.parent.word_numsyls < 3.1)
                                              ((syl_final is 0)
                                               ((n.name is a)
                                                ((1793.91 5966.65))
                                                ((1778.05 4066.57)))
                                               ((1308.88 2947.4)))
                                              ((n.name is a)
                                               ((1103.93 2341.2))
                                               ((1138.13 3774.32)))))
                                            ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                                             ((238.881 3056.3))
                                             ((49.259 3293.1))))
                                           ((n.name is ih)
                                            ((430.718 4169.95))
                                            ((syl_final is 0)
                                             ((n.name is x)
                                              ((926.133 2058.82))
                                              ((name is ih)
                                               ((991.378 3698.3))
                                               ((1110.39 2740.54))))
                                             ((824.739 1855.15)))))
                                          ((pos_in_syl < 1.2)
                                           ((name is m)
                                            ((n.name is x)
                                             ((801.556 1423.77))
                                             ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
                                              ((pos_in_syl < 0.1)
                                               ((1040.05 2900.18))
                                               ((n.name is a)
                                                ((R:SylStructure.parent.parent.word_numsyls < 4.2)
                                                 ((755.541 5316.62))
                                                 ((2084.58 4164.32)))
                                                ((R:SylStructure.parent.parent.word_numsyls < 3.4)
                                                 ((1087.63 1747.04))
                                                 ((R:SylStructure.parent.parent.word_numsyls < 4.3)
                                                  ((1319.83 3198.62))
                                                  ((R:SylStructure.parent.parent.word_numsyls < 5.2)
                                                   ((438.737 5040.52))
                                                   ((1357.56 3522.66)))))))
                                              ((syl_final is 0)
                                               ((912.219 2059.61))
                                               ((782.33 2864.68)))))
                                            ((p.name is th)
                                             ((n.name is s)
                                              ((868.045 6500.64))
                                              ((1494.4 4298.78)))
                                             ((p.name is b)
                                              ((1801.13 5819))
                                              ((n.name is dh)
                                               ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                                                ((1943.88 5093.05))
                                                ((p.name is a)
                                                 ((287.22 1672.43))
                                                 ((907.75 3871.38))))
                                               ((n.name is v)
                                                ((name is uh)
                                                 ((2383.01 6923.17))
                                                 ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                                                  ((syl_final is 0)
                                                   ((1656.27 5758.88))
                                                   ((1356.09 4114.84)))
                                                  ((2571.74 3281.07))))
                                                ((p.name is ch)
                                                 ((R:SylStructure.parent.parent.word_numsyls < 5)
                                                  ((n.name is p)
                                                   ((653.317 810.697))
                                                   ((303.566 1978.49)))
                                                  ((2289.99 4632.29)))
                                                 ((name is eh)
                                                  ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                                                   ((2466.63 7369.55))
                                                   ((p.name is s)
                                                    ((880.34 5350.35))
                                                    ((1697.07 3474.2))))
                                                  ((n.name is ch)
                                                   ((name is n)
                                                    ((762.379 4085.65))
                                                    ((p.name is k)
                                                     ((497.487 694.226))
                                                     ((1301.43 1751.7))))
                                                   ((n.name is p)
                                                    ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
                                                     ((syl_final is 0)
                                                      ((R:SylStructure.parent.parent.word_numsyls < 5.2)
                                                       ((1333.81 7359.75))
                                                       ((771.634 5902.49)))
                                                      ((R:SylStructure.parent.parent.word_numsyls < 3.2)
                                                       ((2918.2 5240.69))
                                                       ((892.234 3476.52))))
                                                     ((1986.35 2835.92)))
                                                    ((n.name is T)
                                                     ((2676.73 5829.76))
                                                     ((R:SylStructure.parent.parent.word_numsyls < 6.5)
                                                      ((name is N)
                                                       ((972.031 2602.66))
                                                       ((n.name is j)
                                                        ((p.name is l)
                                                         ((893.435 1381.25))
                                                         ((1857.56 3336.76)))
                                                        ((p.name is uh)
                                                         ((name is l)
                                                          ((383.596 3263.92))
                                                          ((446.941 1883.38)))
                                                         ((p.name is g)
                                                          ((1516.03 4830.22))
                                                          ((n.name is m)
                                                           ((1390.12 4695))
                                                           ((n.name is y)
                                                            ((1689.5 2236.96))
                                                            ((n.name is uh)
                                                             ((1472.98 2442.26))
                                                             ((name is n)
                                                              ((pos_in_syl < 0.1)
                                                               ((R:SylStructure.parent.parent.word_numsyls < 4.2)
                                                                ((n.name is a)
                                                                 ((568.559 2526.97))
                                                                 ((p.name is r)
                                                                  ((870.897 2925.42))
                                                                  ((46.2738 3892.61))))
                                                                ((387.065 4462.72)))
                                                               ((n.name is aa)
                                                                ((477.827 3088.66))
                                                                ((R:SylStructure.parent.parent.word_numsyls < 5.1)
                                                                 ((syl_final is 0)
                                                                  ((1062.28 3913.06))
                                                                  ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
                                                                   ((p.name is a)
                                                                    ((1499.88 5153.24))
                                                                    ((939.722 6248.87)))
                                                                   ((846.846 4323.89))))
                                                                 ((syl_final is 0)
                                                                  ((1012.08 4968.19))
                                                                  ((1034.32 2779.93))))))
                                                              ((R:SylStructure.parent.parent.word_numsyls < 3.3)
                                                               ((p.name is l)
                                                                ((n.name is x)
                                                                 ((1712.95 4071.4))
                                                                 ((3353.24 6251.28)))
                                                                ((name is uh)
                                                                 ((1331.69 2463.82))
                                                                 ((p.name is aa)
                                                                  ((930.741 2788.15))
                                                                  ((p.name is r)
                                                                   ((1957.1 2823.78))
                                                                   ((syl_final is 0)
                                                                    ((name is ih)
                                                                     ((1459.93 3584))
                                                                     ((pos_in_syl < 0.1)
                                                                      ((1778.11 4545.16))
                                                                      ((1043.86 5596.27))))
                                                                    ((3421.9 6414.69)))))))
                                                               ((p.name is T)
                                                                ((612.498 1609.79))
                                                                ((n.name is oo)
                                                                 ((p.name is m)
                                                                  ((1240.56 2908.32))
                                                                  ((956.577 1905.99)))
                                                                 ((name is l)
                                                                  ((R:SylStructure.parent.parent.word_numsyls < 4.2)
                                                                   ((2835.13 6071.16))
                                                                   ((p.name is r)
                                                                    ((1048.21 4625.24))
                                                                    ((829.443 2454.76))))
                                                                  ((n.name is th)
                                                                   ((1323.59 2733.83))
                                                                   ((p.name is a)
                                                                    ((n.name is sh)
                                                                     ((1313.25 2290.86))
                                                                     ((793.151 3231.89)))
                                                                    ((n.name is k)
                                                                     ((R:SylStructure.parent.parent.word_numsyls < 5.2)
                                                                      ((p.name is r)
                                                                       ((2137.91 3468.21))
                                                                       ((p.name is ddh)
                                                                        ((911.061 3121.78))
                                                                        ((640.402 1094.36))))
                                                                      ((2922.03 4168.14)))
                                                                     ((n.name is x)
                                                                      ((name is ih)
                                                                       ((pos_in_syl < 0.1)
                                                                        ((R:SylStructure.parent.parent.word_numsyls < 4.1)
                                                                         ((1195.68 2550.15))
                                                                         ((1446.38 3867.3)))
                                                                        ((1179.07 1559.14)))
                                                                       ((p.name is k)
                                                                        ((464.791 5254.51))
                                                                        ((R:SylStructure.parent.parent.word_numsyls < 4.2)
                                                                         ((2493.03 5167.67))
                                                                         ((2251.11 3268.64)))))
                                                                      ((R:SylStructure.parent.parent.word_numsyls < 5.2)
                                                                       ((n.name is kh)
                                                                        ((1060.51 3556.01))
                                                                        ((R:SylStructure.parent.R:Syllable.pp.syl_break is 1)
                                                                         ((p.name is r)
                                                                          ((name is ih)
                                                                           ((2601.07 5536.83))
                                                                           ((1868.6 3890.87)))
                                                                          ((n.name is s)
                                                                           ((674.276 1982.28))
                                                                           ((1942.5 4229.83))))
                                                                         ((2245.86 4824.95))))
                                                                       ((2160.67 2613.56)))))))))))))))))))
                                                      ((n.name is a)
                                                       ((298.378 3897.17))
                                                       ((n.name is th)
                                                        ((664.404 2007.48))
                                                        ((pos_in_syl < 0.1)
                                                         ((p.name is m)
                                                          ((974.574 2492.45))
                                                          ((1189.92 3686.34)))
                                                         ((n.name is ih)
                                                          ((595.781 2781.11))
                                                          ((332.618 2263.4)))))))))))))))))
                                           ((R:SylStructure.parent.R:Syllable.p.syl_break is 1)
                                            ((name is L)
                                             ((1691.77 6215.05))
                                             ((n.name is ch)
                                              ((421.646 5215.27))
                                              ((n.name is a)
                                               ((p.name is a)
                                                ((914.404 3590.26))
                                                ((1661.73 4396.79)))
                                               ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
                                                ((n.name is aa)
                                                 ((1021.22 2159.33))
                                                 ((name is y)
                                                  ((755.399 4641.22))
                                                  ((p.name is r)
                                                   ((108.727 2224.77))
                                                   ((1547.37 3390.21)))))
                                                ((94.9864 1768.51))))))
                                            ((R:SylStructure.parent.parent.word_numsyls < 6.5)
                                             ((name is l)
                                              ((2302.3 5589))
                                              ((n.name is aa)
                                               ((1041 3159.52))
                                               ((R:SylStructure.parent.parent.word_numsyls < 3.3)
                                                ((1450.33 4136.26))
                                                ((n.name is a)
                                                 ((R:SylStructure.parent.parent.word_numsyls < 4.2)
                                                  ((1457.83 5058.03))
                                                  ((1576.33 3791)))
                                                 ((R:SylStructure.parent.parent.word_numsyls < 4.2)
                                                  ((1267.19 4421.08))
                                                  ((name is m)
                                                   ((1246.45 6100.99))
                                                   ((1309.65 5050.36))))))))
                                             ((1384.94 2944.82)))))))))))
                                    ((pos_in_syl < 0.2)
                                     ((p.name is r)
                                      ((name is y)
                                       ((2299.5 7479.53))
                                       ((2688.86 5928.87)))
                                      ((R:SylStructure.parent.parent.word_numsyls < 3.4)
                                       ((R:SylStructure.parent.R:Syllable.pp.syl_break is 1)
                                        ((p.name is l)
                                         ((1780.27 2531.34))
                                         ((name is uh)
                                          ((1872.57 2813.93))
                                          ((n.name is a)
                                           ((1540.32 3384.58))
                                           ((n.name is k)
                                            ((1009.18 4035.61))
                                            ((name is ih)
                                             ((2456.31 6205.66))
                                             ((1251.18 4442.41)))))))
                                        ((name is ih)
                                         ((p.name is k)
                                          ((1679.18 5309.26))
                                          ((p.name is n)
                                           ((938.907 5180.49))
                                           ((1670.95 3919.18))))
                                         ((name is uh)
                                          ((423.742 8157.52))
                                          ((1177.18 8924.32)))))
                                       ((1435.56 3677.61))))
                                     ((p.name is aa)
                                      ((syl_final is 0)
                                       ((954.584 3210.65))
                                       ((n.name is uh)
                                        ((403.981 3078.74))
                                        ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
                                         ((R:SylStructure.parent.parent.word_numsyls < 3.3)
                                          ((1695.39 6523.38))
                                          ((795.774 5190.85)))
                                         ((2072.21 4569.33)))))
                                      ((n.name is uh)
                                       ((p.name is uh)
                                        ((475.832 3555.87))
                                        ((R:SylStructure.parent.parent.word_numsyls < 4.2)
                                         ((R:SylStructure.parent.parent.word_numsyls < 3.1)
                                          ((766.884 1955.98))
                                          ((1132.94 4041.27)))
                                         ((895.526 1469.55))))
                                       ((n.name is T)
                                        ((965.783 5205.06))
                                        ((n.name is s)
                                         ((1157.34 2565.57))
                                         ((n.name is ch)
                                          ((R:SylStructure.parent.parent.word_numsyls < 4.2)
                                           ((1947.7 2285.15))
                                           ((1052.51 3570.77)))
                                          ((p.name is r)
                                           ((132.101 3078.32))
                                           ((R:SylStructure.parent.R:Syllable.pp.syl_break is 1)
                                            ((syl_final is 0)
                                             ((1714.92 4660.62))
                                             ((p.name is a)
                                              ((1277.66 3857.53))
                                              ((n.name is ih)
                                               ((1631.63 3515.34))
                                               ((name is n)
                                                ((1282.46 3065.81))
                                                ((1333 1388.89))))))
                                            ((R:SylStructure.parent.parent.word_numsyls < 3.5)
                                             ((name is l)
                                              ((1969.57 6042.75))
                                              ((2950.96 4270.04)))
                                             ((syl_final is 0)
                                              ((p.name is a)
                                               ((1799.13 3438.33))
                                               ((942.282 1948.28)))
                                              ((n.name is ih)
                                               ((pos_in_syl < 1.1)
                                                ((749.319 2346.12))
                                                ((R:SylStructure.parent.parent.word_numsyls < 4.3)
                                                 ((770.246 4319.37))
                                                 ((988.404 3594.58))))
                                               ((p.name is a)
                                                ((1620.35 4399.3))
                                                ((1217.21 3754.12)))))))))))))))
                                   ((p.name is a)
                                    ((name is m)
                                     ((2321.67 4850.87))
                                     ((926.449 2407.01)))
                                    ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                                     ((p.name is aa)
                                      ((1237.35 8081.53))
                                      ((1616.99 6117.78)))
                                     ((1875.28 5115.81)))))))))))))))))))))))))))))))))))))))

)



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;







(set! marathi_NSK::phone_enesAVG '
(
(name is aa)
((56550 52974))
((name is a)
((35641 28278))
((name is aw)
((100004 96296))
((name is ay)
((95668 91685))
((name is ee)
((59650 51780))
((name is eh)
((46655 33813))
((name is ih)
((24918 20190))
((name is iy)
((96184 91066))
((name is oh)
((61960 51195))
((name is oo)
((54010 50268))
((name is uh)
((24345 17854))
((name is uw)
((59414 51717))
((0 0)))))))))))))
)
)









(set! marathi_NSK::zene_treeAVG '



((R:SylStructure.parent.pos_in_word < 0.7)
 ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
  ((name is a)
   ((p.name is pau)
    ((36455.4 52253.1))
    ((p.name is m)
     ((15541.6 56071))
     ((p.name is s)
      ((17771.8 74060.8))
      ((p.name is j)
       ((52813.5 134739))
       ((p.name is th)
        ((46014.7 77349))
        ((60460.6 106173)))))))
   ((name is iy)
    ((p.name is r)
     ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
      ((77410.8 181650))
      ((6884.07 124651)))
     ((p.name is pau)
      ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
       ((75039.7 193400))
       ((53267 250004)))
      ((p.name is v)
       ((41423.5 212919))
       ((97684.1 296126)))))
    ((name is ay)
     ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
      ((52463 186886))
      ((105567 273090)))
     ((p.name is m)
      ((22721.9 71654.9))
      ((p.name is pau)
       ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
        ((54648.3 99749.4))
        ((32842.9 71053.5)))
       ((name is ih)
        ((p.name is n)
         ((6941.3 40183.7))
         ((50395.4 115766)))
        ((p.name is k)
         ((name is aa)
          ((91754.5 215649))
          ((51684.1 157509)))
         ((name is ee)
          ((51988.5 218442))
          ((p.name is v)
           ((21175 134307))
           ((60400.1 154613)))))))))))
  ((name is oo)
   ((R:SylStructure.parent.R:Syllable.n.syl_break is 1)
    ((88491.9 180986))
    ((p.name is k)
     ((12256.4 32128.7))
     ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
      ((p.name is p)
       ((14289.2 38280))
       ((13291 57806.3)))
      ((14874 35534.6)))))
   ((name is ay)
    ((R:SylStructure.parent.R:Syllable.nn.syl_break is 1)
     ((13393 73022.3))
     ((p.name is s)
      ((10294.9 43320.3))
      ((32343.9 56411.2))))
    ((p.name is dh)
     ((name is a)
      ((21253.9 34164.5))
      ((51169 76724.9)))
     ((name is aa)
      ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
       ((p.name is p)
        ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
         ((26152.8 42149))
         ((7770.52 15836.3)))
        ((p.name is r)
         ((30062.6 38890.5))
         ((R:SylStructure.parent.R:Syllable.n.syl_break is 1)
          ((15197.6 29429.9))
          ((p.name is m)
           ((6434.81 14761.5))
           ((p.name is x)
            ((6077.21 14650.3))
            ((13370.6 20967.1)))))))
       ((p.name is n)
        ((6507.18 14274))
        ((p.name is D)
         ((32815 64822))
         ((p.name is r)
          ((17119.5 48887.1))
          ((R:SylStructure.parent.R:Syllable.nn.syl_break is 1)
           ((23283.9 44060.5))
           ((9788.45 30308.2)))))))
      ((p.name is a)
       ((name is a)
        ((3944.81 7285.25))
        ((name is uh)
         ((12235.5 11636.6))
         ((93690 98837.5))))
       ((p.name is l)
        ((27676.5 46872.8))
        ((name is iy)
         ((p.name is r)
          ((10478.8 22510.6))
          ((18157 34133.1)))
         ((R:SylStructure.parent.R:Syllable.nn.syl_break is 4)
          ((name is uh)
           ((5227.13 7701.14))
           ((p.name is m)
            ((3440.79 6413))
            ((p.name is ch)
             ((name is ee)
              ((1776.42 4508.5))
              ((29596.1 16373.7)))
             ((name is a)
              ((p.name is s)
               ((3589.22 3900))
               ((7416.09 13109.8)))
              ((14531.9 22518.5))))))
          ((name is ee)
           ((p.name is ch)
            ((11294.6 20781.3))
            ((p.name is r)
             ((6070.73 24841.2))
             ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
              ((39198.4 60340))
              ((14198.4 22428.3)))))
           ((p.name is x)
            ((5160.73 8899.57))
            ((p.name is g)
             ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
              ((33536.6 43507.2))
              ((12083.3 25241.7)))
             ((p.name is n)
              ((R:SylStructure.parent.R:Syllable.n.syl_break is 1)
               ((38642.8 60658))
               ((14411.1 20695)))
              ((p.name is ch)
               ((name is a)
                ((37607.2 36535.6))
                ((6854.76 21507.2)))
               ((name is ih)
                ((p.name is v)
                 ((16636 18342.8))
                 ((28385 29412.1)))
                ((name is uw)
                 ((p.name is k)
                  ((9845.43 17139))
                  ((24564.7 31972.8)))
                 ((p.name is k)
                  ((name is uh)
                   ((4697.27 5987))
                   ((name is oh)
                    ((4626 6534.33))
                    ((5925.27 12432))))
                  ((R:SylStructure.parent.R:Syllable.n.syl_break is 4)
                   ((4693.94 8979.14))
                   ((p.name is iy)
                    ((48867.8 36480.5))
                    ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
                     ((name is a)
                      ((p.name is m)
                       ((3773.68 8770.57))
                       ((p.name is b)
                        ((12787.7 24898.3))
                        ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                         ((p.name is v)
                          ((3094.38 6552.33))
                          ((10485.2 14175.4)))
                         ((8150.57 20039.9)))))
                      ((14703.7 20329.5)))
                     ((name is a)
                      ((17768.2 21689.5))
                      ((syl_initial is 0)
                       ((5423.6 9816))
                       ((9995.42 15540.8))))))))))))))))))))))))
 ((name is aa)
  ((R:SylStructure.parent.R:Syllable.n.syl_break is 4)
   ((p.name is dh)
    ((20856.6 41519.8))
    ((R:SylStructure.parent.pos_in_word < 2.2)
     ((p.name is p)
      ((2566.48 5355.86))
      ((p.name is s)
       ((6368.37 9098.67))
       ((syl_initial is 0)
        ((20230.3 15988.2))
        ((27953.8 27473.8)))))
     ((p.name is n)
      ((1821.93 4268))
      ((p.name is th)
       ((2010.57 5185.33))
       ((5194.35 7509.64))))))
   ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
    ((R:SylStructure.parent.pos_in_word < 1.4)
     ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
      ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
       ((42827 97609.7))
       ((30809.9 139379)))
      ((36143.1 145664)))
     ((p.name is b)
      ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
       ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
        ((55343 97415.8))
        ((52493.6 58564.7)))
       ((37916.7 50926.3)))
      ((R:SylStructure.parent.R:Syllable.nn.syl_break is 4)
       ((syl_initial is 0)
        ((5690.54 10750.2))
        ((R:SylStructure.parent.pos_in_word < 2.3)
         ((3356.21 17106))
         ((30763.2 36403.6))))
       ((p.name is th)
        ((R:SylStructure.parent.pos_in_word < 2.3)
         ((32336.2 56582.7))
         ((59602.2 86954.2)))
        ((p.name is dh)
         ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
          ((39993.1 81226))
          ((24448.3 58334.2)))
         ((p.name is v)
          ((19888.1 80987))
          ((syl_initial is 0)
           ((26008.2 58625.4))
           ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
            ((p.name is r)
             ((R:SylStructure.parent.pos_in_word < 2.1)
              ((12864.5 16535.3))
              ((26057.1 33580.7)))
             ((p.name is k)
              ((30713.9 52949))
              ((p.name is s)
               ((50967.6 56464.3))
               ((R:SylStructure.parent.pos_in_word < 2.2)
                ((p.name is n)
                 ((15233.6 17270.7))
                 ((p.name is g)
                  ((7893.73 20444.2))
                  ((21568.8 34858.7))))
                ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                 ((32891.3 45779.9))
                 ((11265.8 29695)))))))
            ((12170.5 21570.3))))))))))
    ((R:SylStructure.parent.R:Syllable.nn.syl_break is 4)
     ((10466.6 19706))
     ((p.name is p)
      ((7786.69 21559.6))
      ((p.name is h)
       ((8911.11 20942.5))
       ((p.name is ddh)
        ((11968 26772))
        ((syl_initial is 0)
         ((19595.1 32144.1))
         ((p.name is m)
          ((16859 30211.5))
          ((p.name is th)
           ((9773.19 28266.3))
           ((p.name is s)
            ((17656.4 31964.6))
            ((p.name is k)
             ((23066.1 36990.4))
             ((33165.2 53739.2)))))))))))))
  ((R:SylStructure.parent.pos_in_word < 1.6)
   ((R:SylStructure.parent.R:Syllable.pp.syl_break is 0)
    ((name is iy)
     ((p.name is m)
      ((42388.1 111254))
      ((63113.6 182028)))
     ((p.name is bh)
      ((18361.2 137244))
      ((syl_initial is 0)
       ((name is ih)
        ((23482.9 64833))
        ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
         ((p.name is y)
          ((12498 33559.5))
          ((p.name is n)
           ((7403 39124))
           ((p.name is r)
            ((23899 43778))
            ((p.name is th)
             ((10657.4 45243.5))
             ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
              ((22597 52955.8))
              ((30905.5 73750.3)))))))
         ((15236 35820.2))))
       ((name is ih)
        ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
         ((14399.9 44012.5))
         ((32274.2 69652)))
        ((name is uh)
         ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
          ((p.name is l)
           ((24505.1 68153.8))
           ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
            ((13395.9 20789.4))
            ((29096.2 52841.2))))
          ((31160.5 72992.2)))
         ((name is a)
          ((p.name is r)
           ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
            ((66736.6 119208))
            ((22921.5 43911.8)))
           ((p.name is l)
            ((15959.2 95668.5))
            ((p.name is g)
             ((89527.8 114986))
             ((p.name is n)
              ((16074.6 46185.6))
              ((33353.5 58035))))))
          ((51441.6 110464))))))))
    ((name is ee)
     ((p.name is l)
      ((21484.6 44268.8))
      ((p.name is dh)
       ((18989.1 38944.3))
       ((9953.86 24693.3))))
     ((name is oo)
      ((p.name is r)
       ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
        ((36328.9 33448.3))
        ((33440.4 80544)))
       ((9605.47 13802.2)))
      ((p.name is j)
       ((name is uh)
        ((26521.2 41458.4))
        ((23258 18843.3)))
       ((name is iy)
        ((18396.6 26743.6))
        ((name is uh)
         ((p.name is dh)
          ((1479.4 13639.3))
          ((p.name is D)
           ((17921.6 15246.2))
           ((p.name is p)
            ((2928.17 3288.67))
            ((p.name is r)
             ((syl_initial is 0)
              ((205.107 3124))
              ((4631.56 6313.71)))
             ((R:SylStructure.parent.R:Syllable.n.syl_break is 4)
              ((5621.98 10438.7))
              ((5320.92 6672.08)))))))
         ((p.name is k)
          ((name is ih)
           ((4460.47 10136))
           ((9691.08 5926.5)))
          ((p.name is s)
           ((name is a)
            ((5054.97 11034.4))
            ((1782.43 1725.4)))
           ((p.name is sh)
            ((5303.41 6372.83))
            ((p.name is n)
             ((syl_initial is 0)
              ((2737.03 6373.2))
              ((4865.88 13694)))
             ((p.name is kh)
              ((7728.74 10550.7))
              ((p.name is g)
               ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
                ((5773.97 9847.43))
                ((5226.73 14161)))
               ((p.name is th)
                ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
                 ((name is ih)
                  ((6743.36 11710.7))
                  ((5165.19 15164.7)))
                 ((7123.37 7931.8)))
                ((R:SylStructure.parent.R:Syllable.n.syl_break is 4)
                 ((name is ih)
                  ((4192.12 6625.75))
                  ((p.name is y)
                   ((2540.15 6284.67))
                   ((p.name is dh)
                    ((5124.03 10916.8))
                    ((15195.8 15996.9)))))
                 ((R:SylStructure.parent.R:Syllable.nn.syl_break is 4)
                  ((name is ih)
                   ((p.name is l)
                    ((2980.29 2729.67))
                    ((5421.96 9732.2)))
                   ((p.name is v)
                    ((8439.45 10380.7))
                    ((p.name is y)
                     ((10110.9 10442))
                     ((15050.2 20194.5)))))
                  ((p.name is r)
                   ((name is a)
                    ((syl_initial is 0)
                     ((4872.51 6543.29))
                     ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                      ((8788.18 13200.4))
                      ((3446.6 9165.67))))
                    ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
                     ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                      ((21418.8 21482))
                      ((8355.91 12710.1)))
                     ((7227.11 11047.8))))
                   ((R:SylStructure.parent.R:Syllable.pp.syl_break is 1)
                    ((p.name is m)
                     ((6877.82 14600.5))
                     ((16295.5 18018.5)))
                    ((2067.88 14541)))))))))))))))))))
   ((name is uh)
    ((p.name is T)
     ((syl_initial is 0)
      ((8507.78 15136))
      ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
       ((15837.8 32833))
       ((19881.2 21571))))
     ((p.name is r)
      ((R:SylStructure.parent.R:Syllable.n.syl_break is 1)
       ((R:SylStructure.parent.pos_in_word < 2.3)
        ((3177.69 3040.67))
        ((15149.4 25276)))
       ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
        ((R:SylStructure.parent.pos_in_word < 3.2)
         ((5136.2 2626.41))
         ((277.482 402.769)))
        ((8036.37 13135.3))))
      ((R:SylStructure.parent.R:Syllable.nn.syl_break is 4)
       ((R:SylStructure.parent.pos_in_word < 2.2)
        ((13135.6 6787.5))
        ((800.915 1357.67)))
       ((p.name is v)
        ((22895.5 32115))
        ((p.name is g)
         ((31535.5 29945.4))
         ((R:SylStructure.parent.R:Syllable.n.syl_break is 4)
          ((syl_initial is 0)
           ((3469.74 8558))
           ((p.name is th)
            ((5847.36 8583))
            ((p.name is s)
             ((2041.11 6181.33))
             ((p.name is dh)
              ((1825.38 4592))
              ((2089.93 2234))))))
          ((p.name is dh)
           ((3775.38 33493))
           ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
            ((p.name is j)
             ((1464.33 5491))
             ((p.name is b)
              ((981.878 5674.33))
              ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
               ((p.name is n)
                ((5407.24 7192.8))
                ((15221.4 13215.5)))
               ((12920.1 18923.2)))))
            ((p.name is th)
             ((1669.65 3998.4))
             ((p.name is k)
              ((3346.11 5751.33))
              ((7619.75 10137.8))))))))))))
    ((R:SylStructure.parent.pos_in_word < 2.5)
     ((p.name is l)
      ((name is a)
       ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
        ((R:SylStructure.parent.R:Syllable.n.syl_break is 1)
         ((9722.12 17896.8))
         ((5880.57 9999.67)))
        ((21082 30033.4)))
       ((name is oo)
        ((syl_initial is 0)
         ((15780.3 46610.3))
         ((26166.2 24283)))
        ((48942.6 80632.8))))
      ((name is ih)
       ((R:SylStructure.parent.R:Syllable.nn.syl_break is 4)
        ((3704.18 4322.27))
        ((p.name is n)
         ((R:SylStructure.parent.R:Syllable.n.syl_break is 1)
          ((3442.28 7711.71))
          ((7940.32 13733.1)))
         ((p.name is dh)
          ((13075.4 8604.62))
          ((p.name is s)
           ((8409.99 8577.2))
           ((p.name is ch)
            ((8696.93 11370.2))
            ((syl_initial is 0)
             ((4275.75 9855.33))
             ((24032.3 24146.6))))))))
       ((R:SylStructure.parent.R:Syllable.n.syl_break is 4)
        ((name is a)
         ((8670.71 8259.73))
         ((4743.46 13134.2)))
        ((name is a)
         ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
          ((p.name is th)
           ((25323.1 36492.4))
           ((R:SylStructure.parent.R:Syllable.nn.syl_break is 1)
            ((p.name is r)
             ((8587.56 16470.2))
             ((syl_initial is 0)
              ((17239.3 56238.3))
              ((24002.1 30716.2))))
            ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
             ((p.name is T)
              ((6740.6 11246.2))
              ((p.name is n)
               ((14125.6 16989.8))
               ((23153.2 21685.8))))
             ((p.name is r)
              ((5174.03 9892.5))
              ((10177 16161.6))))))
          ((syl_initial is 0)
           ((8613.66 12998.8))
           ((p.name is dh)
            ((19396.6 57731.3))
            ((34742.2 32749.3)))))
         ((name is eh)
          ((12111.3 17515.8))
          ((R:SylStructure.parent.R:Syllable.nn.syl_break is 4)
           ((9820.78 13723.3))
           ((name is ay)
            ((22034.3 34145))
            ((40357.6 52084.2)))))))))
     ((R:SylStructure.parent.R:Syllable.nn.syl_break is 1)
      ((p.name is r)
       ((28318.1 52876))
       ((R:SylStructure.parent.pos_in_word < 4.2)
        ((p.name is n)
         ((3707.35 6360.33))
         ((p.name is k)
          ((5869.85 9463.67))
          ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
           ((20200.8 33962.1))
           ((6788.22 16585.9)))))
        ((13446.3 45079))))
      ((name is ay)
       ((19658.5 31327.6))
       ((p.name is l)
        ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
         ((16455.9 24063.4))
         ((name is a)
          ((6480.74 10924.3))
          ((15981.6 21101.5))))
        ((p.name is v)
         ((28054.2 34498.2))
         ((name is iy)
          ((13924.2 31443.4))
          ((p.name is th)
           ((name is uw)
            ((9418.92 25884))
            ((11920.9 16590)))
           ((R:SylStructure.parent.R:Syllable.n.syl_break is 4)
            ((R:SylStructure.parent.pos_in_word < 3.3)
             ((p.name is dh)
              ((9737.68 13502.7))
              ((5197.86 7029.29)))
             ((p.name is m)
              ((915.429 2418))
              ((2905.7 5626.54))))
            ((p.name is y)
             ((name is a)
              ((4480.03 7631.5))
              ((1945.5 2649)))
             ((p.name is n)
              ((syl_initial is 0)
               ((R:SylStructure.parent.pos_in_word < 3.3)
                ((1430.48 3752.4))
                ((1964.79 5125.44)))
               ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                ((R:SylStructure.parent.pos_in_word < 5)
                 ((9087.71 12564.9))
                 ((6288.12 9610.56)))
                ((2644.26 9217.33))))
              ((p.name is dh)
               ((11018.2 5963.4))
               ((R:SylStructure.parent.R:Syllable.nn.syl_break is 0)
                ((p.name is m)
                 ((5333.96 8033.83))
                 ((p.name is sh)
                  ((3789.36 8616.33))
                  ((p.name is ddh)
                   ((5116.39 10508.7))
                   ((12058.1 15160.6)))))
                ((R:SylStructure.parent.pos_in_word < 3.2)
                 ((syl_initial is 0)
                  ((9425.85 12251.3))
                  ((name is a)
                   ((1918.54 6764.67))
                   ((1211.75 3271.33))))
                 ((7516.78 15317)))))))))))))))))))
;; RMSE 25414.9570 Correlation is 0.8290 Mean (abs) Error 16322.0352 (19517.4922)



)






;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;







(set! marathi_NSK::phone_enesMAX '
(
(name is aa)
((670 4685))
((name is a)
((625 4115))
((name is aw)
((138 4817))
((name is ay)
((856 5750))
((name is ee)
((1091 5492))
((name is eh)
((998 3977))
((name is ih)
((988 3720))
((name is iy)
((777 6057))
((name is oh)
((385 4174))
((name is oo)
((941 5872))
((name is uh)
((1272 3233))
((name is uw)
((1391 6416))
((0 0)))))))))))))
)
)









(set! marathi_NSK::zene_treeMAX '



((name is uh)
 ((p.name is r)
  ((syl_final is 0)
   ((n.name is x)
    ((488.561 3658))
    ((pos_in_syl < 0.2)
     ((n.name is k)
      ((190.733 3415))
      ((644.152 3046.3)))
     ((88.3516 3468))))
   ((n.name is 0)
    ((75.3986 208.571))
    ((n.name is pau)
     ((863.913 954.741))
     ((639.145 3079.6)))))
  ((n.name is x)
   ((1593.89 4287.2))
   ((n.name is pau)
    ((p.name is T)
     ((1634.65 5578.33))
     ((p.name is l)
      ((1728.87 3226.33))
      ((1422.71 4148.94))))
    ((n.name is n)
     ((p.name is T)
      ((335.239 3588.67))
      ((p.name is k)
       ((263.788 3284.25))
       ((p.name is b)
        ((80.0521 3225.33))
        ((p.name is v)
         ((57.9216 3139.25))
         ((781.157 2874.14))))))
     ((p.name is p)
      ((1436.2 2496.86))
      ((n.name is j)
       ((780.358 2331.67))
       ((n.name is k)
        ((p.name is dh)
         ((338.857 4000.43))
         ((pos_in_syl < 0.1)
          ((311.861 3595.75))
          ((490.599 3892.5))))
        ((n.name is r)
         ((pos_in_syl < 0.1)
          ((659.919 3956.71))
          ((139.844 3567.75)))
         ((n.name is kh)
          ((214.351 3834.25))
          ((p.name is l)
           ((n.name is ch)
            ((107.587 4049))
            ((syl_final is 0)
             ((202.596 3459.6))
             ((457.376 3712.4))))
           ((p.name is x)
            ((205.738 3862.75))
            ((p.name is dh)
             ((644.035 3743.78))
             ((p.name is k)
              ((598.628 3081))
              ((syl_final is 0)
               ((p.name is D)
                ((1149.96 2801.86))
                ((n.name is D)
                 ((330.877 3142.4))
                 ((pos_in_syl < 0.1)
                  ((n.name is l)
                   ((359.082 3196.67))
                   ((p.name is bh)
                    ((335.142 3652.67))
                    ((p.name is pau)
                     ((364.014 3635.67))
                     ((418.765 3369.67)))))
                  ((p.name is m)
                   ((259.658 3315.67))
                   ((p.name is g)
                    ((91.7842 3541.67))
                    ((343.891 3875.75)))))))
               ((336.386 3545.92))))))))))))))))
 ((name is iy)
  ((n.name is n)
   ((syl_final is 0)
    ((305.42 5737.62))
    ((380.6 5239.67)))
   ((n.name is v)
    ((syl_final is 0)
     ((396.389 5880.67))
     ((376.828 5542.67)))
    ((n.name is a)
     ((366.449 5784))
     ((syl_final is 0)
      ((n.name is r)
       ((pos_in_syl < 0.1)
        ((590.594 5978.33))
        ((356.49 5593.43)))
       ((p.name is l)
        ((583.927 5727.5))
        ((p.name is th)
         ((n.name is s)
          ((524.794 6341.2))
          ((548.945 5379)))
         ((877.348 6497)))))
      ((n.name is m)
       ((166.962 5564.67))
       ((n.name is s)
        ((1390.72 7564.33))
        ((n.name is p)
         ((879.193 6958.67))
         ((pos_in_syl < 0.2)
          ((552.472 6121.1))
          ((1036.59 6541.78))))))))))
  ((name is ih)
   ((n.name is 0)
    ((1721.58 1084))
    ((n.name is n)
     ((p.name is s)
      ((1143.49 2537))
      ((p.name is p)
       ((130.301 3755.5))
       ((pos_in_syl < 0.2)
        ((p.name is ch)
         ((343.117 2733))
         ((p.name is dh)
          ((104.078 3365.67))
          ((p.name is n)
           ((272.555 3383.33))
           ((890.925 3089.08)))))
        ((p.name is l)
         ((90.8424 3624.67))
         ((549.458 3444.17))))))
     ((n.name is pau)
      ((p.name is dh)
       ((1116.36 2220))
       ((p.name is p)
        ((505.759 4201.33))
        ((p.name is r)
         ((664.188 4474.29))
         ((1208.98 4815.39)))))
      ((p.name is n)
       ((n.name is k)
        ((328.939 3925.44))
        ((n.name is x)
         ((1249.51 2972.43))
         ((syl_final is 0)
          ((584.446 3705.75))
          ((pos_in_syl < 0.1)
           ((454.877 3370.86))
           ((502.327 3883))))))
       ((n.name is x)
        ((p.name is r)
         ((1443.95 3947.71))
         ((p.name is k)
          ((882.934 4450.29))
          ((662.646 5054.33))))
        ((n.name is h)
         ((305.813 4319.5))
         ((n.name is y)
          ((353.675 3418.14))
          ((n.name is T)
           ((155.095 4177.67))
           ((n.name is p)
            ((syl_final is 0)
             ((882.115 3731.22))
             ((1253.92 4739.2)))
            ((p.name is dh)
             ((n.name is s)
              ((222.611 4047.29))
              ((186.358 3736.33)))
             ((p.name is D)
              ((347.89 3911.43))
              ((p.name is p)
               ((160.184 3921))
               ((n.name is m)
                ((214.439 3579.73))
                ((pos_in_syl < 0.2)
                 ((p.name is T)
                  ((1437.55 3087.86))
                  ((n.name is r)
                   ((267.792 3307.67))
                   ((syl_final is 0)
                    ((p.name is ch)
                     ((152.644 4016.67))
                     ((p.name is v)
                      ((213.247 3541.33))
                      ((p.name is ddh)
                       ((182.441 3926))
                       ((790.633 3760.23)))))
                    ((p.name is r)
                     ((274.424 3962.33))
                     ((p.name is k)
                      ((1323.71 2822.33))
                      ((311.679 3615.54)))))))
                 ((p.name is m)
                  ((118.374 3222.67))
                  ((n.name is v)
                   ((203.605 3568))
                   ((n.name is l)
                    ((432.338 3718.44))
                    ((824.147 3964.92)))))))))))))))))))
   ((name is a)
    ((n.name is ch)
     ((p.name is y)
      ((1720.48 1552.75))
      ((p.name is n)
       ((1786.85 3138))
       ((73.2325 4357.5))))
     ((n.name is pau)
      ((p.name is n)
       ((757.021 4405.75))
       ((527.484 4753.67)))
      ((n.name is th)
       ((syl_final is 0)
        ((p.name is r)
         ((pos_in_syl < 0.2)
          ((382.429 5101.6))
          ((562.177 4637.88)))
         ((556.475 4509.17)))
        ((1306.82 2494.75)))
       ((n.name is uh)
        ((1335.24 5124.8))
        ((n.name is p)
         ((pos_in_syl < 0.2)
          ((p.name is l)
           ((85.804 4503.67))
           ((1214.53 4162.25)))
          ((415.984 4687.44)))
         ((n.name is k)
          ((p.name is y)
           ((415.018 4920))
           ((p.name is n)
            ((230.497 4463))
            ((375.922 4184.17))))
          ((n.name is x)
           ((p.name is k)
            ((183.029 4756.8))
            ((p.name is r)
             ((491.507 4669))
             ((701.969 4220.31))))
           ((n.name is s)
            ((syl_final is 0)
             ((p.name is m)
              ((349.232 4582.5))
              ((792.986 4076.32)))
             ((p.name is n)
              ((173.907 4277.2))
              ((pos_in_syl < 0.1)
               ((p.name is g)
                ((223.944 4546))
                ((222.055 4358.67)))
               ((340.211 4933.75)))))
            ((p.name is iy)
             ((559.819 4663.5))
             ((p.name is kh)
              ((1029.32 3510.82))
              ((p.name is m)
               ((pos_in_syl < 0.1)
                ((n.name is n)
                 ((379.852 3684.05))
                 ((218.572 3980.25)))
                ((n.name is dh)
                 ((186.602 3780.33))
                 ((411.485 3973.47))))
               ((n.name is N)
                ((448.577 3531.5))
                ((n.name is l)
                 ((pos_in_syl < 0.1)
                  ((p.name is T)
                   ((222.636 3742.75))
                   ((431.564 4022.45)))
                  ((p.name is p)
                   ((529.923 3577))
                   ((p.name is k)
                    ((230.084 3749))
                    ((202.521 3890.5)))))
                 ((p.name is n)
                  ((n.name is g)
                   ((201.816 4232.83))
                   ((n.name is n)
                    ((616.407 3561.67))
                    ((pos_in_syl < 0.1)
                     ((n.name is m)
                      ((373.953 3940.4))
                      ((syl_final is 0)
                       ((313.562 4423.67))
                       ((378.258 4075.67))))
                     ((n.name is r)
                      ((120.168 4117.67))
                      ((419.181 3639))))))
                  ((p.name is sh)
                   ((295.572 3694.17))
                   ((p.name is y)
                    ((501.964 3933.13))
                    ((p.name is T)
                     ((792.224 4316.95))
                     ((p.name is pau)
                      ((338.123 4340.33))
                      ((n.name is T)
                       ((p.name is k)
                        ((413.373 4023.57))
                        ((432.459 4428.91)))
                       ((p.name is L)
                        ((206.652 3819))
                        ((p.name is v)
                         ((428.02 3958.76))
                         ((pos_in_syl < 1.2)
                          ((p.name is bh)
                           ((366.773 3838.8))
                           ((n.name is ddh)
                            ((763.777 4389.62))
                            ((p.name is ch)
                             ((229.941 4200.88))
                             ((n.name is dh)
                              ((369.823 3865.86))
                              ((n.name is h)
                               ((427.801 4306.5))
                               ((p.name is p)
                                ((n.name is r)
                                 ((299.004 4043.71))
                                 ((143.138 3904.83)))
                                ((n.name is g)
                                 ((65.6892 3988.67))
                                 ((p.name is h)
                                  ((162.798 4229))
                                  ((459.19 4090.9))))))))))
                          ((n.name is m)
                           ((223.588 4167.67))
                           ((p.name is r)
                            ((n.name is bh)
                             ((289.402 4054.5))
                             ((n.name is ddh)
                              ((200.891 3925.86))
                              ((142.421 3818.5))))
                            ((243.686 4151))))))))))))))))))))))))))
    ((name is aa)
     ((p.name is n)
      ((pos_in_syl < 0.1)
       ((487.002 4534.71))
       ((786.791 3973.44)))
      ((n.name is pau)
       ((843.017 5538.62))
       ((p.name is bh)
        ((785.68 5237.17))
        ((n.name is k)
         ((p.name is D)
          ((272.808 4841.5))
          ((558.189 5134.94)))
         ((n.name is th)
          ((690.972 5102.12))
          ((p.name is k)
           ((n.name is r)
            ((pos_in_syl < 0.1)
             ((290.663 4667.2))
             ((354.553 5340.75)))
            ((n.name is sh)
             ((208.001 4387.67))
             ((380.105 4773.5))))
           ((n.name is s)
            ((472.31 5116.75))
            ((p.name is l)
             ((syl_final is 0)
              ((706.589 5137.33))
              ((648.309 4596)))
             ((pos_in_syl < 0.2)
              ((p.name is p)
               ((835.017 5240.3))
               ((p.name is m)
                ((n.name is n)
                 ((350.089 4372))
                 ((823.16 3826.75)))
                ((n.name is l)
                 ((p.name is r)
                  ((1193.92 3719.8))
                  ((435.729 4552.85)))
                 ((n.name is x)
                  ((523.5 5138.83))
                  ((n.name is y)
                   ((698.786 4345.1))
                   ((p.name is h)
                    ((136.377 4322.8))
                    ((p.name is y)
                     ((437.486 5081.67))
                     ((n.name is r)
                      ((p.name is dh)
                       ((609.519 4550.55))
                       ((p.name is ch)
                        ((270.811 4694.5))
                        ((646.943 4935))))
                      ((p.name is ddh)
                       ((431.172 4814))
                       ((n.name is n)
                        ((p.name is s)
                         ((307.495 4511.5))
                         ((p.name is T)
                          ((506.333 4534.25))
                          ((169.508 4197.43))))
                        ((n.name is T)
                         ((p.name is b)
                          ((520.124 4635.55))
                          ((72.2288 5290.5)))
                         ((p.name is r)
                          ((285.227 4439.1))
                          ((p.name is b)
                           ((278.455 4512.56))
                           ((596.375 4711.47)))))))))))))))
              ((p.name is ch)
               ((381.97 5106.8))
               ((n.name is sh)
                ((246.415 4773.89))
                ((p.name is s)
                 ((272.299 4727.12))
                 ((n.name is m)
                  ((331.818 4657.71))
                  ((n.name is y)
                   ((207.842 4145.17))
                   ((p.name is tth)
                    ((193.526 4161.25))
                    ((syl_final is 0)
                     ((p.name is y)
                      ((n.name is l)
                       ((129.616 4398.33))
                       ((n.name is ddh)
                        ((133.695 4303.67))
                        ((83.4526 4186.5))))
                      ((610.311 4412.05)))
                     ((267.304 4594.6))))))))))))))))))
     ((name is eh)
      ((n.name is p)
       ((2223.03 2756.4))
       ((n.name is ch)
        ((887.842 4982))
        ((n.name is k)
         ((165.999 4627.8))
         ((n.name is n)
          ((pos_in_syl < 0.1)
           ((562.661 3585.4))
           ((416.014 4071.2)))
          ((n.name is m)
           ((736.785 3646.33))
           ((pos_in_syl < 0.1)
            ((619.644 4499.83))
            ((p.name is th)
             ((293.685 4261.2))
             ((453.857 3979.6)))))))))
      ((name is oh)
       ((p.name is pau)
        ((203.289 4787.67))
        ((p.name is x)
         ((482.4 4691.67))
         ((p.name is ch)
          ((115.044 3956.7))
          ((p.name is k)
           ((n.name is n)
            ((271.19 3871.25))
            ((pos_in_syl < 0.2)
             ((215.131 4237.67))
             ((411.08 3937))))
           ((n.name is n)
            ((214.902 4367))
            ((328.717 4157)))))))
       ((n.name is pau)
        ((p.name is th)
         ((2788.21 8647.67))
         ((pos_in_syl < 0.1)
          ((p.name is l)
           ((388.937 5897.6))
           ((334.685 6571.71)))
          ((624.182 6822.89))))
        ((p.name is ch)
         ((n.name is s)
          ((1388.11 4461.09))
          ((667.812 5565.83)))
         ((n.name is n)
          ((pos_in_syl < 0.2)
           ((p.name is l)
            ((370.638 5389.67))
            ((1285.05 4527.86)))
           ((p.name is l)
            ((202.891 5343))
            ((p.name is k)
             ((130.707 5389.5))
             ((563.078 5654.91)))))
          ((n.name is y)
           ((950.139 4754.57))
           ((p.name is r)
            ((n.name is p)
             ((name is ee)
              ((1665.12 7112.67))
              ((219.037 6029)))
             ((pos_in_syl < 0.1)
              ((793.548 6709.75))
              ((206.42 5536.14))))
            ((n.name is dh)
             ((name is oo)
              ((1153.52 7080))
              ((p.name is h)
               ((319.065 6249.8))
               ((144.535 5714.33))))
             ((name is uw)
              ((p.name is k)
               ((175.889 5507))
               ((pos_in_syl < 0.2)
                ((463.2 5836.33))
                ((991.745 6361.3))))
              ((n.name is r)
               ((name is oo)
                ((p.name is p)
                 ((46.9255 5365))
                 ((546.499 5714.83)))
                ((327.309 4952.67)))
               ((name is oo)
                ((n.name is s)
                 ((p.name is k)
                  ((126.16 5723.33))
                  ((350.445 5993.2)))
                 ((p.name is th)
                  ((329.487 6004))
                  ((pos_in_syl < 0.1)
                   ((n.name is x)
                    ((762.996 4369))
                    ((syl_final is 0)
                     ((532.679 5572))
                     ((794.786 5040.5))))
                   ((n.name is x)
                    ((165.488 6280.67))
                    ((n.name is m)
                     ((199.033 5785.33))
                     ((p.name is l)
                      ((31.5647 5610.67))
                      ((605.234 5376.5))))))))
                ((n.name is D)
                 ((315.392 5145))
                 ((n.name is m)
                  ((343.856 5234))
                  ((n.name is sh)
                   ((234.395 5590.8))
                   ((p.name is dh)
                    ((255.214 5734))
                    ((pos_in_syl < 0.1)
                     ((p.name is l)
                      ((740.614 5448.2))
                      ((p.name is v)
                       ((632.555 5654.67))
                       ((1000.88 6144.58))))
                     ((p.name is l)
                      ((461.058 6751.67))
                      ((n.name is k)
                       ((441.183 6373.33))
                       ((620.558 5933.18)))))))))))))))))))))))))
;; RMSE 739.3856 Correlation is 0.7748 Mean (abs) Error 512.0101 (534.4178)




)










;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;







(set! marathi_NSK::phone_enesMAX2 '
(
(name is aa)
((1601 4676))
((name is a)
((1720 4128))
((name is aw)
((890 4620))
((name is ay)
((2413 6180))
((name is ee)
((2474 5390))
((name is eh)
((2282 4490))
((name is ih)
((1888 3843))
((name is iy)
((2801 6456))
((name is oh)
((1793 4311))
((name is oo)
((2517 5774))
((name is uh)
((2056 3365))
((name is uw)
((2414 6161))
((0 0)))))))))))))
)
)









(set! marathi_NSK::zene_treeMAX2 '



((name is iy)
 ((R:SylStructure.parent.R:Syllable.p.syl_break is 1)
  ((R:SylStructure.parent.syl_break is 0)
   ((p.name is th)
    ((981.589 4580.17))
    ((3014.23 7236.11)))
   ((1082.6 4675.94)))
  ((p.name is pau)
   ((2615.28 8685.58))
   ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
    ((3011.93 7264.09))
    ((R:SylStructure.parent.syl_break is 0)
     ((1861.91 5281.5))
     ((2819.8 9210.33))))))
 ((name is uh)
  ((p.name is r)
   ((R:SylStructure.parent.syl_break is 4)
    ((557.824 594.879))
    ((R:SylStructure.parent.R:Syllable.n.syl_break is 4)
     ((887.687 2340))
     ((1693.94 3506.33))))
   ((R:SylStructure.parent.R:Syllable.n.syl_break is 4)
    ((p.name is D)
     ((1873.83 1941.25))
     ((p.name is dh)
      ((631.106 2487))
      ((1282.68 3078.22))))
    ((p.name is dh)
     ((1066.54 5714))
     ((p.name is p)
      ((R:SylStructure.parent.syl_break is 1)
       ((1177.9 1419.67))
       ((1810.29 2735.86)))
      ((R:SylStructure.parent.R:Syllable.p.syl_break is 1)
       ((p.name is g)
        ((759.443 4467.67))
        ((p.name is x)
         ((531.501 3758.75))
         ((p.name is m)
          ((1039.28 3456.33))
          ((1119.21 2624.35)))))
       ((p.name is th)
        ((R:SylStructure.parent.syl_break is 0)
         ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
          ((1248.74 1792.56))
          ((1462.71 3121.14)))
         ((2233.08 6808.33)))
        ((p.name is k)
         ((R:SylStructure.parent.syl_break is 4)
          ((1784.22 3957.78))
          ((1576.32 2995.87)))
         ((R:SylStructure.parent.syl_break is 4)
          ((p.name is l)
           ((1995.89 2665.83))
           ((2499.55 4555.45)))
          ((p.name is n)
           ((1191.36 3040))
           ((p.name is pau)
            ((2978.33 6337.33))
            ((p.name is m)
             ((803.07 4894.2))
             ((p.name is j)
              ((2496.81 5288.71))
              ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
               ((R:SylStructure.parent.syl_break is 0)
                ((p.name is D)
                 ((1207.6 2385))
                 ((p.name is l)
                  ((2440.81 4985.25))
                  ((p.name is T)
                   ((1319.09 3900.08))
                   ((1120.23 3319.5)))))
                ((2367.06 4441)))
               ((p.name is v)
                ((801.188 5879.33))
                ((p.name is D)
                 ((763.578 3472))
                 ((2263.71 4567.43)))))))))))))))))
  ((R:SylStructure.parent.R:Syllable.n.syl_break is 4)
   ((p.name is n)
    ((name is aa)
     ((545.851 1966.5))
     ((865.914 2517)))
    ((name is oo)
     ((p.name is k)
      ((632.221 4104))
      ((1339.88 4942.5)))
     ((p.name is r)
      ((name is ee)
       ((2405.42 6122))
       ((1421.21 3545.32)))
      ((p.name is v)
       ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
        ((787.485 4673.43))
        ((726.262 3129.83)))
       ((name is aa)
        ((p.name is th)
         ((829.813 2818.17))
         ((p.name is dh)
          ((366.831 3860.75))
          ((1373.82 3543.62))))
        ((p.name is s)
         ((name is ih)
          ((645.447 1438.33))
          ((411.933 2846)))
         ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
          ((p.name is kh)
           ((976.901 3747.5))
           ((1345.66 3067.95)))
          ((2303.84 4244.43)))))))))
   ((p.name is n)
    ((R:SylStructure.parent.syl_break is 0)
     ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
      ((1797.12 4371.82))
      ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
       ((name is aa)
        ((463.483 2867.8))
        ((703.034 3225.38)))
       ((1787.84 4678.17))))
     ((1306.22 3212.81)))
    ((name is ee)
     ((p.name is ch)
      ((1644.77 3418))
      ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
       ((p.name is dh)
        ((2514.47 8354.12))
        ((R:SylStructure.parent.syl_break is 1)
         ((2080.75 7147.83))
         ((p.name is l)
          ((1528.8 7022.67))
          ((p.name is m)
           ((1128.5 5475.4))
           ((p.name is v)
            ((1881.8 5608.25))
            ((978.838 4480)))))))
       ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
        ((1994.47 9583.9))
        ((1023.67 6061.4)))))
     ((name is oo)
      ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
       ((p.name is s)
        ((3897.94 8095))
        ((p.name is h)
         ((2620.39 6930.75))
         ((p.name is r)
          ((2293.08 6301.5))
          ((p.name is p)
           ((1199.89 4430.89))
           ((2090.37 4957.38))))))
       ((p.name is r)
        ((617.798 10687.4))
        ((1597.86 7197.86))))
      ((name is aa)
       ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
        ((p.name is g)
         ((909.964 4178.08))
         ((p.name is m)
          ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
           ((1106.64 3941.71))
           ((783.13 5051.33)))
          ((R:SylStructure.parent.syl_break is 4)
           ((770.092 4139.17))
           ((p.name is s)
            ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
             ((948.855 3878.33))
             ((1382.51 4764.82)))
            ((p.name is T)
             ((1043.22 4379.33))
             ((p.name is th)
              ((R:SylStructure.parent.syl_break is 0)
               ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                ((1395.74 4410.9))
                ((570.271 5298)))
               ((833.445 5357.9)))
              ((p.name is dh)
               ((461.544 4971.1))
               ((p.name is y)
                ((844.376 6256.62))
                ((p.name is bh)
                 ((1110.78 6228.25))
                 ((p.name is b)
                  ((939.919 5308))
                  ((1652.39 5573.4))))))))))))
        ((R:SylStructure.parent.syl_break is 1)
         ((1682.8 5541.6))
         ((p.name is m)
          ((318.699 2478))
          ((p.name is x)
           ((518.227 3797.75))
           ((p.name is tth)
            ((496.202 3844))
            ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
             ((p.name is s)
              ((1202.82 3726.12))
              ((p.name is k)
               ((987.012 3907.22))
               ((1253.78 4413.24))))
             ((p.name is y)
              ((1468.08 4922.25))
              ((p.name is p)
               ((215.687 3229))
               ((804.101 3847))))))))))
       ((name is ay)
        ((R:SylStructure.parent.syl_break is 4)
         ((1797.78 4401.67))
         ((p.name is v)
          ((1416.07 4980.67))
          ((p.name is p)
           ((914.058 5036))
           ((R:SylStructure.parent.syl_break is 0)
            ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
             ((2443.68 6790.32))
             ((1522.48 5422.17)))
            ((1791.44 8756))))))
        ((name is uw)
         ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
          ((p.name is th)
           ((2224.3 6125.67))
           ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
            ((1560.64 9589))
            ((2427.2 6395.67))))
          ((p.name is k)
           ((1049.93 4092.33))
           ((1402.24 5413.17))))
         ((p.name is s)
          ((name is ih)
           ((1733.19 2164.38))
           ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
            ((1603.42 3757.76))
            ((1236.43 3190.71))))
          ((R:SylStructure.parent.syl_break is 4)
           ((p.name is dh)
            ((1114.75 1164.8))
            ((p.name is p)
             ((591.916 2534))
             ((p.name is L)
              ((487.408 3033.33))
              ((p.name is th)
               ((1278.11 3532.5))
               ((p.name is l)
                ((219.286 3354.67))
                ((2135.2 4275.27)))))))
           ((p.name is dh)
            ((name is a)
             ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
              ((1566.17 5626.33))
              ((822.912 6320.75)))
             ((R:SylStructure.parent.syl_break is 0)
              ((1605.71 4241.14))
              ((1315.06 5628))))
            ((p.name is y)
             ((name is a)
              ((2599.5 5401.4))
              ((778.574 2976)))
             ((p.name is g)
              ((name is a)
               ((1543.82 4618.96))
               ((R:SylStructure.parent.syl_break is 0)
                ((1339.67 5219.44))
                ((1875.53 6212.83))))
              ((p.name is j)
               ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                 ((1808.96 5088.5))
                 ((1651.32 3891)))
                ((2152.4 6400.25)))
               ((p.name is th)
                ((name is eh)
                 ((1904.15 6743.2))
                 ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                  ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                   ((name is a)
                    ((1519.7 5373.36))
                    ((2046.15 4328.4)))
                   ((1345.13 4094.95)))
                  ((1512.67 3606.33))))
                ((p.name is tth)
                 ((758.993 2232.25))
                 ((p.name is D)
                  ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                   ((1109.84 4910.86))
                   ((933.488 5946.25)))
                  ((R:SylStructure.parent.R:Syllable.p.syl_break is 1)
                   ((R:SylStructure.parent.syl_break is 0)
                    ((p.name is aa)
                     ((960.622 5545.33))
                     ((p.name is b)
                      ((name is a)
                       ((955.146 3525))
                       ((1186.43 6114.5)))
                      ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                       ((p.name is m)
                        ((1399.3 2722.33))
                        ((name is eh)
                         ((p.name is ch)
                          ((1231.23 1851.5))
                          ((1287.34 3322.5)))
                         ((p.name is k)
                          ((476.768 2593))
                          ((p.name is iy)
                           ((2540.44 5511))
                           ((p.name is r)
                            ((908.401 3624.58))
                            ((p.name is p)
                             ((922.088 3597.62))
                             ((p.name is x)
                              ((1183.53 3532.5))
                              ((1522.92 4018.98)))))))))
                       ((name is a)
                        ((p.name is iy)
                         ((322.163 4098))
                         ((1516.44 3485.45)))
                        ((name is oh)
                         ((1068.18 3320.33))
                         ((2291.07 6224)))))))
                    ((name is a)
                     ((530.425 4046.67))
                     ((name is eh)
                      ((395.122 5543.67))
                      ((581.323 5995)))))
                   ((p.name is r)
                    ((name is a)
                     ((1792.36 4838.24))
                     ((R:SylStructure.parent.syl_break is 0)
                      ((1884.34 4320.38))
                      ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                       ((1392.35 3927.12))
                       ((1142.52 3132.38)))))
                    ((name is eh)
                     ((p.name is m)
                      ((692.804 3951.75))
                      ((2069.18 6437.17)))
                     ((R:SylStructure.parent.R:Syllable.n.syl_break is 0)
                      ((p.name is l)
                       ((1669.09 4445.5))
                       ((p.name is N)
                        ((R:SylStructure.parent.syl_break is 0)
                         ((1722.68 5738.75))
                         ((1219.32 3813.67)))
                        ((p.name is p)
                         ((name is a)
                          ((833.236 4002.93))
                          ((1848.48 5043.88)))
                         ((R:SylStructure.parent.R:Syllable.p.syl_break is 0)
                          ((p.name is kh)
                           ((1377.06 3150.57))
                           ((p.name is sh)
                            ((1448.61 3137.29))
                            ((p.name is td)
                             ((961.241 4361.17))
                             ((p.name is v)
                              ((1798.67 4219.19))
                              ((p.name is f)
                               ((336.592 3439.33))
                               ((name is ih)
                                ((1845.47 3591.49))
                                ((p.name is ch)
                                 ((name is a)
                                  ((1841.84 4771.38))
                                  ((421.54 4047.12)))
                                 ((p.name is T)
                                  ((1033.34 3402.15))
                                  ((name is oh)
                                   ((1163.1 3348))
                                   ((1600.12 3914.19)))))))))))
                          ((688.845 2968.5))))))
                      ((p.name is ch)
                       ((552.911 2809.5))
                       ((p.name is T)
                        ((1632.65 3270))
                        ((p.name is pau)
                         ((1407.51 3062))
                         ((p.name is kh)
                          ((2220.8 2789.67))
                          ((name is oh)
                           ((786.848 3342))
                           ((p.name is v)
                            ((1669.47 5131.91))
                            ((1538.7 4578.9))))))))))))))))))))))))))))))
;; RMSE 1712.4967 Correlation is 0.5962 Mean (abs) Error 1298.1851 (1118.9425)


)

(provide 'marathi_NSK_ene)