public static class TextUtility.TextAnalyzer extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
diffChars |
int |
DifferenceDigitCharPenalty |
static TextUtility.TextAnalyzer |
NULL |
int |
sameChars |
(package private) CharSequence |
text |
int |
totalChars |
| Constructor and Description |
|---|
TextAnalyzer(CharSequence t) |
| Modifier and Type | Method and Description |
|---|---|
double |
similarityTo(TextUtility.TextAnalyzer o,
double simLowerLimit) |
TextUtility.TextAnalyzer |
standardize() |
CharSequence text
public static TextUtility.TextAnalyzer NULL
public int DifferenceDigitCharPenalty
public int totalChars
public int sameChars
public int diffChars
public TextAnalyzer(CharSequence t)
public TextUtility.TextAnalyzer standardize()
public double similarityTo(TextUtility.TextAnalyzer o, double simLowerLimit)
EDB Working Group at Tue May 26 16:39:03 JST 2026