C# Class DuoVia.FuzzyStrings.DoubleMetaphoneExtensions

DoubleMetaphone string extension
Original C++ implementation: "Double Metaphone (c) 1998, 1999 by Lawrence Philips" http://www.ddj.com/cpp/184401251?pgno=1
ファイルを表示 Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools

Public Methods

Method Description
ToDoubleMetaphone ( this input ) : string

Private Methods

Method Description
IsVowel ( this self ) : bool
StartsWith ( this self, System.StringComparison comparison ) : bool
StringAt ( this self, int startIndex ) : bool

Method Details

ToDoubleMetaphone() public static method

public static ToDoubleMetaphone ( this input ) : string
input this
return string