[ https://issues.apache.org/jira/browse/LUCENENET-542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14018879#comment-14018879
]
Itamar Syn-Hershko commented on LUCENENET-542:
----------------------------------------------
yeah so just find the word or words that weren't stemmed properly and create a unit test around
SnowballProgram.cs using them
> Snowball Analyser - stemming issue
> ----------------------------------
>
> Key: LUCENENET-542
> URL: https://issues.apache.org/jira/browse/LUCENENET-542
> Project: Lucene.Net
> Issue Type: Bug
> Components: Lucene.Net Contrib
> Affects Versions: Lucene.Net 3.0.3
> Environment: Windows 7 / Windows server 2008 Microsoft.NET 4.0
> Reporter: Peter Wright
> Labels: easyfix
>
> Source file: SF\Snowball\SnowballProgram.cs
> Type: SF.Snowball.SnowballProgram
> methods: find_among(Among[] v, int v_size), find_among_b(Among[] v, int v_size)
> lines: 303, 394
> issue: resobj.ToString().Equals("true");
> in .NET the "ToString()" method on a boolean type returns "True" or "False", therefore
comparing "True" to "true" will return false.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
|