[
https://issues.apache.org/jira/browse/LUCENENET-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shad Storhaug closed LUCENENET-547.
-----------------------------------
Resolution: Abandoned
Moved to GitHub: https://github.com/apache/lucenenet/issues/277
> Replace Spanish suffixes by Portuguese suffixes in the Portuguese snowball
> stemmer
> ----------------------------------------------------------------------------------
>
> Key: LUCENENET-547
> URL: https://issues.apache.org/jira/browse/LUCENENET-547
> Project: Lucene.Net
> Issue Type: Bug
> Components: Lucene.Net Contrib, Lucene.Net.Analysis.Common
> Reporter: Helder
> Priority: Major
> Labels: stemmer
>
> On PortugueseStemmer.cs[1], there are a few suffixes in the PortugueseStemmer
> which I believe were copied by mistake from SpanishStemmer[2]:
> * "log\u00EDas" should be "logias" (line 137)
> * "log\u00EDa" should be "logia" (line 113)
> * "uciones" should be "uções" (line 139)
> * "uci\u00F3n" should be "ução" (line 120)
> For more details, see the original report on nltk project:
> https://github.com/nltk/nltk/issues/754
> [1]
> https://github.com/apache/lucene.net/blob/master/src/contrib/Snowball/SF/Snowball/Ext/PortugueseStemmer.cs
> [2]
> https://github.com/apache/lucene.net/blob/master/src/contrib/Snowball/SF/Snowball/Ext/SpanishStemmer.cs
--
This message was sent by Atlassian Jira
(v8.20.1#820001)