Files
Ilia Denisov e17e945b41
build / dawg (pull_request) Successful in 1m33s
Drop substantivized-adjective false nouns via manual_reject.txt
OpenCorpora/libmorph hand a noun reading to Stage 2 above the РАН note, so
substantivized-adjective false nouns a dictionary misreads (нёбный, акцизный,
велярный, …) reached scrabble.txt with no veto path — the earlier abbreviation
filter only carved out Abbr+Fixd.

ru_stage2.py now subtracts sources/scrabble_ru/manual_reject.txt last, after
every admission path (OC seed / libmorph / note / manual_confirm / variant),
mirroring manual_confirm.txt. The list seeds 62 hand-reviewed words — 43 pure
adjectives plus 19 marginal (slang/archaic/jargon) substantivizations; genuine
substantivized nouns (больной, знакомый, учёный, участковый, …) stay.

scrabble.txt -62 (83206->83144); erudit.txt re-folded -62. The DAWGs are
gitignored and rebuild from these lists in CI.
2026-06-20 17:09:02 +02:00
..

scrabble_ru source

scrabble.txt — Russian Scrabble common nouns (nominative singular), produced by the prep pipeline under ../../tools/ from the Russian academic orthographic 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 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.