Re: [HACKERS] Tsearch2 and Snowball

2006-10-04 Thread Oleg Bartunov
Simon, We have almost everything you listed in our TODO http://www.sai.msu.su/~megera/wiki/todo btw, there is gendict subdirectory, which help people to generate dictionaries (including snowball stemmers) for tsearch2. Oleg On Tue, 3 Oct 2006, Simon Riggs wrote: I'm looking at some of the

[HACKERS] Tsearch2 and Snowball

2006-10-03 Thread Simon Riggs
I'm looking at some of the code in contrib/tsearch2/snowball and see that the code there is *generated* code. The Snowball stemmer produces this C code in much the same way bison reads gram.y My understanding is that the Snowball code moves forwards regularly and there are many other stemmers we