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 class
ColognePhoneticKeyer
class
DoubleMetaphoneKeyer
class
FingerprintKeyer
Fingerprint keyer where fingerprint is sorted list of unique words after case and diacritic folding and removing all punctuation.class
Metaphone3Keyer
class
MetaphoneKeyer
class
NGramFingerprintKeyer
Fingerprint keyer which generates a fingerprint from a sorted list of unique character N-grams after removing all whitespace, control characters, and punctuation.class
SoundexKeyer
Fields in org.openrefine.clustering.binning declared as Keyer Modifier and Type Field Description protected Keyer
BinningClusterer. _keyer
Methods in org.openrefine.clustering.binning that return Keyer Modifier and Type Method Description static Keyer
KeyerFactory. get(String name)
Returns the keyer registered under a given name, or null if it does not exist.Keyer
BinningClusterer.BinningClustererConfig. getKeyer()
Methods in org.openrefine.clustering.binning with parameters of type Keyer Modifier and Type Method Description static void
KeyerFactory. 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 class
BeiderMorseKeyer
class
DaitchMokotoffKeyer
-