1Things to do:
2
3 - Write documentation for how to use libstemmer (as opposed to how stemming
4   algorithms themselves work).
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.
7
8Things 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.
13