April 19, 2011 11:15:49 AM
> Subject: testing of stemming
>
> Hi,
>
> I was wondering if I have a large number of queries I want to test
> stemming on if there is a free standing library I can just run it
> against without having to do all the overhead of a http request?
>
> Thanks,
> Bryan Rasmussen
>
that looks like a good starting point,
thanks,
bryan rasmussen
2011/4/19 François Schiettecatte :
> I would start here:
>
> http://snowball.tartarus.org/
>
> François
>
> On Apr 19, 2011, at 11:15 AM, bryan rasmussen wrote:
>
>> Hi,
>>
>> I was wondering if I have a large number of queries
maybe not a library but a command line tool would be good, something
that I can write code or do automation via script to test that when I
ask for the word virksomhed in the danish language that I can then see
that it will would also return virksomhederne and other variations.
I guess I was hoping
I would start here:
http://snowball.tartarus.org/
François
On Apr 19, 2011, at 11:15 AM, bryan rasmussen wrote:
> Hi,
>
> I was wondering if I have a large number of queries I want to test
> stemming on if there is a free standing library I can just run it
> against without having to d
I'm not sure what a "free standing library" would look like. Do you
want it to check that all the terms in your index are stemmed
correctly (or at least as expected)?
You have a bunch of queries. How would such a library test them
against your corpus?
There's not enough information here to give a
Hi,
I was wondering if I have a large number of queries I want to test
stemming on if there is a free standing library I can just run it
against without having to do all the overhead of a http request?
Thanks,
Bryan Rasmussen