[ 
https://issues.apache.org/jira/browse/CODEC-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henri Yandell closed CODEC-106.
-------------------------------

    Fix Version/s: 1.5
       Resolution: Fixed

Great stuff :)

I got compile errors from the literal German specific characters in 
PRE_REPLACEMENTS; and subsequently test errors from the literal German 
characters in the test file, so I converted both over to Unicode.

svn ci -m "Adding Falk Meyer's Cologne Phonetic implementation, a Soundex like 
algorithm for German words - CODEC-106"
Adding         src/java/org/apache/commons/codec/language/ColognePhonetic.java
Adding         
src/test/org/apache/commons/codec/language/ColognePhoneticTest.java
Transmitting file data ..
Committed revision 997977.


> Added the "Koelner Phonetik" (cologne phonetic) to codec.lang
> -------------------------------------------------------------
>
>                 Key: CODEC-106
>                 URL: https://issues.apache.org/jira/browse/CODEC-106
>             Project: Commons Codec
>          Issue Type: New Feature
>    Affects Versions: 1.4
>            Reporter: Falk Meyer
>             Fix For: 1.5
>
>         Attachments: ColognePhonetic.java, ColognePhoneticTest.java
>
>
> I've implemented the "Kölner Phonetik" algorithm (cologne phonetic), which is 
> a phonetic algorithm optimized for the German language. For a German 
> description see: http://de.wikipedia.org/wiki/K%C3%B6lner_Phonetik . For an 
> English description see the source-code comments.
> If you want to add the following classes to commons-codec, feel free to adapt 
> the sources to your guidelines and needs.
> Latest source files (I wasn't able to attach files):
> org.apache.commons.codec.language.ColognePhonetic - 
> http://ubuntuone.com/p/Fzm/
> org.apache.commons.codec.language.ColognePhoneticTest - 
> http://ubuntuone.com/p/Fzn/
> See also thread "[codec] Kölner Phonetik (cologne phonetic)" at 
> [email protected] ([email protected])

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

Reply via email to