You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erick Erickson (JIRA)" <ji...@apache.org> on 2015/06/19 17:44:00 UTC

[jira] [Commented] (LUCENE-6586) There is a typo in GermanStemmer that can lead to wrong stemming

    [ https://issues.apache.org/jira/browse/LUCENE-6586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14593537#comment-14593537 ] 

Erick Erickson commented on LUCENE-6586:
----------------------------------------

Thanks for reporting this! Yeah, Git is there for convenience, JIRAs are how we
track code changes, the "usual" method of drawing attention to a code problem
is to attach a patch to a JIRA.

I noticed that the "How To Contribute" page really doesn't mention this, I'll see
if I can update it.

Thanks for both noticing the original problem and your persistence bringing it
to our attention!



> There is a typo in GermanStemmer that can lead to wrong stemming
> ----------------------------------------------------------------
>
>                 Key: LUCENE-6586
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6586
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: modules/analysis
>    Affects Versions: 5.2.1
>            Reporter: Christoph Kaser
>            Priority: Minor
>
> There is a small typo in GermanStemmer that leads to a wrong calclulation of the substCount in line 203:
> {code}substCount =+ 2;{code}
> should be
> {code}substCount += 2;{code}
> I created a Pull Request for this some time ago, but it was apprently overlooked:
> https://github.com/apache/lucene-solr/pull/141



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org