Skip to content

kefins/ArticleWriter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArticleWriter

##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:

  1. Basic text editor features like cut, copy, paste, undo, redo, bold, italic, underline, etc.

  2. The predicted text is displayed through a ListWidget near the cursor by pressing Ctrl+Space

  3. 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.

About

Desktop App for writing articles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%