- # new suggestion methods of Hunspell 1.5:
- # capitalization: nasa -> NASA
- # long swap: permenant -> permanent
- # long mov: Ghandi -> Gandhi
- # double two characters: vacacation -> vacation
- # space with REP: "alot" -> "a lot" ("a lot" need to be in the dic file.)
- SET UTF-8
- # switch off ngram suggestion for testing
- MAXNGRAMSUGS 0
- REP 1
- REP alot a_lot
- KEY qwertzuiop|asdfghjkl|yxcvbnm|aq
- WORDCHARS .
- FORBIDDENWORD ?
|