Restore lost Russian dict sources & drop OpenCorpora abbreviations #3

Merged
developer merged 2 commits from feature/restore-russian-sources into master 2026-06-13 11:51:29 +00:00
5 changed files with 317716 additions and 7 deletions
Showing only changes of commit 5b7a741ec2 - Show all commits
+3 -5
View File
@@ -2,15 +2,13 @@
/dawg/
/scrabble-dawg-*.tar.gz
# Russian prep-pipeline intermediates (regenerated locally by tools/; only the curated
# word lists in sources/scrabble_ru/ are committed).
/sources/scrabble_ru/orfo_dict_2025.txt
/sources/scrabble_ru/all.txt
# Russian prep-pipeline debug dumps (regenerated locally by tools/, never committed).
# The pdftotext source of truth (orfo_dict_2025.txt) and the Stage-1 base (all.txt) ARE
# committed under sources/scrabble_ru/, and the source PDF under tools/ — see tools/README.md.
/sources/scrabble_ru/undefined.txt
/sources/scrabble_ru/adjectives.txt
/sources/scrabble_ru/verbs.txt
/sources/scrabble_ru/singulars.txt
/sources/scrabble_ru/fate.tsv
/tools/libmorph_check
/tools/orfo_dict_2025.pdf
__pycache__/
+3 -2
View File
@@ -5,5 +5,6 @@ pipeline under [`../../tools/`](../../tools/README.md) from the Russian academic
dictionary, cross-checked against OpenCorpora and libmorph. `manual_confirm.txt` holds the
hand-reviewed additions the pipeline merges in. Built to `dawg/ru_scrabble.dawg` (`make dawg-ru`).
The pipeline's uncommitted intermediates (`orfo_dict_2025.txt`, `all.txt`, debug dumps) are
regenerated here locally and are git-ignored.
The pdftotext source of truth (`orfo_dict_2025.txt`) and the Stage-1 base (`all.txt`) are
committed here; only the debug dumps (`undefined.txt`, `adjectives.txt`, `verbs.txt`,
`singulars.txt`, `fate.tsv`) are regenerated locally and git-ignored.
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
Binary file not shown.