vietc/engine/tests
Devin AI 7569e7e218 feat: auto-restore English words and invalid Vietnamese syllables
When Vietnamese mode is on, the engine transformed every word including
English (test->tét, cargo->cảgo, status->státu). This wires up the
previously-dead english.rs dictionary and spelling.rs validator so that on
word commit, words that are clearly English or not phonologically valid
Vietnamese are reverted to the raw keystrokes typed. Genuine Vietnamese
(tiếng, việt, quả) is kept. Gated by the existing [auto_restore] enabled
config (default on).

Co-Authored-By: vndangkhoa <vonguyendangkhoa@gmail.com>
2026-06-26 10:31:37 +00:00
..
snapshots Optimize typing performance and preserve casing on replaced syllables 2026-06-25 19:59:46 +07:00
testdata Optimize typing performance and preserve casing on replaced syllables 2026-06-25 19:59:46 +07:00
auto_restore.rs feat: auto-restore English words and invalid Vietnamese syllables 2026-06-26 10:31:37 +00:00
tone_placement.rs fix: correct tone placement for qu/gi onset glides and uê/uơ clusters 2026-06-26 10:10:42 +00:00