On Wed, 28 Oct 2009, Marvin Humphrey wrote:

On Wed, Oct 28, 2009 at 12:20:55PM -0700, Andi Vajda wrote:

There may be an API in the Snowball library to do this enumeration.

There's this, from libstemmer.h:

   /** Returns an array of the names of the available stemming algorithms.
    *  Note that these are the canonical names - aliases (ie, other names for
    *  the same algorithm) will not be included in the list.
    *  The list is terminated with a null pointer.
    *
    *  The list must not be modified in any way.
    */
   const char ** sb_stemmer_list(void);

Sorry, I should have said "in the java library".

Andi..

Reply via email to