Word Stemming For Searches
Please add word stemming to the search routines so when
a person types in "programs", results containing
"programming" and "program" will be returned.
a person types in "programs", results containing
"programming" and "program" will be returned.
Right now, you probably only search the text files when
doing a search. Suggestion: when saving, you could run
the .wik file through a word-stemming program, and save
its output to a .idx (or whatever suffix you want)
file. Then you could only search through the .idx
files and get the names of the pages for the result set.
doing a search. Suggestion: when saving, you could run
the .wik file through a word-stemming program, and save
its output to a .idx (or whatever suffix you want)
file. Then you could only search through the .idx
files and get the names of the pages for the result set.
(rkgozar at sourceforge)