I'm looking for general ideas or examples:
I'm just starting to look at Snowball, and how to implement the stemmers
in Swish-e, a full text indexer and search engine. We currently use
Porter's stemmer (not the Snowball version) hard-coded into Swish.
Swish-e is written in C.
I'm looking for ideas how to add stemmers into Swish-e at run-time, or to
make it easy for users to include stemmers at build time.
Best would be without the need to modify and recompile swish. I suppose
one method would be to use dlopen, although that might limit swish-e's
portability.
Another idea would be to enable stemmers via a ./configure script option.
Is anyone doing something similar? Any suggestions?
Thanks,
-- Bill Moseley moseley@hank.org
This archive was generated by hypermail 2.1.3 : Thu Sep 20 2007 - 12:02:43 BST