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:
666
Telegram/ThirdParty/hunspell/tests/Makefile.am
vendored
Normal file
666
Telegram/ThirdParty/hunspell/tests/Makefile.am
vendored
Normal file
@@ -0,0 +1,666 @@
|
||||
## Process this file with automake to create Makefile.in
|
||||
|
||||
SUBDIRS = suggestiontest
|
||||
|
||||
TEST_EXTENSIONS = .dic
|
||||
AM_TESTS_ENVIRONMENT = export HUNSPELL=$(top_builddir)/src/tools/hunspell; \
|
||||
export ANALYZE=$(top_builddir)/src/tools/analyze; \
|
||||
export LIBTOOL=$(top_builddir)/libtool;
|
||||
DIC_LOG_COMPILER = $(top_srcdir)/tests/test.sh
|
||||
|
||||
TESTS = \
|
||||
affixes.dic \
|
||||
condition.dic \
|
||||
condition_utf.dic \
|
||||
base.dic \
|
||||
base_utf.dic \
|
||||
allcaps.dic \
|
||||
allcaps_utf.dic \
|
||||
allcaps2.dic \
|
||||
allcaps3.dic \
|
||||
keepcase.dic \
|
||||
dotless_i.dic \
|
||||
i58202.dic \
|
||||
map.dic \
|
||||
rep.dic \
|
||||
sug.dic \
|
||||
sug2.dic \
|
||||
wordpair.dic \
|
||||
sugutf.dic \
|
||||
phone.dic \
|
||||
ph.dic \
|
||||
ph2.dic \
|
||||
flag.dic \
|
||||
flaglong.dic \
|
||||
flagnum.dic \
|
||||
flagutf8.dic \
|
||||
slash.dic \
|
||||
forbiddenword.dic \
|
||||
nosuggest.dic \
|
||||
alias.dic \
|
||||
alias2.dic \
|
||||
alias3.dic \
|
||||
breakdefault.dic \
|
||||
break.dic \
|
||||
needaffix.dic \
|
||||
needaffix2.dic \
|
||||
needaffix3.dic \
|
||||
needaffix4.dic \
|
||||
needaffix5.dic \
|
||||
circumfix.dic \
|
||||
fogemorpheme.dic \
|
||||
onlyincompound.dic \
|
||||
complexprefixes.dic \
|
||||
complexprefixes2.dic \
|
||||
complexprefixesutf.dic \
|
||||
conditionalprefix.dic \
|
||||
zeroaffix.dic \
|
||||
utf8.dic \
|
||||
utf8_bom.dic \
|
||||
utf8_bom2.dic \
|
||||
utf8_nonbmp.test \
|
||||
compoundflag.dic \
|
||||
compoundrule.dic \
|
||||
compoundrule2.dic \
|
||||
compoundrule3.dic \
|
||||
compoundrule4.dic \
|
||||
compoundrule5.dic \
|
||||
compoundrule6.dic \
|
||||
compoundrule7.dic \
|
||||
compoundrule8.dic \
|
||||
compoundaffix.dic \
|
||||
compoundaffix2.dic \
|
||||
compoundaffix3.dic \
|
||||
compoundforbid.dic \
|
||||
checkcompounddup.dic \
|
||||
checkcompoundtriple.dic \
|
||||
simplifiedtriple.dic \
|
||||
checkcompoundrep.dic \
|
||||
checkcompoundrep2.dic \
|
||||
checkcompoundcase2.dic \
|
||||
checkcompoundcaseutf.dic \
|
||||
checkcompoundpattern.dic \
|
||||
checkcompoundpattern2.dic \
|
||||
checkcompoundpattern3.dic \
|
||||
checkcompoundpattern4.dic \
|
||||
utfcompound.dic \
|
||||
checksharps.dic \
|
||||
checksharpsutf.dic \
|
||||
germancompounding.dic \
|
||||
germancompoundingold.dic \
|
||||
i35725.dic \
|
||||
i53643.dic \
|
||||
i54633.dic \
|
||||
i54980.dic \
|
||||
maputf.dic \
|
||||
reputf.dic \
|
||||
ignore.dic \
|
||||
ignoreutf.dic \
|
||||
right_to_left_mark.dic \
|
||||
1592880.dic \
|
||||
1695964.dic \
|
||||
1463589.dic \
|
||||
1463589_utf.dic \
|
||||
IJ.dic \
|
||||
i68568.dic \
|
||||
i68568utf.dic \
|
||||
1706659.dic \
|
||||
1748408-1.dic \
|
||||
1748408-2.dic \
|
||||
1748408-3.dic \
|
||||
1748408-4.dic \
|
||||
digits_in_words.dic \
|
||||
colons_in_words.dic \
|
||||
ngram_utf_fix.dic \
|
||||
morph.dic \
|
||||
1975530.dic \
|
||||
fullstrip.dic \
|
||||
iconv.dic \
|
||||
iconv2.dic \
|
||||
oconv.dic \
|
||||
oconv2.dic \
|
||||
encoding.dic \
|
||||
korean.dic \
|
||||
opentaal_forbiddenword1.dic \
|
||||
opentaal_forbiddenword2.dic \
|
||||
opentaal_keepcase.dic \
|
||||
arabic.dic \
|
||||
2970240.dic \
|
||||
2970242.dic \
|
||||
breakoff.dic \
|
||||
opentaal_cpdpat.dic \
|
||||
opentaal_cpdpat2.dic \
|
||||
2999225.dic \
|
||||
onlyincompound2.dic \
|
||||
forceucase.dic \
|
||||
nepali.dic \
|
||||
hu.dic \
|
||||
warn.dic \
|
||||
timelimit.dic \
|
||||
ignoresug.dic \
|
||||
limit-multiple-compounding.dic
|
||||
|
||||
clean-local:
|
||||
-rm -rf testSubDir
|
||||
|
||||
EXTRA_DIST = \
|
||||
test.sh \
|
||||
affixes.aff \
|
||||
affixes.dic \
|
||||
affixes.good \
|
||||
condition.aff \
|
||||
condition.dic \
|
||||
condition.good \
|
||||
condition.wrong \
|
||||
condition_utf.aff \
|
||||
condition_utf.dic \
|
||||
condition_utf.good \
|
||||
condition_utf.wrong \
|
||||
base.aff \
|
||||
base.dic \
|
||||
base.good \
|
||||
base.sug \
|
||||
base.wrong \
|
||||
base_utf.aff \
|
||||
base_utf.dic \
|
||||
base_utf.good \
|
||||
base_utf.sug \
|
||||
base_utf.wrong \
|
||||
allcaps.aff \
|
||||
allcaps.dic \
|
||||
allcaps.good \
|
||||
allcaps.sug \
|
||||
allcaps.wrong \
|
||||
allcaps2.aff \
|
||||
allcaps2.dic \
|
||||
allcaps2.good \
|
||||
allcaps2.sug \
|
||||
allcaps2.wrong \
|
||||
allcaps3.aff \
|
||||
allcaps3.dic \
|
||||
allcaps3.good \
|
||||
allcaps3.wrong \
|
||||
allcaps_utf.aff \
|
||||
allcaps_utf.dic \
|
||||
allcaps_utf.good \
|
||||
allcaps_utf.sug \
|
||||
allcaps_utf.wrong \
|
||||
keepcase.aff \
|
||||
keepcase.dic \
|
||||
keepcase.good \
|
||||
keepcase.sug \
|
||||
keepcase.wrong \
|
||||
dotless_i.aff \
|
||||
dotless_i.dic \
|
||||
dotless_i.good \
|
||||
dotless_i.wrong \
|
||||
map.aff \
|
||||
map.dic \
|
||||
map.sug \
|
||||
map.wrong \
|
||||
rep.aff \
|
||||
rep.dic \
|
||||
rep.sug \
|
||||
rep.wrong \
|
||||
sug.aff \
|
||||
sug.dic \
|
||||
sug.sug \
|
||||
sug.wrong \
|
||||
sug2.aff \
|
||||
sug2.dic \
|
||||
sug2.sug \
|
||||
sug2.wrong \
|
||||
wordpair.aff \
|
||||
wordpair.dic \
|
||||
wordpair.wrong \
|
||||
sugutf.aff \
|
||||
sugutf.dic \
|
||||
sugutf.sug \
|
||||
sugutf.wrong \
|
||||
phone.aff \
|
||||
phone.dic \
|
||||
phone.sug \
|
||||
phone.wrong \
|
||||
ph.aff \
|
||||
ph.dic \
|
||||
ph.sug \
|
||||
ph.wrong \
|
||||
ph2.aff \
|
||||
ph2.dic \
|
||||
ph2.sug \
|
||||
ph2.wrong \
|
||||
alias.aff \
|
||||
alias.dic \
|
||||
alias.good \
|
||||
alias2.aff \
|
||||
alias2.dic \
|
||||
alias2.good \
|
||||
alias2.morph \
|
||||
alias3.aff \
|
||||
alias3.dic \
|
||||
alias3.good \
|
||||
alias3.morph \
|
||||
break.aff \
|
||||
break.dic \
|
||||
break.good \
|
||||
break.wrong \
|
||||
breakdefault.aff \
|
||||
breakdefault.dic \
|
||||
breakdefault.good \
|
||||
breakdefault.sug \
|
||||
breakdefault.wrong \
|
||||
circumfix.aff \
|
||||
circumfix.dic \
|
||||
circumfix.good \
|
||||
circumfix.morph \
|
||||
circumfix.wrong \
|
||||
fogemorpheme.aff \
|
||||
fogemorpheme.dic \
|
||||
fogemorpheme.good \
|
||||
fogemorpheme.wrong \
|
||||
onlyincompound.aff \
|
||||
onlyincompound.dic \
|
||||
onlyincompound.good \
|
||||
onlyincompound.sug \
|
||||
onlyincompound.wrong \
|
||||
forbiddenword.aff \
|
||||
forbiddenword.dic \
|
||||
forbiddenword.good \
|
||||
forbiddenword.wrong \
|
||||
nosuggest.aff \
|
||||
nosuggest.dic \
|
||||
nosuggest.good \
|
||||
nosuggest.sug \
|
||||
nosuggest.wrong \
|
||||
germancompounding.aff \
|
||||
germancompounding.dic \
|
||||
germancompounding.good \
|
||||
germancompounding.wrong \
|
||||
germancompoundingold.aff \
|
||||
germancompoundingold.dic \
|
||||
germancompoundingold.good \
|
||||
germancompoundingold.wrong \
|
||||
needaffix2.aff \
|
||||
needaffix2.dic \
|
||||
needaffix2.good \
|
||||
needaffix2.morph \
|
||||
needaffix3.aff \
|
||||
needaffix3.dic \
|
||||
needaffix3.good \
|
||||
needaffix3.wrong \
|
||||
needaffix4.aff \
|
||||
needaffix4.dic \
|
||||
needaffix4.good \
|
||||
needaffix5.aff \
|
||||
needaffix5.dic \
|
||||
needaffix5.good \
|
||||
needaffix5.wrong \
|
||||
needaffix.aff \
|
||||
needaffix.dic \
|
||||
needaffix.good \
|
||||
needaffix.wrong \
|
||||
zeroaffix.aff \
|
||||
zeroaffix.dic \
|
||||
zeroaffix.good \
|
||||
zeroaffix.morph \
|
||||
utf8.aff \
|
||||
utf8.dic \
|
||||
utf8.good \
|
||||
utf8_bom.aff \
|
||||
utf8_bom.dic \
|
||||
utf8_bom.good \
|
||||
utf8_bom2.aff \
|
||||
utf8_bom2.dic \
|
||||
utf8_bom2.good \
|
||||
utf8_nonbmp.aff \
|
||||
utf8_nonbmp.dic \
|
||||
utf8_nonbmp.good \
|
||||
utf8_nonbmp.sug \
|
||||
utf8_nonbmp.wrong \
|
||||
utfcompound.aff \
|
||||
utfcompound.dic \
|
||||
utfcompound.good \
|
||||
utfcompound.wrong \
|
||||
compoundflag.aff \
|
||||
compoundflag.dic \
|
||||
compoundflag.good \
|
||||
compoundflag.wrong \
|
||||
compoundrule.aff \
|
||||
compoundrule.dic \
|
||||
compoundrule.good \
|
||||
compoundrule.wrong \
|
||||
compoundrule2.aff \
|
||||
compoundrule2.dic \
|
||||
compoundrule2.good \
|
||||
compoundrule2.wrong \
|
||||
compoundrule3.aff \
|
||||
compoundrule3.dic \
|
||||
compoundrule3.good \
|
||||
compoundrule3.wrong \
|
||||
compoundrule4.aff \
|
||||
compoundrule4.dic \
|
||||
compoundrule4.good \
|
||||
compoundrule4.wrong \
|
||||
compoundrule5.aff \
|
||||
compoundrule5.dic \
|
||||
compoundrule5.good \
|
||||
compoundrule5.morph \
|
||||
compoundrule5.wrong \
|
||||
compoundrule6.aff \
|
||||
compoundrule6.dic \
|
||||
compoundrule6.good \
|
||||
compoundrule6.wrong \
|
||||
compoundrule7.aff \
|
||||
compoundrule7.dic \
|
||||
compoundrule7.good \
|
||||
compoundrule7.wrong \
|
||||
compoundrule8.aff \
|
||||
compoundrule8.dic \
|
||||
compoundrule8.good \
|
||||
compoundrule8.wrong \
|
||||
compoundaffix.aff \
|
||||
compoundaffix.dic \
|
||||
compoundaffix.good \
|
||||
compoundaffix.wrong \
|
||||
compoundaffix2.aff \
|
||||
compoundaffix2.dic \
|
||||
compoundaffix2.good \
|
||||
compoundaffix3.aff \
|
||||
compoundaffix3.dic \
|
||||
compoundaffix3.good \
|
||||
compoundaffix3.wrong \
|
||||
compoundforbid.aff \
|
||||
compoundforbid.dic \
|
||||
compoundforbid.good \
|
||||
compoundforbid.wrong \
|
||||
checkcompounddup.aff \
|
||||
checkcompounddup.dic \
|
||||
checkcompounddup.good \
|
||||
checkcompounddup.wrong \
|
||||
checkcompoundcase.aff \
|
||||
checkcompoundcase.dic \
|
||||
checkcompoundcase.good \
|
||||
checkcompoundcase.wrong \
|
||||
checkcompoundcase2.aff \
|
||||
checkcompoundcase2.dic \
|
||||
checkcompoundcase2.good \
|
||||
checkcompoundcase2.wrong \
|
||||
checkcompoundcaseutf.aff \
|
||||
checkcompoundcaseutf.dic \
|
||||
checkcompoundcaseutf.good \
|
||||
checkcompoundcaseutf.wrong \
|
||||
checkcompoundrep.aff \
|
||||
checkcompoundrep.dic \
|
||||
checkcompoundrep.good \
|
||||
checkcompoundrep.wrong \
|
||||
checkcompoundrep2.aff \
|
||||
checkcompoundrep2.dic \
|
||||
checkcompoundrep2.good \
|
||||
checkcompoundtriple.aff \
|
||||
checkcompoundtriple.dic \
|
||||
checkcompoundtriple.good \
|
||||
checkcompoundtriple.wrong \
|
||||
simplifiedtriple.aff \
|
||||
simplifiedtriple.dic \
|
||||
simplifiedtriple.good \
|
||||
simplifiedtriple.wrong \
|
||||
checkcompoundpattern.aff \
|
||||
checkcompoundpattern.dic \
|
||||
checkcompoundpattern.good \
|
||||
checkcompoundpattern.wrong \
|
||||
checkcompoundpattern2.aff \
|
||||
checkcompoundpattern2.dic \
|
||||
checkcompoundpattern2.good \
|
||||
checkcompoundpattern2.wrong \
|
||||
checkcompoundpattern3.aff \
|
||||
checkcompoundpattern3.dic \
|
||||
checkcompoundpattern3.good \
|
||||
checkcompoundpattern3.wrong \
|
||||
checkcompoundpattern4.aff \
|
||||
checkcompoundpattern4.dic \
|
||||
checkcompoundpattern4.good \
|
||||
checkcompoundpattern4.wrong \
|
||||
checksharps.aff \
|
||||
checksharps.dic \
|
||||
checksharps.good \
|
||||
checksharps.sug \
|
||||
checksharps.wrong \
|
||||
checksharpsutf.aff \
|
||||
checksharpsutf.dic \
|
||||
checksharpsutf.good \
|
||||
checksharpsutf.sug \
|
||||
checksharpsutf.wrong \
|
||||
conditionalprefix.aff \
|
||||
conditionalprefix.dic \
|
||||
conditionalprefix.good \
|
||||
conditionalprefix.morph \
|
||||
conditionalprefix.wrong \
|
||||
flaglong.aff \
|
||||
flaglong.dic \
|
||||
flaglong.good \
|
||||
flagnum.aff \
|
||||
flagnum.dic \
|
||||
flagnum.good \
|
||||
flag.aff \
|
||||
flag.dic \
|
||||
flag.good \
|
||||
flagutf8.aff \
|
||||
flagutf8.dic \
|
||||
flagutf8.good \
|
||||
complexprefixes.aff \
|
||||
complexprefixes.dic \
|
||||
complexprefixes.good \
|
||||
complexprefixes.wrong \
|
||||
complexprefixes2.aff \
|
||||
complexprefixes2.dic \
|
||||
complexprefixes2.good \
|
||||
complexprefixesutf.aff \
|
||||
complexprefixesutf.dic \
|
||||
complexprefixesutf.good \
|
||||
complexprefixesutf.wrong \
|
||||
i35725.aff \
|
||||
i35725.dic \
|
||||
i35725.good \
|
||||
i35725.sug \
|
||||
i35725.wrong \
|
||||
i53643.aff \
|
||||
i53643.dic \
|
||||
i53643.good \
|
||||
i53643.wrong \
|
||||
i54633.aff \
|
||||
i54633.dic \
|
||||
i54633.good \
|
||||
i54633.sug \
|
||||
i54633.wrong \
|
||||
i54980.aff \
|
||||
i54980.dic \
|
||||
i54980.good \
|
||||
i58202.aff \
|
||||
i58202.dic \
|
||||
i58202.good \
|
||||
i58202.sug \
|
||||
i58202.wrong \
|
||||
maputf.aff \
|
||||
maputf.dic \
|
||||
maputf.sug \
|
||||
maputf.wrong \
|
||||
reputf.aff \
|
||||
reputf.dic \
|
||||
reputf.sug \
|
||||
reputf.wrong \
|
||||
slash.aff \
|
||||
slash.dic \
|
||||
slash.good \
|
||||
ignore.aff \
|
||||
ignore.dic \
|
||||
ignore.good \
|
||||
ignoreutf.aff \
|
||||
ignoreutf.dic \
|
||||
ignoreutf.good \
|
||||
right_to_left_mark.aff \
|
||||
right_to_left_mark.dic \
|
||||
right_to_left_mark.good \
|
||||
1592880.aff \
|
||||
1592880.dic \
|
||||
1592880.good \
|
||||
1695964.aff \
|
||||
1695964.dic \
|
||||
1695964.sug \
|
||||
1695964.wrong \
|
||||
1463589.aff \
|
||||
1463589.dic \
|
||||
1463589.sug \
|
||||
1463589.wrong \
|
||||
1463589_utf.aff \
|
||||
1463589_utf.dic \
|
||||
1463589_utf.sug \
|
||||
1463589_utf.wrong \
|
||||
IJ.aff \
|
||||
IJ.dic \
|
||||
IJ.good \
|
||||
IJ.sug \
|
||||
IJ.wrong \
|
||||
i68568.aff \
|
||||
i68568.dic \
|
||||
i68568.wrong \
|
||||
i68568utf.aff \
|
||||
i68568utf.dic \
|
||||
i68568utf.wrong \
|
||||
1706659.aff \
|
||||
1706659.dic \
|
||||
1706659.wrong \
|
||||
1748408-1.aff \
|
||||
1748408-1.dic \
|
||||
1748408-1.good \
|
||||
1748408-2.aff \
|
||||
1748408-2.dic \
|
||||
1748408-2.good \
|
||||
1748408-3.aff \
|
||||
1748408-3.dic \
|
||||
1748408-3.good \
|
||||
1748408-4.aff \
|
||||
1748408-4.dic \
|
||||
1748408-4.good \
|
||||
digits_in_words.aff \
|
||||
digits_in_words.dic \
|
||||
digits_in_words.wrong \
|
||||
colons_in_words.aff \
|
||||
colons_in_words.dic \
|
||||
ngram_utf_fix.aff \
|
||||
ngram_utf_fix.dic \
|
||||
ngram_utf_fix.good \
|
||||
ngram_utf_fix.sug \
|
||||
ngram_utf_fix.wrong \
|
||||
morph.aff \
|
||||
morph.dic \
|
||||
morph.good \
|
||||
morph.morph \
|
||||
1975530.aff \
|
||||
1975530.dic \
|
||||
1975530.good \
|
||||
1975530.wrong \
|
||||
fullstrip.aff \
|
||||
fullstrip.dic \
|
||||
fullstrip.good \
|
||||
iconv.aff \
|
||||
iconv.dic \
|
||||
iconv.good \
|
||||
iconv2.aff \
|
||||
iconv2.dic \
|
||||
iconv2.good \
|
||||
oconv.aff \
|
||||
oconv.dic \
|
||||
oconv.good \
|
||||
oconv.sug \
|
||||
oconv.wrong \
|
||||
oconv2.aff \
|
||||
oconv2.dic \
|
||||
oconv2.good \
|
||||
oconv2.morph \
|
||||
oconv2.root \
|
||||
oconv2.test \
|
||||
encoding.aff \
|
||||
encoding.dic \
|
||||
encoding.good \
|
||||
opentaal_forbiddenword1.aff \
|
||||
opentaal_forbiddenword1.dic \
|
||||
opentaal_forbiddenword1.good \
|
||||
opentaal_forbiddenword1.sug \
|
||||
opentaal_forbiddenword1.wrong \
|
||||
opentaal_forbiddenword2.aff \
|
||||
opentaal_forbiddenword2.dic \
|
||||
opentaal_forbiddenword2.good \
|
||||
opentaal_forbiddenword2.sug \
|
||||
opentaal_forbiddenword2.wrong \
|
||||
opentaal_forbiddenword2.aff \
|
||||
opentaal_forbiddenword2.dic \
|
||||
opentaal_forbiddenword2.good \
|
||||
opentaal_forbiddenword2.sug \
|
||||
opentaal_forbiddenword2.wrong \
|
||||
opentaal_keepcase.aff \
|
||||
opentaal_keepcase.dic \
|
||||
opentaal_keepcase.good \
|
||||
opentaal_keepcase.sug \
|
||||
opentaal_keepcase.wrong \
|
||||
arabic.aff \
|
||||
arabic.dic \
|
||||
arabic.wrong \
|
||||
2970240.aff \
|
||||
2970240.dic \
|
||||
2970240.good \
|
||||
2970240.wrong \
|
||||
2970242.aff \
|
||||
2970242.dic \
|
||||
2970242.good \
|
||||
2970242.wrong \
|
||||
breakoff.aff \
|
||||
breakoff.dic \
|
||||
breakoff.good \
|
||||
breakoff.wrong \
|
||||
opentaal_cpdpat.aff \
|
||||
opentaal_cpdpat.dic \
|
||||
opentaal_cpdpat.good \
|
||||
opentaal_cpdpat.wrong \
|
||||
opentaal_cpdpat2.aff \
|
||||
opentaal_cpdpat2.dic \
|
||||
opentaal_cpdpat2.good \
|
||||
opentaal_cpdpat2.wrong \
|
||||
2999225.aff \
|
||||
2999225.dic \
|
||||
2999225.good \
|
||||
korean.aff \
|
||||
korean.dic \
|
||||
korean.good \
|
||||
korean.wrong \
|
||||
onlyincompound2.aff \
|
||||
onlyincompound2.dic \
|
||||
onlyincompound2.good \
|
||||
onlyincompound2.wrong \
|
||||
forceucase.aff \
|
||||
forceucase.dic \
|
||||
forceucase.good \
|
||||
forceucase.sug \
|
||||
forceucase.wrong \
|
||||
nepali.aff \
|
||||
nepali.dic \
|
||||
nepali.good \
|
||||
hu.aff \
|
||||
hu.dic \
|
||||
hu.good \
|
||||
warn.aff \
|
||||
warn.dic \
|
||||
warn.good \
|
||||
timelimit.aff \
|
||||
timelimit.dic \
|
||||
timelimit.good \
|
||||
timelimit.wrong \
|
||||
ignoresug.aff \
|
||||
ignoresug.dic \
|
||||
ignoresug.good \
|
||||
ignoresug.morph \
|
||||
limit-multiple-compounding.aff \
|
||||
limit-multiple-compounding.dic \
|
||||
limit-multiple-compounding.good \
|
||||
limit-multiple-compounding.wrong \
|
||||
\
|
||||
utf8_nonbmp.test
|
||||
Reference in New Issue
Block a user