Uploaded image for project: 'Lucene.Net'
  1. Lucene.Net
  2. LUCENENET-547

Replace Spanish suffixes by Portuguese suffixes in the Portuguese snowball stemmer

    XMLWordPrintableJSON

Details

    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

      [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

      Attachments

        Activity

          People

            Unassigned Unassigned
            he7d3r Helder
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: