285
by richard
Update TODO list. |
1 |
Things to do: |
258
by richard
Move TODO into doc/ and merge with old todo list that was there. |
2 |
|
3 |
- Write documentation for how to use libstemmer (as opposed to how stemming |
|
4 |
algorithms themselves work). |
|
328
by richard
Update the libstemmer library so that it allows the character set |
5 |
Currently, the documentation in the include/libstemmer.h header file is |
6 |
pretty clear and comprehensive, but an overview document wouldn't go amiss. |
|
258
by richard
Move TODO into doc/ and merge with old todo list that was there. |
7 |
|
8 |
Things that would be nice to include at some point.
|
|
9 |
||
10 |
- Add version numbers to each stemming algorithm, and allow the interface to
|
|
11 |
request a specific version of the stemming algorithms. Default to providing
|
|
12 |
the latest version of the algorithm.
|
|
337
by richard
Move the definition of which algorithms to use into a separate |
13 |
- Make mkmodules.pl generate the build system, instead of being called from it.
|
14 |
This would allow it to generate the list of modules to be built, so that it's |
|
422
by richard
Fix typos, and expand note on Olly's contribution. |
15 |
not necessary to change things in more than one place to add a new algorithm. |