Re: stemmer algorithm exclusions
Martin Porter <[email protected]>
| Newsgroups | gmane.comp.search.snowball |
|---|---|
| Message-ID | <CALc6duyKxAXh7+7joheS2Q9wAY1h0s5yx+XoMh3zsdtGr9oN_A@mail.gmail.com> |
On Thu, Jul 19, 2012 at 9:04 PM, Ilya Obshadko <[email protected]> wrote: > Hello, > > I need to modify Russian grammar for Snowball so that I could handle certain > words that shouldn't be stemmed. . . . . . > Ilya, Have a look at the section on 'exceptional forms' in http://snowball.tartarus.org/algorithms/english/stemmer.html You will need to put in place in the Russian stemmer something equivalent to the extra 'among' statements in the Porter2 stemmer. I think the notes there, and a look at the differences between the Porter and Porter2 stemmers, can act as a guide to how you might do this, Martin