Euspell
About

Rationale

Spelling reform is an old idea with a poor track record. Euspell's wager is that the reason is not the goal but the method — and that method is now a solved engineering problem.

The cost of the status quo

English spelling encodes centuries of etymology, foreign borrowings, and frozen accidents. The result is a writing system where spelling is a weak predictor of sound: through, though, tough, cough, thought, bough share four letters and share almost nothing else. Every learner pays for this in memorization, and every reader pays a small, permanent tax in the words they cannot sound out.

Why past reforms stalled

Serious reform proposals are old — Webster, the Simplified Spelling Board, the Shavian alphabet. Most share two weaknesses:

The two failure modes

They are rule-tables, not systems.A human is handed principles and expected to apply them consistently. People don't, so the reform fragments.

They ignore ambiguity. A phonetic respelling must decide whether read rhymes with reed or red— and a context-free rule simply can't. Proposals either punt on homographs or respell everything so aggressively that the text becomes unreadable.

The engineering answer

Both failures are tractable with the tools of software, not linguistics alone:

Consistency becomes free. A reform expressed as a program — a compiled lexicon plus a converter — applies the same rules identically to every word, on every page, in every tool. There is no drift, because no human is in the loop at conversion time.

Ambiguity becomes a tagging problem. Deciding which spelling read takes is exactly the part-of-speech and sense disambiguation that NLP already does. Euspell reads a five-word context window, applies grammar predicates and a trained model for the common cases, and per-word rules for the rest — resolving records (noun) from recordz (verb) automatically.

Disciplined, not maximal

Euspell keeps changes to a word's spelling and silhouette to a minimum (night → niht). Most words don't change at all. The aim is a system a fluent reader adapts to in minutes and can always convert back — reform as a reversible function, not a manifesto.