Uses of Class
org.openrefine.clustering.binning.Keyer
-
Packages that use Keyer Package Description org.openrefine.clustering.binning org.openrefine.phonetic.keyers -
-
Uses of Keyer in org.openrefine.clustering.binning
Subclasses of Keyer in org.openrefine.clustering.binning Modifier and Type Class Description classColognePhoneticKeyerclassDoubleMetaphoneKeyerclassFingerprintKeyerFingerprint keyer where fingerprint is sorted list of unique words after case and diacritic folding and removing all punctuation.classMetaphone3KeyerclassMetaphoneKeyerclassNGramFingerprintKeyerFingerprint keyer which generates a fingerprint from a sorted list of unique character N-grams after removing all whitespace, control characters, and punctuation.classSoundexKeyerFields in org.openrefine.clustering.binning declared as Keyer Modifier and Type Field Description protected KeyerBinningClusterer. _keyerMethods in org.openrefine.clustering.binning that return Keyer Modifier and Type Method Description static KeyerKeyerFactory. get(String name)Returns the keyer registered under a given name, or null if it does not exist.KeyerBinningClusterer.BinningClustererConfig. getKeyer()Methods in org.openrefine.clustering.binning with parameters of type Keyer Modifier and Type Method Description static voidKeyerFactory. put(String name, Keyer keyer)Registers a keyer under a code name. -
Uses of Keyer in org.openrefine.phonetic.keyers
Subclasses of Keyer in org.openrefine.phonetic.keyers Modifier and Type Class Description classBeiderMorseKeyerclassDaitchMokotoffKeyer
-