Stopper subclass which checks for both stemmed and unstemmed stopwords.
More...
|
enum | stem_strategy {
STEM_NONE,
STEM_SOME,
STEM_ALL,
STEM_ALL_Z,
STEM_SOME_FULL_POS
} |
| Stemming strategies.
|
|
Stopper subclass which checks for both stemmed and unstemmed stopwords.
◆ StemStopper()
Constructor.
- Parameters
-
stemmer | The Xapian::Stem object to set. |
strategy | The stemming strategy to be used. |
◆ operator()()
bool Xapian::StemStopper::operator() |
( |
const std::string & |
term | ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file: