| Trees | Indices | Help |
|
|---|
|
|
Levenshtein (edit) distance between two strings of symbols.
| Classes | |
|
text_cost This is useful for differencing documents that have been parsed into lists of words. |
|
| Functions | |||
|
|||
|
|||
|
|||
|
|||
| int |
|
||
| int |
|
||
| int |
|
||
|
|||
|
|||
| Variables | |
__package__ =
|
|
Imports: numpy
| Function Details |
Cost for converting string s into string t. This function takes three dictionaries that contain the cost of insertion, deletion, and substitutions.
|
Cost for converting string
|
Cost for converting string s into string t. This function takes a function that computes the cost of insertions, deletions, or substitutions.
|
Cost for converting string s into string t. This function takes a function that computes the cost of insertions, deletions, or substitutions.
|
This is the default cost function for converting
|
This is a sample cost function for converting
|
This is a sample cost function for converting
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Sep 22 04:25:02 2011 | http://epydoc.sourceforge.net |