Open GoogleCodeExporter opened 9 years ago
I would change the DictionaryBuilder in how data is parsed.
If you save the phrases along with a 'stemmed version' of this phrase,
dictionary lookup can become much easier.
With 'stemmed version', I mean not only putting every character in lowercase,
but also bringing verbs to its stem, etc. http://snowball.tartarus.org/ shows
some features how text in a given language can be reduced.
So whenever the user starts a query, the query phrase will also get stemmed (to
lowercase, brought to its stem, ...)
Original comment by niki@users.berlios.de
on 11 Jul 2013 at 8:29
Original issue reported on code.google.com by
thad.hug...@gmail.com
on 6 Jul 2013 at 8:37