Class MatchRatingApproachEncoder
Match Rating Approach Phonetic Algorithm Developed by Western Airlines
in 1977.
This class is immutable and thread-safe.
See: Wikipedia - Match Rating Approach
since 1.8
Inheritance
System.Object
MatchRatingApproachEncoder
Assembly: Lucene.Net.Analysis.Phonetic.dll
Syntax
public class MatchRatingApproachEncoder : object, IStringEncoder
Methods
Name | Description |
---|---|
Encode(String) | Encodes a string using the Match Rating Approach (MRA) algorithm. |
IsEncodeEquals(String, String) | Determines if two names are homophonous via Match Rating Approach (MRA) algorithm. It should be noted that the strings are cleaned in the same way as Encode(String). |