Displaying 1 result from an estimated 1 matches for "bm11".
Did you mean:
  b11
  
2005 Nov 16
1
query time stemming and term weights
I am developping a personal/desktop search tool for which I am
experimenting with doing no stemming during the indexing, but instead
having a stem database (or several for different languages), used for
expanding the query terms at search time.
 (ie: user query: flooring -> stem: floor
     -> final query for: [floored flooring floorings floors])
I have thought of a possible problem with