-
Notifications
You must be signed in to change notification settings - Fork 3
cssndrx/writers-block
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a Python-based text editor that suggests words as you type based on existing corpora Cassandra Xia [email protected] ================= REQUIREMENTS ================= - Python 2.7 - PyQt4 - nltk - nltk's gutenberg and brown corpora, to get these corpora: >>> import nltk >>> nltk.download() If you are running Windows and wish to generate suggestions even when not using the editor, additional packages for hooking into global keyboard events are required: - pywin32 - pyHook ================= TO RUN ================= To select which corpora you use, edit them in config.py. Your choice of corpora will strongly affect your results. If the editor is being slow, try using fewer corpora. To run: python gui.py
About
Text editor for augmented writing. Built with nltk and pyqt4
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published