Wang Han created LUCENE-4433:
--------------------------------

             Summary:  kuromoji  ToStringUtil.getRomanization
                 Key: LUCENE-4433
                 URL: https://issues.apache.org/jira/browse/LUCENE-4433
             Project: Lucene - Core
          Issue Type: Bug
            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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to