Pier v. Plone

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
22 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Pier v. Plone

Dave Bauer
On 8/24/07, Lukas Renggli <[hidden email]> wrote:

 The stemming library is also
> interesting, but I am afraid that this only works for english
> sources? Maybe there are multilingual stemming libraries where we can
> just pipe the results from the converters?

Snowball can do stemming for multiple languages
http://snowball.tartarus.org/

The PostgreSQL full text indexer tsearch2 uses it.

Dave

>
> Lukas
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
>
>
> _______________________________________________
> SmallWiki, Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>


--
Dave Bauer
[hidden email]
http://www.solutiongrove.com

_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: Pier v. Plone

NorbertHartl

On Fri, 2007-08-24 at 11:26 -0400, Dave Bauer wrote:

> On 8/24/07, Lukas Renggli <[hidden email]> wrote:
>
>  The stemming library is also
> > interesting, but I am afraid that this only works for english
> > sources? Maybe there are multilingual stemming libraries where we can
> > just pipe the results from the converters?
>
> Snowball can do stemming for multiple languages
> http://snowball.tartarus.org/
>
> The PostgreSQL full text indexer tsearch2 uses it.
>
I can report that I'm using the german stemmer in postgresql
from squeak to read stuff from the database. It works really
good.

so far,

Norbert


_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
12