You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2008/03/08 09:09:46 UTC

[jira] Commented: (CODEC-57) Metaphone.metaphone(String) returns an empty string when passed the word "why".

    [ https://issues.apache.org/jira/browse/CODEC-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576512#action_12576512 ] 

Henri Yandell commented on CODEC-57:
------------------------------------

I think that unless we hear otherwise, we should not change the CC/GG bit. People's data needs to be likely to work, regardless of the better algorithm etc.

With this specific bug though, having an empty string feels bad. Both the Ruby and Python implementations do WH->W. I don't feel a huge urge to make it WH->H just to match PHP. I'm more tempted to do the WY->Y. 

Any thoughts?

> Metaphone.metaphone(String) returns an empty string when passed the word "why".
> -------------------------------------------------------------------------------
>
>                 Key: CODEC-57
>                 URL: https://issues.apache.org/jira/browse/CODEC-57
>             Project: Commons Codec
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: Commons-codec built from source using jdk 1.4.2.
> OS: Windows XP
> Java Build: 1.4.2
>            Reporter: Adam Wilmore
>             Fix For: 1.4
>
>
> An empty string is returned from the Metaphone.metaphone(String) method when passed the value "why". Variations on the value, such as "wwwhy" and "wwhhhy" also return empty strings.
> This appears to be an issue since other implementations of the metaphone algorithm, namely the PHP version, returns "H" when passed the value "why".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.