~snowball-yiddish-dev/snowball-yiddish/trunk

« back to all changes in this revision

Viewing changes to snowball/doc/todo

  • Committer: richard
  • Date: 2003-05-30 19:46:11 UTC
  • Revision ID: svn-v4:633ccae0-01f4-0310-8c99-d3591da6f01f:trunk:225
Add ability to get length of stemmed word, and list of available stemmers.
Update test accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Various parts of the api for libstemmer need fixing:
2
2
 
3
 
    * call to get list of available algorithm.
4
3
    * calls to get a version number for each algorithm.
5
4
    * possibly, ask for a given version, and get null if not available.
6
 
    * get length of stemmed result
7
5
    * sort out unicode issues (should accept utf-8 input, use 16 bit
8
6
      characters internally?)
9
7