public class PhoneticFunctions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PhoneticFunctions.Caverphone1Function
The Caverphone function is a phonetic matching function.
|
static class |
PhoneticFunctions.Caverphone2Function
The Caverphone function is a phonetic matching function.
|
static class |
PhoneticFunctions.ColognePhoneticFunction
Encodes a string into a Cologne Phonetic value.
|
static class |
PhoneticFunctions.DaitchMokotoffFunction
Encodes a string into a Daitch-Mokotoff Soundex value.
|
static class |
PhoneticFunctions.DoubleMetaphoneFunction
Implements the Double Metaphone phonetic algorithm (https://en.wikipedia.org/wiki/Metaphone),
and calculates a given string's Double Metaphone value.
|
static class |
PhoneticFunctions.MatchRatingFunction
Match Rating Approach Phonetic Algorithm Developed by Western Airlines in 1977.
|
static class |
PhoneticFunctions.MetaphoneFunction
Implements the Metaphone phonetic algorithm (https://en.wikipedia.org/wiki/Metaphone),
and calculates a given string's Metaphone value.
|
static class |
PhoneticFunctions.NYSIISFunction
The New York State Identification and Intelligence System Phonetic Code, commonly known as NYSIIS, is a phonetic algorithm devised in 1970 as part of the New York State Identification and Intelligence System (now a part of the New York State Division of Criminal Justice Services).
|
static class |
PhoneticFunctions.RefinedSoundexFunction
Encodes a string into a Refined Soundex value.
|
static class |
PhoneticFunctions.SoundexFunction
Encodes a string into a Soundex value.
|
| Constructor and Description |
|---|
PhoneticFunctions() |
Copyright © 2021 The Apache Software Foundation. All rights reserved.