https://github.com/deven96/wordcli
Command line dictionary using nltk
https://github.com/deven96/wordcli
Last synced: about 1 month ago
JSON representation
Command line dictionary using nltk
- Host: GitHub
- URL: https://github.com/deven96/wordcli
- Owner: deven96
- License: gpl-3.0
- Created: 2019-08-26T02:00:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T16:13:55.000Z (9 months ago)
- Last Synced: 2025-04-15T00:51:49.252Z (about 1 month ago)
- Language: Python
- Size: 964 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordCLI
Simple command line dictionary that harnesses the power of NLTK and WordNET
## Installation
r3con1z3r supports **Python 2** and **Python 3**.
```bash
# install from setup
python setup.py install
```## Modules
wordcli has a pyttsx3 dependency, look up system installation properly for different platforms
For the extra coloring to work on windows, win_unicode_console and colorama have to be installed**For Coloring on Windows:** `pip install win_unicode_console colorama`
## Demo
Simple usage of wordCLI to perform dictionary lookup

## Tests
Simply run the tests by installing `nose`
```bash
# clone repository
git clone# install nosetest suite
pip install nosecd wordcli
nosetests
```## License
wordcli is licensed under the GNU GPL license. take a look at the [LICENSE](/LICENSE) for more information.
## Contribution
This project is open to contributions, Bug reports and pull requests are welcome on GitHub at https://github.com/deven96/wordcli. Current contributors can be viewed by running `r3con1z3r -a`