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
Afficher le fichier Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools

Méthodes publiques

Méthode Description
ToDoubleMetaphone ( this input ) : string

Private Methods

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

Method Details

ToDoubleMetaphone() public static méthode

public static ToDoubleMetaphone ( this input ) : string
input this
Résultat string