This is a repository that contains 3 independent python scripts:
- A program that uses a Numpy library to calculate the Levenshtein edit distance between two strings.
- Calculates the document-term matrix from a collection of strings.
- Calculates the Jaccard similarity measure for two lists of strings.