Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef PORTERSTEMMER_H
8 #define PORTERSTEMMER_H
41 bool stem(CharArray word);
46 bool stem(
wchar_t*
b, int32_t
k);
79 bool ends(
const wchar_t* s);
82 void setto(
const wchar_t* s);
84 void r(
const wchar_t* s);
clucene.sourceforge.net