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