Uses of Class
com.google.refine.clustering.binning.Keyer
Packages that use Keyer
-
Uses of Keyer in com.google.refine.clustering.binning
Subclasses of Keyer in com.google.refine.clustering.binningModifier and TypeClassDescriptionclassclassclassFingerprint keyer where fingerprint is sorted list of unique words after case and diacritic folding and removing all punctuation.classclassclassFingerprint keyer which generates a fingerprint from a sorted list of unique character N-grams after removing all whitespace, control characters, and punctuation.classFields in com.google.refine.clustering.binning declared as KeyerMethods in com.google.refine.clustering.binning that return KeyerModifier and TypeMethodDescriptionstatic KeyerReturns the keyer registered under a given name, or null if it does not exist.BinningClusterer.BinningClustererConfig.getKeyer()Methods in com.google.refine.clustering.binning with parameters of type Keyer