From 4850f5ec8218efa21eabc134f4439aee87aa39a6 Mon Sep 17 00:00:00 2001 From: Hudson Gouge Date: Fri, 15 Mar 2024 14:28:55 -0400 Subject: [PATCH] added comment --- Aardvark Interpreter/nlp.py | 3 +++ 1 file changed, 3 insertions(+) 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)