sug.aff 648 B

12345678910111213141516171819202122
  1. # new suggestion methods of Hunspell 1.5:
  2. # capitalization: nasa -> NASA
  3. # long swap: permenant -> permanent
  4. # long mov: Ghandi -> Gandhi
  5. # double two characters: vacacation -> vacation
  6. # space with REP: "alot" -> "a lot" ("a lot" need to be in the dic file.)
  7. #
  8. # Note: see test "ph" for the newer and
  9. # more simple method to handle common misspellings,
  10. # for example, alot->a lot, inspite->in spite,
  11. # (that is giving the best suggestion, and limiting
  12. # ngram/phonetic suggestion)
  13. # switch off ngram suggestion for testing
  14. MAXNGRAMSUGS 0
  15. REP 2
  16. REP alot a_lot
  17. REP inspite in_spite
  18. KEY qwertzuiop|asdfghjkl|yxcvbnm|aq
  19. WORDCHARS .-
  20. FORBIDDENWORD ?