File tree Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Original file line number Diff line number Diff line change @@ -1438,3 +1438,57 @@ Typically the change was for the better, thus checked it in.
1438
1438
1439
1439
Also added ~2000 compunds nouns to DictEst.gf +
1440
1440
~500 WordNet adjectives that had not been added before (not sure why).
1441
+
1442
+
1443
+ 2014-08-31 (Kaarel)
1444
+ -------------------
1445
+
1446
+ Some reorganization of syllable/stress detection resulted in tiny improvements.
1447
+
1448
+ ```
1449
+ 19831
1450
+ 795 2-3-4-5-6
1451
+ 357 2-3-4-5
1452
+ 136 2-4-6
1453
+ 120 5-6
1454
+ 117 6
1455
+ 104 3-5-6
1456
+ 89 3-4-5-6
1457
+ 88 2-4-5-6
1458
+ 36 2-4
1459
+ 33 3
1460
+ 19 2
1461
+ 5 3-5
1462
+ 3 2-3-4
1463
+ 1 5
1464
+ coverage: 19831 out of 21734 = .9124
1465
+ mkN 2-arg pattern: (@F[0..1])
1466
+ 20775
1467
+ 326 3-4-5-6
1468
+ 130 3-5-6
1469
+ 122 5-6
1470
+ 117 6
1471
+ 101 4-6
1472
+ 51 3-4-5
1473
+ 36 4
1474
+ 35 4-5-6
1475
+ 33 3
1476
+ 5 3-5
1477
+ 3 3-4
1478
+ coverage: 20775 out of 21734 = .9558
1479
+ mkN 3-arg pattern: (@F[0..2])
1480
+ 21133
1481
+ 218 4-5-6
1482
+ 154 5-6
1483
+ 120 6
1484
+ 42 4-5
1485
+ 42 4
1486
+ 25 4-6
1487
+ coverage: 21133 out of 21734 = .9723
1488
+ mkN 4-arg pattern: (@F[0..2], @F[5])
1489
+ 21362
1490
+ 195 4-5
1491
+ 130 5
1492
+ 47 4
1493
+ coverage: 21362 out of 21734 = .9828
1494
+ ```
You can’t perform that action at this time.
0 commit comments