You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/02/18 14:25:00 UTC

[jira] [Work logged] (CODEC-281) Double metaphone should handle 'K' for 'kc' entries instead of 'KK'

     [ https://issues.apache.org/jira/browse/CODEC-281?focusedWorklogId=388833&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-388833 ]

ASF GitHub Bot logged work on CODEC-281:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Feb/20 14:24
            Start Date: 18/Feb/20 14:24
    Worklog Time Spent: 10m 
      Work Description: sguill commented on 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:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 388833)
    Remaining Estimate: 0h
            Time Spent: 10m

> Double metaphone should handle 'K' for 'kc' entries instead of 'KK'
> -------------------------------------------------------------------
>
>                 Key: CODEC-281
>                 URL: https://issues.apache.org/jira/browse/CODEC-281
>             Project: Commons Codec
>          Issue Type: Bug
>    Affects Versions: 1.14
>            Reporter: Guillas Stéphanie
>            Priority: Minor
>              Labels: newbie, pull-request-available
>             Fix For: 1.15
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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 message was sent by Atlassian Jira
(v8.3.4#803005)