#827: Error when PyStemmer is not installed and stemming is still enabled
-----------------------+----------------------------
Reporter: rchyla | Owner:
Type: defect | Status: infoneeded_new
Priority: major | Milestone:
Component: BibIndex | Version:
Resolution: | Keywords:
-----------------------+----------------------------
Changes (by skaplun):
* status: new => infoneeded_new
Comment:
When PyStemmer is not installed, Invenio will fall-back on a pythonic
implementation of the Porter stemming algorithm for English, and will
still apply stemming if required.
When stemming is enabled on an index, only the stemmed word is stored, not
the original one. Therefore I don't see anything going wrong in what you
mention above.
If you actually disable stemming (regardless of the status of the
installation of PyStemmer), then the original term will instead be stored
in the index...
Cheers!
Sam
--
Ticket URL: <http://invenio-software.org/ticket/827#comment:1>
Invenio <http://invenio-software.org>