init
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
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
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
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
This commit is contained in:
32
Telegram/ThirdParty/hunspell/tests/ph2.aff
vendored
Normal file
32
Telegram/ThirdParty/hunspell/tests/ph2.aff
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
# 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 '
|
||||
Reference in New Issue
Block a user