Class AbstractCaverphone
Encodes a string into a Caverphone value.
This is an algorithm created by the Caversham Project at the University of Otago. It implements the Caverphone 2.0 algorithm:
This class is immutable and thread-safe.
Inheritance
System.Object
AbstractCaverphone
Assembly: Lucene.Net.Analysis.Phonetic.dll
Syntax
public abstract class AbstractCaverphone : object, IStringEncoder
Constructors
Name | Description |
---|---|
AbstractCaverphone() | Creates an instance of the Caverphone encoder |
Methods
Name | Description |
---|---|
Encode(String) | |
IsEncodeEqual(String, String) | Tests if the encodings of two strings are equal. This method might be promoted to a new AbstractStringEncoder superclass. |