summaryrefslogtreecommitdiff
path: root/tests/digits_in_words.aff
blob: 18a42f6fd9a60f0254795132a602abf0711208f6 (plain)
1
2
3
4
5
6
7
8
9
# 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-