Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Abandoned
-
None
-
None
Description
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