<div dir="ltr">Hello xapian devs,<div><br></div><div>I had shown interest in writing a krovetz stemmer for xapian and spoke to James Aylett about it. Since it was hard to code the stemmer in snowball, I came up with a C++ implementation of the stemmer.</div><div>But since it is a dictionary based stemmer, im having problems on deciding how to create the dictionary.</div><div>I did check out some of the implementations of the Krovetz stemmer online but all of them have large dictionaries and im not sure whether that would be helpful in our case since the dictionary would be better for the user if configurable.</div><div>I believe words such as exceptions, nationalities have to be treated differently and have implemented that by creating a DictEntry class with a boolean value named exception.</div><div>Any advice on how to proceed with this would be of much help :)</div></div>