The plan said "Hunspell pt-PT vendored like en-US". Measuring that first is what saved it: nspell expands affixes eagerly on construction, and European Portuguese's 1,340 rules over 44,257 stems want over a gigabyte of browser heap — ~340 MB for the first 12,000 entries, and no return at all after three minutes on the whole file. So the expansion runs once at build time instead: 1,039,058 forms, 2.66 MB gzipped, read by the same nspell in 842 ms. The obvious npm package would also have shipped the wrong language. Both dictionary-pt and dictionary-pt-br carry VERO, the Brazilian word list, so vendoring by name puts pt-BR spellings behind a pt-PT label — the drift SUGGESTIONS §3 warns about, arriving through the packaging where no reviewer can see it. The source is Projecto Natura's, and the build script now asserts the fault lines (receção in, recepção out) before writing anything. Spellcheck consults both dictionaries and flags only what both reject, which is the no-detector answer to a pair with no script boundary. The word card does the same in the other direction: "data" is a word in both languages, so Petal shows both readings rather than guessing which she meant. Writing the tests caught the one real bug — extendedAlphabet was a snapshot while correct/suggest read live, and her dictionary arrives after English, so every lookup would have resolved "cora" while the underlines were already right. Not done, and not claimed: the pack has not been read by a pt-PT speaker, and the Piper voice is deferred with the deploy. Claude-Session: https://claude.ai/code/session_016y6gyuHkQXPiEuW8RGQyua
43 lines
577 B
Plaintext
43 lines
577 B
Plaintext
SET UTF-8
|
|
TRY aerisontcdmlupvgbfzáhçqjíxãóéêâúõACMPSBTELGRIFVDkHJONôywUKXZWQÁYÍÉàÓèÂÚ
|
|
KEY qwertyuiop|asdfghjkl|zxcvbnm
|
|
WORDCHARS -
|
|
REP 25
|
|
REP por pro
|
|
REP pre per
|
|
REP damente mente
|
|
REP mente damente
|
|
REP iz íz
|
|
REP cao ção
|
|
REP ç ss
|
|
REP ss ç
|
|
REP c ss
|
|
REP ss c
|
|
REP ch x
|
|
REP x ch
|
|
REP cç x
|
|
REP x cç
|
|
REP k qu
|
|
REP íti ití
|
|
REP ití íti
|
|
REP issí íssi
|
|
REP ilí íli
|
|
REP íli ilí
|
|
REP ífi ifí
|
|
REP ifí ífi
|
|
REP nume mune
|
|
REP coen quen
|
|
REP concerteza com_certeza
|
|
MAP 11
|
|
MAP aá
|
|
MAP aã
|
|
MAP aâ
|
|
MAP eé
|
|
MAP eê
|
|
MAP ií
|
|
MAP cç
|
|
MAP oó
|
|
MAP oô
|
|
MAP oõ
|
|
MAP uú
|