From e8ced9894ee8d4f558aaa8c156e721e72a30f21e Mon Sep 17 00:00:00 2001 From: AlexWorland <59108991+AlexWorland@users.noreply.github.com> Date: Mon, 10 May 2021 12:57:41 -0700 Subject: [PATCH] Add files via upload --- PredictiveKeyboard.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PredictiveKeyboard.py b/PredictiveKeyboard.py index 40ea7a5..7118b25 100644 --- a/PredictiveKeyboard.py +++ b/PredictiveKeyboard.py @@ -6,6 +6,8 @@ A predictive keyboard that can be built with a user input dataset """ +# I am making changes + # Dependencies import numpy as np from nltk.tokenize import RegexpTokenizer