Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yasulab/text-analyzer
Analyze given text and show stats with interactive prompt
https://github.com/yasulab/text-analyzer
Last synced: 1 day ago
JSON representation
Analyze given text and show stats with interactive prompt
- Host: GitHub
- URL: https://github.com/yasulab/text-analyzer
- Owner: yasulab
- Created: 2011-04-12T07:15:04.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-04-12T07:20:27.000Z (over 13 years ago)
- Last Synced: 2024-10-10T09:23:12.668Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 270 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Usage:
python text-analyzer.pyWhen you run this progra, the prompt will appear.
In there, you can type the following commands.Commands:
rand NUMBER : Randomly pick a word given times.
read FILENAME : Read a given file.
stats : Show stats of recently read text.
help : Show this.
exit : Exit.Thanks,
Yohei YASUKAWA