Tidy dictionary sources into sources/<variant>/ + tools/ #2
Reference in New Issue
Block a user
Delete Branch "feature/tidy-sources"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tidy the dictionary sources into one place
The
scrabble-dictionaryhalf of the scrabble-game R1 pre-release phase(variant naming + repo tidy; the scrabble-game side is its PR #31).
Consolidates the scattered build inputs (
dictionaries/english/,dictprep/russian/) into onesources/<variant>/tree keyed by the variantlabels, and moves the Russian prep pipeline to
tools/. The dawg outputs andtheir filenames are unchanged — rebuilt byte-identical — so the release
artifact and the backend are unaffected.
Layout
sources/scrabble_en/sowpods.txtsources/scrabble_ru/{scrabble.txt, manual_confirm.txt}sources/erudit_ru/erudit.txttools/—ru_stage2.py,ruwords/,fold_yo.py,libmorph_check.cpp,README.mdVerified
make dawgrebuilds byte-identical to the committed baseline (en_sowpods / ru_scrabble / ru_erudit sha256 match).py_compile+go vetof the moved tools.