Java org.apache.commons.codec.language Soundex fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.codec.language Soundex fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.codec.language Soundex.

The text is from its open source code.

Field

SoundexUS_ENGLISH
An instance of Soundex using the US_ENGLISH_MAPPING mapping.

Constructor

Soundex()
Creates an instance using US_ENGLISH_MAPPING

Method

intdifference(String s1, String s2)
Encodes the Strings and returns the number of characters in the two encoded Strings that are the same.
Objectencode(Object pObject)
Encodes an Object using the soundex algorithm.
Stringencode(String pString)
Encodes a String using the soundex algorithm.