C# Class Fastenshtein.Levenshtein

Measures the difference between two strings. Uses the Levenshtein string difference algorithm.
Afficher le fichier Open project: DanHarltey/Fastenshtein Class Usage Examples

Méthodes publiques

Méthode Description
Distance ( string value ) : int

Compares a value to the stored value. Not thread safe.

Levenshtein ( string value )

Creates a new instance with a value to test other values against

Private Methods

Méthode Description
Distance ( string value1, string value2 ) : int

Method Details

Distance() public méthode

Compares a value to the stored value. Not thread safe.
public Distance ( string value ) : int
value string
Résultat int

Levenshtein() public méthode

Creates a new instance with a value to test other values against
public Levenshtein ( string value )
value string