extensions/spellcheck/hunspell/tests/unit/data/rep.aff

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 # With REP suggestions, we can fix typical language specific misspellings.
     3 # switch off ngram suggestion for testing
     4 MAXNGRAMSUGS 0
     6 REP 8
     7 REP f ph
     8 REP ph f
     9 REP shun$ tion
    10 REP ^alot$ a_lot  # add the highest priority for "a lot" suggestion to "alot"
    11 REP ^foo$ bar
    12 REP ' _    # "un'alunno" -> "un alunno"
    13 REP ^vinteśn$ vinte_e_un
    14 REP s 's
    17 SFX A Y 1
    18 SFX A 0 's .
    21 WORDCHARS '

mercurial