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
33 lines
776 B
Plaintext
33 lines
776 B
Plaintext
# switch off ngram suggestion to test
|
|
# usage of ph: dictionary fields in REP
|
|
# suggestions
|
|
SET UTF-8
|
|
|
|
MAXNGRAMSUGS 0
|
|
|
|
# test in compounds, too
|
|
COMPOUNDFLAG Y
|
|
|
|
# test also dictionary items with space,
|
|
# and forbidden compounding, if there is
|
|
# a ph: field with that compound as
|
|
# mispelling in the dictionary
|
|
CHECKCOMPOUNDREP
|
|
|
|
# test in compound word with affixes
|
|
SFX A Y 1
|
|
SFX A 0 's .
|
|
|
|
# when the ph: field ends with the character *,
|
|
# strip last character of the pattern and the replacement
|
|
# to match in REP suggestions also at character changes,
|
|
# for example, "pretty ph:prity*" results "prit->prett"
|
|
# REP replacement instead of "prity->pretty", to get
|
|
# prity->pretty and pritiest->prettiest suggestions.
|
|
|
|
SFX B Y 2
|
|
SFX B y iest [^aeiou]y
|
|
SFX B ö őt ö
|
|
|
|
WORDCHARS '
|