aspell: Replacement Tables

1 
1 7.5 Replacement Tables
1 ======================
1 
1 When phonetic code is not used a replacement table can be used instead.
1 To enable the use of a replacement table add the line `repl-table
1 LANG', in which case the replacement table is excepted to be in the
1 file `LANG_repl.dat'.  A complete file name can also be specified in
1 place of LANG.  For compatibility with MySpell the replacement table
1 can also be part of the affix file, in which case `repl-table' will be
1 `LANG_affix.dat"'.
1 
1    Replacement table syntax:
1 
1      REP [number_of_replacement_definitions]
1      REP [what] [replacement]
1      REP [what] [replacement]
1 
1    For example a possible English replacement table definition to
1 handle misspelled consonants:
1 
1      REP 8
1      REP f ph
1      REP ph f
1      REP f gh
1      REP gh f
1      REP j dg
1      REP dg j
1      REP k ch
1      REP ch k
1