diff --git a/Aardvark Interpreter/nlp.py b/Aardvark Interpreter/nlp.py index c067c06a..8b66bc31 100644 --- a/Aardvark Interpreter/nlp.py +++ b/Aardvark Interpreter/nlp.py @@ -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)