Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Close stale issues and PRs / stale (push) Successful in 13s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
31 lines
711 B
Plaintext
31 lines
711 B
Plaintext
# new suggestion methods of Hunspell 1.7:
|
|
# ph: for dictionary-based suggestions.
|
|
#
|
|
# For example, suggestions for "wich"
|
|
# with this test dictonary:
|
|
#
|
|
# Hunspell 1.3.3
|
|
# wich
|
|
# & wich 4 0: winch, witch, which, wish
|
|
#
|
|
# Hunspell 1.6.2
|
|
# wich
|
|
# & wich 4 0: which, witch, winch, wish
|
|
#
|
|
# Suggestions will be limited for
|
|
# the dictionary words with the same ph: field,
|
|
# and for non-ngram suggestions.
|
|
#
|
|
# Order of the ph: suggestions for the
|
|
# same mispelling, eg. wich -> which, witch
|
|
# follows the order of the words in the dictionary:
|
|
#
|
|
# which ph:wich
|
|
# witch ph:witch
|
|
#
|
|
# switch off ngram suggestions to check only
|
|
# ph: based suggestions
|
|
MAXNGRAMSUGS 0
|
|
|
|
TRY esianrtolcdugmphbyfvkwzESIANRTOLCDUGMPHBYFVKWZ'-
|