Class FingerprintKeyer
java.lang.Object
com.google.refine.clustering.binning.Keyer
com.google.refine.clustering.binning.FingerprintKeyer
- Direct Known Subclasses:
NGramFingerprintKeyer
Fingerprint keyer where fingerprint is sorted list of unique words
after case and diacritic folding and removing all punctuation. Word boundary
is any whitespace character, while output key has words joined with a single
ASCII space character.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DIACRITICS_AND_FRIENDS
-
-
Constructor Details
-
FingerprintKeyer
public FingerprintKeyer()
-
-
Method Details
-
key
-
normalize
-
normalize
-
asciify
Deprecated.by tfmorris 2020-07-07 Usenormalize(String)or {normalize(String, boolean) -
stripDiacritics
-
normalize(String)or {normalize(String, boolean)