On Sat, 2001-12-15 at 20:40, Andreas Jung wrote:
 > I will release the bindings soon on Sourceforge. If anyone is interested
 Excellent!  I've just done a bit of work on making a simple and
 struct sb_stemmer *
 void
 const char *
 (This code is in the libstemmer directory in the CVS - the Makefile
 I'd like to collaborate, to ensure that the bindings for all languages
 I'd also like to try and keep all snowball related material easy to find
 _______________________________________________
Snowball-discuss mailing list
Snowball-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/snowball-discuss
 
> Hi everyone,
> 
> I found Snowball so cool that I have written Python bindings for Snowball
> - with support for all nine Snowball stemmers !
I count twelve stemmers now...
> in a pre-release, let me know.
consistent interface for C: consisting of three functions:
sb_stemmer_create(const char * language);
sb_stemmer_release(struct sb_stemmer * stemmer);
sb_stemmer_stem(struct sb_stemmer * stemmer,
                const char * word, int size);
needs tweaking so that it compiles the code as a library, but other than
that the work is done.)
are as consistent as possible.  Definitely interested in a pre-release.
- so ideally I'd like to see the bindings being added to the website. 
I'd be very happy to help set this up.
-- 
Richard
This archive was generated by hypermail 2.1.3 : Thu Sep 20 2007 - 12:02:40 BST