@Deprecated public final class Nysiis extends Object implements Simplifier
This class is thread-safe and immutable.
Nysiis| Constructor and Description |
|---|
Nysiis()
Deprecated.
Creates an instance of the Nysiis encoder with strict mode (original
form), i.e.
|
Nysiis(boolean strict)
Deprecated.
Create an instance of the Nysiis simplifier with the specified strict
mode:
true: encoded strings have a maximum length of 6
false: encoded strings may have arbitrary length
|
| Modifier and Type | Method and Description |
|---|---|
String |
simplify(String input)
Deprecated.
Simplifiers the input string.
|
String |
toString()
Deprecated.
|
public Nysiis()
public Nysiis(boolean strict)
true: encoded strings have a maximum length of 6false: encoded strings may have arbitrary lengthstrict - the strict modepublic String simplify(String input)
Simplifiersimplify in interface Simplifierinput - string to simplifyCopyright © 2014–2016. All rights reserved.