File: README.compoundwords

package info (click to toggle)
myspell 1%3A3.0%2Bpre3.1-11
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,216 kB
  • ctags: 438
  • sloc: cpp: 5,985; ansic: 1,176; sh: 1,172; makefile: 232; perl: 81
file content (21 lines) | stat: -rw-r--r-- 729 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
There is experimental support for languages that need to allow
compound words.  To enable compound word support, you need to
add the following lines to your affix (.aff) file.

COMPOUNDFLAG x

COMPOUNDMIN #

where 'x' is replaced by a specific affix character flag that have
been added to the dictionary (*.dic) file for words that can
run together to make a new word.  All subwords of the compound word
must have this affix flag for the compound word to be correct.

and where '#' is replaced by the length of the shortest subword of
a compound word.  If the "COMPOUNDMIN" line is not found COMPOUNDMIN
will default to 3


This support is still under rapid revisions and will change in the 
future.  Use only at your own risk.