Aurelian Oancea

Results 3 comments of Aurelian Oancea

Looks good, I think the complete list is in https://github.com/aurelian/ruby-stemmer/blob/master/libstemmer_c/libstemmer/modules.txt in case you need the encoding too.

@YavorIvanov do you have the rules as .sbl file (for snowball compiler), if so can you post them somewhere (gist maybe)?

@YavorIvanov libstemmer_c can generate the .c/.h files from a snowball file, basically a string-handling language, so you don't need to write C code. For reference, you can check [snowball manual](http://snowball.tartarus.org/compiler/snowman.html)....