Question: write a program in python in such a way that it takes two text files containing single line and lowercase English sentences outputs the file
write a program in python in such a way that it takes two text files containing single line and lowercase English sentences outputs the file result.txt containing Levenshtein distance of these two files and number of substitutions, deletions and insertions made. The distance should be word level and not character level.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
