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