Displaying 2 results from an estimated 2 matches for "get_available_languag".
Did you mean:
get_available_languages
2010 Apr 11
1
A Hebrew stemmer based on libhspell
...stems -- I mean completely different words, 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...
2008 Aug 16
1
python how do i stem words in python?
...mer.__class__ stemmer.__repr__
stemmer.__delattr__ stemmer.__setattr__
stemmer.__dict__ stemmer.__str__
stemmer.__doc__ stemmer.__swig_destroy__
stemmer.__getattribute__ stemmer.__weakref__
stemmer.__hash__ stemmer.get_available_languages
stemmer.__init__ stemmer.get_description
stemmer.__module__ stemmer.this
stemmer.__new__ stemmer.thisown
stemmer.__reduce__