Shalujha0907 opened a new pull request, #423:
URL: https://github.com/apache/commons-codec/pull/423

   Incorrect transformation of the CH digraph in the Metaphone algorithm
   
   This PR fixes the above issue.
   
   Previously, we checked whether the character following CH was a vowel; if 
so, we appended the character "K". I have removed that check so that when "CH" 
is encountered, the algorithm simply appends "X".


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to