@Deprecated public final class ColognePhonetic extends Object implements Simplifier
Implements the Kölner Phonetik (Cologne Phonetic) algorithm issued by Hans Joachim Postel in 1969.
The Kölner Phonetik is a phonetic algorithm which is optimized for the German language. It is related to the well-known soundex algorithm.
This class is immutable and thread-safe.
ColognePhonetic| Constructor and Description |
|---|
ColognePhonetic()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
simplify(String input)
Deprecated.
Simplifiers the input string.
|
String |
toString()
Deprecated.
|
public String simplify(String input)
Simplifiersimplify in interface Simplifierinput - string to simplifyCopyright © 2014–2016. All rights reserved.