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);

Cheers,

Marvin Humphrey

Reply via email to