On Fri, Jun 15, 2012 at 5:51 AM, Philip Bennefall <phi...@blastbay.com>wrote:

> Hi all,
>
> Is the algorithm used in the stemming tokenizer in SqLite's fts extension
> equivalent to the C implementation found at
> http://tartarus.org/~martin/PorterStemmer/
>

The built-in Porter stemmer is a copy/paste from the above link.



>
> ?
>
> I am asking this because some sources say that there are improved versions
> of this algorithm released much later than 2000/2001. Does SqLite's
> implementation differ in any significant ways from the C implementation
> found at the above URL?
>
> Kind regards,
>
> Philip Bennefall
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to