Re: Porter Stemmer

2012-09-09 Thread Richmond
On 09/09/2012 08:17 PM, Richard Gaskin wrote: Peter Haworth wrote: Hi Richard, It;s not a Livecode soltuion but sqlite uses a Porter tokenizer for its Full Text Search tables. I imagine the source code (most likely C) will be on the sqlite web site somewhere. Alterntively, I found it at htt

Re: Porter Stemmer

2012-09-09 Thread Richard Gaskin
Peter Haworth wrote: Hi Richard, It;s not a Livecode soltuion but sqlite uses a Porter tokenizer for its Full Text Search tables. I imagine the source code (most likely C) will be on the sqlite web site somewhere. Alterntively, I found it at http://tartarus.org/~martin/PorterStemmer/ Then all

Re: Porter Stemmer

2012-09-09 Thread Peter Haworth
Hi Richard, It;s not a Livecode soltuion but sqlite uses a Porter tokenizer for its Full Text Search tables. I imagine the source code (most likely C) will be on the sqlite web site somewhere. Alterntively, I found it at http://tartarus.org/~martin/PorterStemmer/ Then all you have to do is turn

Re: Porter Stemmer

2012-09-09 Thread Ian McKnight
Glad to be of help. On 9 September 2012 16:21, Richard Gaskin wrote: > Ian McKnight wrote: > >> I have a copy of Eric Chatonet's Stemmer. Since the list doesn't accept >> attachments I have sent it to ambassador at fourthworld dot com >> > > Thank you for sending that, Ian. > > Unfortunately the

Re: Porter Stemmer

2012-09-09 Thread Richard Gaskin
Ian McKnight wrote: I have a copy of Eric Chatonet's Stemmer. Since the list doesn't accept attachments I have sent it to ambassador at fourthworld dot com Thank you for sending that, Ian. Unfortunately the stack is locked, so I won't be able to use it in production work. I'll write the car

Re: Porter Stemmer

2012-09-09 Thread Ian McKnight
Hi Richard I have a copy of Eric Chatonet's Stemmer. Since the list doesn't accept attachments I have sent it to ambassador at fourthworld dot com On 9 September 2012 04:41, Richard Gaskin wrote: > In 2006 Eric Chatonet posted a Porter stemmer to RevOnline: > <http:

Porter Stemmer

2012-09-08 Thread Richard Gaskin
In 2006 Eric Chatonet posted a Porter stemmer to RevOnline: <http://article.gmane.org/gmane.comp.ide.revolution.user/90022/match=porter+stemmer> Alas, like so many gems of yesteryear, this one is no longer in the current RevOnline archives, and of course Eric is sadly no longer with us