From 15a0db31d9998a7791d3fc335f808cd8f9af2d63 Mon Sep 17 00:00:00 2001 From: Gopi Vamsi Date: Sun, 26 Mar 2023 03:35:40 +0800 Subject: [PATCH] bug-fix issue-#31 --- bonus content/nlp proven approach/contractions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus content/nlp proven approach/contractions.py b/bonus content/nlp proven approach/contractions.py index 9018a85..6fa3b02 100644 --- a/bonus content/nlp proven approach/contractions.py +++ b/bonus content/nlp proven approach/contractions.py @@ -24,7 +24,7 @@ "he'd": "he would", "he'd've": "he would have", "he'll": "he will", -"he'll've": "he he will have", +"he'll've": "he will have", "he's": "he is", "how'd": "how did", "how'd'y": "how do you",