EditDistance Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

Spelling.EditDistance Method

Calculates the minimum number of change, inserts or deletes required to change firstWord into secondWord

Overload List

Calculates the minimum number of change, inserts or deletes required to change firstWord into secondWord

public int EditDistance(string,string);

Calculates the minimum number of change, inserts or deletes required to change firstWord into secondWord

public int EditDistance(string,string,bool);

See Also

Spelling Class | NetSpell.SpellChecker Namespace