[Snowball-discuss] Testing Turkish Stemmer
ayhan peker
ayhan at aramanet.com
Sat Jan 20 00:51:27 GMT 2007
Hi Evren,
Thanks for the info.
I will perform some tests as soon as I find time and post the results here.
Best Regards
Ayhan
Evren Kapusuz wrote:
> Ayhan wrote:
> >Hi there,
> >I just wanted to test the stemmer.
> >Am I right to think that there is not a "public String stem(String
> >word){" method?
> >Is it just a snowball -java generation mistake?
> >Best Regards
>
> >Ayhan Peker
>
> Hi Ayhan,
> There is a public boolean stem() method.
> You can use it as (by calling other helper methods from the parent class):
> stemmer.setCurrent(word);
> stemmer.stem();
> String stemOfTheWord = stemmer.getCurrent();
>
> You can test it this way,
> I am looking forward to your comments,
> Evren
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Snowball-discuss mailing list
> Snowball-discuss at lists.tartarus.org
> http://lists.tartarus.org/mailman/listinfo/snowball-discuss
>
More information about the Snowball-discuss
mailing list