[
https://issues.apache.org/jira/browse/LUCENE-4433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13463711#comment-13463711
]
Robert Muir commented on LUCENE-4433:
-------------------------------------
Hmm looks like i'm wrong. LUCENE-3915 was committed in march before i fixed
this.
I don't know what I was thinking, sorry.
> kuromoji ToStringUtil.getRomanization
> ---------------------------------------
>
> Key: LUCENE-4433
> URL: https://issues.apache.org/jira/browse/LUCENE-4433
> Project: Lucene - Core
> Issue Type: Bug
> Components: modules/analysis
> Affects Versions: 3.6.1
> Reporter: Wang Han
>
> case 'メ':
> builder.append("mi");
> break;
> -----
> should be
> case 'メ':
> builder.append("me");
> break;
> you can refer http://en.wikipedia.org/wiki/Katakana
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]