Menu

#31 LOGIC ERROR INVOLVING STEMMING

open
nobody
None
5
2001-03-20
2001-03-20
Anonymous
No

Stemming may change a word like buddy to buddi.
This means that to match the query word properly,
we need to stem all the comment words also. This
needs to work so that we can display the right comments
per file
and also to display the right bars in file view.

This is not currently done correctly. So, we need to
fix it possibly
using the om2 databases or some other way.

Right now, there is a hack that searches for buddy
(unstemmed)
and also for buddie to increase chances of a match
without
stemming the comment words.

Discussion


Log in to post a comment.