GitHub user JONAF2103 opened a pull request:
https://github.com/apache/lucene-solr/pull/241
SpanishLightStemmer fix for plural words like casas
This is for check the final len before return the result, singular words in
spanish has a minimum len of 4 so if the final len is lower the final word is
not a valid word, this fix the stemmer for stem words like "casas".
The plural of casa is casas, before this, casas was stemmed like cas, now
is casa. The same thing happens for other words like casos, pasos, etc.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JONAF2103/lucene-solr master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucene-solr/pull/241.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #241
----
commit 7e0e52a26f074f0185ab858525d39c25ed9e8266
Author: Jonathan <[email protected]>
Date: 2017-09-01T13:33:24Z
SpanishLightStemmer fix for plural words like casas
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]