cp aspell-tl's wordlist and make it the canonical wordlist
[tagalog-wordlist.git] / aspell-tl / README.devel
blob8a7ba0a33f1353eb4836cdeb2d3cafae534c2572
1 Contributors
2 ----
5 Building
6 ----
8 Use the following command to create the build scripts, 'alias' and 'multi'
9 files:
11 $ perl proc create
13 Once done, you can now run the build as stated in the README.
16 Creating the word list including affixes
17 ----
19 The word list with affixes is not currently included because it's easy enough
20 to create this using aspell's munch-list command. The word list without affixes
21 is included and should be used to build the word list file. This is included
22 for historical reasons and so that I have a word list to compare against the
23 "munched" word list. To build the proper word list with affixes, use the
24 following command:
26 $ LANG=C aspell --lang=tl munch-list multi keep < tl.noaffix.wl | sort > tl.wl
28 This should create the sorted word list in a file called 'tl.wl'.
31 TODO
32 ----
34 1. Sanitize word list
35 2. Increase the number of affixes that can be applied