C# Class LevenshteinDistance, naward12

Afficher le fichier Open project: norvigaward/naward12 Class Usage Examples

Méthodes publiques

Méthode Description
Compute ( string s, string t ) : int

Compute the distance between two strings.

Method Details

Compute() public static méthode

Compute the distance between two strings.
public static Compute ( string s, string t ) : int
s string
t string
Résultat int