Home
last modified time | relevance | path

Searched refs:isStemmable (Results 1 – 10 of 10) sorted by relevance

/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/contrib/include/
H A DGermanStemmer.h43 bool isStemmable();
H A DDutchStemmer.h72 bool isStemmable();
H A DBrazilianStemmer.h39 bool isStemmable(const String& term);
H A DFrenchStemmer.h174 bool isStemmable(const String& term);
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/contrib/analyzers/common/analysis/de/
H A DGermanStemmer.cpp26 if (!isStemmable()) { in stem()
40 bool GermanStemmer::isStemmable() { in isStemmable() function in Lucene::GermanStemmer
/dports/textproc/clucene/clucene-core-2.3.3.4/src/contribs-lib/CLucene/analysis/de/
H A DGermanStemmer.h54 bool isStemmable(const TCHAR* term, size_t length = -1) const; in CL_CLASS_DEF()
H A DGermanStemmer.cpp27 if (!isStemmable(sb.getBuffer(), sb.length())) in stem()
40 bool GermanStemmer::isStemmable(const TCHAR* term, size_t length) const { in isStemmable() function in GermanStemmer
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/contrib/analyzers/common/analysis/nl/
H A DDutchStemmer.cpp28 if (!isStemmable()) { in stem()
173 bool DutchStemmer::isStemmable() { in isStemmable() function in Lucene::DutchStemmer
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/contrib/analyzers/common/analysis/fr/
H A DFrenchStemmer.cpp25 if (!isStemmable(term)) { in stem()
465 bool FrenchStemmer::isStemmable(const String& term) { in isStemmable() function in Lucene::FrenchStemmer
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/contrib/analyzers/common/analysis/br/
H A DBrazilianStemmer.cpp25 if (!isStemmable(CT)) { in stem()
50 bool BrazilianStemmer::isStemmable(const String& term) { in isStemmable() function in Lucene::BrazilianStemmer