Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdxjohnny/taxonomy
For doing a taxonomy of a text
https://github.com/pdxjohnny/taxonomy
Last synced: about 1 month ago
JSON representation
For doing a taxonomy of a text
- Host: GitHub
- URL: https://github.com/pdxjohnny/taxonomy
- Owner: pdxjohnny
- Created: 2015-11-30T07:11:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-10T06:56:25.000Z (almost 9 years ago)
- Last Synced: 2024-03-16T06:51:37.482Z (8 months ago)
- Language: Python
- Homepage: http://pdxjohnny.github.io/taxonomy
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# taxonomy
For doing a taxonomy of a textRequirements
---
* python 2.7
* pip
* dockerSteps
---
1. `git clone https://github.com/pdxjohnny/taxonomy.git`
2. `pip install -r requirements.txt`
3. Place your ascii section as all one line. No newlines. Into `section`.
4. Run `./init.sh`
5. Run the various chart creators
1. `python -m taxonomy.sentence`
2. `python -m taxonomy.most_used_words`
3. `python -m taxonomy.punctuation`
4. `python -m taxonomy.sentence_kind`