mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-10 02:18:57 +00:00
9 lines
281 B
Plaintext
9 lines
281 B
Plaintext
// forbid compound word, if it is also a non compound word with a REP fault
|
|
// In example: Hungarian `szervíz' (szer+víz) compound word is forbidden, because
|
|
// this word is also a dictionary word (szerviz) with typical fault (i->í)
|
|
CHECKCOMPOUNDREP
|
|
COMPOUNDFLAG A
|
|
|
|
REP 1
|
|
REP í i
|