Displaying 1 result from an estimated 1 matches for "termegenerator_internal".
2010 May 27
1
Problem with stop words by indexing
...ht to be more configurable, as should some other things in
> TermGenerator. I'm thinking we should look at how to improve TermGenerator
> in 1.3.x.
1.3.x release is a little bit far away for my use case (I speak here only about the capacity of removing unstemmed stop words).
I have (in termegenerator_internal.cc, line 129) changed the default value of stop_mode from STOPWORDS_INDEX_UNSTEMMED_ONLY to STOPWORDS_IGNORE and xapian does now exactly what I want.
Wouldn't be possible to simply add a property "stopper_strategy" to the termgenerator (or to the stopper) class and a method to modify...