search for: langstr

Displaying 1 result from an estimated 1 matches for "langstr".

Did you mean: landstr
2010 Apr 11
1
A Hebrew stemmer based on libhspell
...ords, not variations), I want to leverage libhspell in Xapian without going through Snowball at all. I took a quick look at xapian-core, and I see that stem.cc seems to have some accommodation for an abstraction of a stemming algorithm, but on the other hand, get_available_languages() would return LANGSTRING, which is generated in the allsnowballheaders.h file, which assumes Snowball is used for all stemmers. So I'm a little confused about this. Can anyone shed light on the status of generic stemming -- is this half-written support? It seems to me I could instantiate an ExternalHebrewStemmer...