forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8829af4
committed
Fix merge affixes for numeric ones
Some dictionaries have duplicated base words with different affix set, wejust merge that sets into one set. But previously merging of sets of affixeswas actually a concatenation of strings but it's wrong for numericrepresentation of affixes because such representation uses comma toseparate affixes.Author: Artur Zakirov1 parenta9eb6c8 commit8829af4
1 file changed
+20
-4
lines changedLines changed: 20 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1465 | 1465 |
| |
1466 | 1466 |
| |
1467 | 1467 |
| |
| 1468 | + | |
| 1469 | + | |
| 1470 | + | |
| 1471 | + | |
| 1472 | + | |
| 1473 | + | |
1468 | 1474 |
| |
1469 | 1475 |
| |
1470 | 1476 |
| |
| |||
1473 | 1479 |
| |
1474 | 1480 |
| |
1475 | 1481 |
| |
1476 |
| - | |
1477 |
| - | |
1478 |
| - | |
1479 |
| - | |
| 1482 | + | |
| 1483 | + | |
| 1484 | + | |
| 1485 | + | |
| 1486 | + | |
| 1487 | + | |
| 1488 | + | |
| 1489 | + | |
| 1490 | + | |
| 1491 | + | |
| 1492 | + | |
| 1493 | + | |
| 1494 | + | |
| 1495 | + | |
1480 | 1496 |
| |
1481 | 1497 |
| |
1482 | 1498 |
| |
|
0 commit comments
Comments
(0)