##Description:
A simple desktop app for writing articles. It predicts the next possible words while typing.
##Technology used:
Python Language
NLTK for text processing, learning and prediction
PyQT for frontend
##Features:
-
Basic text editor features like cut, copy, paste, undo, redo, bold, italic, underline, etc.
-
The predicted text is displayed through a ListWidget near the cursor by pressing Ctrl+Space
-
Highlighted word is inserted in the text by pressing Ctrl+E
##Technical Description:
Coming Soon
Link to the pickled N-Gram Model Just save it in the root directory of the Project.