gecko/extensions/spellcheck/hunspell/tests/digits_in_words.aff

10 lines
258 B
Plaintext
Raw Normal View History

2011-02-17 16:03:08 -08:00
# Digits in words, handled by COMPOUNDRULE.
# 1-jährig, 2-jährig, 100-jährig etc.
SET UTF-8
COMPOUNDMIN 1
# recognize ab, aab, aaab etc. compounds (a=digits, b=-jährig, see dic file)
COMPOUNDRULE 1
COMPOUNDRULE a*b
ONLYINCOMPOUND c
WORDCHARS 0123456789-