Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hg0428 committed Mar 15, 2024
1 parent 7eca060 commit 4850f5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Aardvark Interpreter/nlp.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file removes the nltk dependency.


def edit_distance(word1, word2):
# Get the lengths of the two words.
m = len(word1)
Expand Down

0 comments on commit 4850f5e

Please sign in to comment.