sguill opened a new pull request #36: CODEC-281: encode kc as K
URL: https://github.com/apache/commons-codec/pull/36
 
 
   **Double metaphone should handle 'K' for 'kc' entries instead of 'KK'**
   
   One example is Kir***kc***aldy: which is presently encoded as "KR***KK***".
   
   When omitting 'k' or 'c' letters (for example, Kircaldy or Kirkaldy) it is 
encoded as "KRKL".
   
   The correction consists to verify when letter 'c' follows 'k', if 'c' is 
encoded as 'K', it is ignored as for a succession of 'kk' letters. With this 
correction, Kirkcaldy would be encoded as "KRKL" which is more discriminant and 
compliant with the phonetic.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to