https://github.com/divefish/project_complexity
This is a repository for our Python group project to make working on the code easier. (Be aware it's public)
https://github.com/divefish/project_complexity
Last synced: 11 days ago
JSON representation
This is a repository for our Python group project to make working on the code easier. (Be aware it's public)
- Host: GitHub
- URL: https://github.com/divefish/project_complexity
- Owner: DiveFish
- Created: 2016-01-19T05:30:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-11T07:28:59.000Z (over 10 years ago)
- Last Synced: 2025-02-21T19:13:35.374Z (over 1 year ago)
- Language: Python
- Size: 591 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Complexity Analysis
Some simple steps to get to know the functionalities of the complexity analysis program (it is assumed that nltk_data has been downloaded):
1. Run the gui!
2. << To get 5 random sentences of a certain level and register, select a level and a register.
3. Want to print the sentences to the screen? Just press the "print to screen"-button!
4. Want to save the sentences to a file? Enter a filename into the textfield and press the "save to file"-button.
5. << To have the analysis tool run over a raw, untagged textfile, enter the filename into the textfield, e.g. "test.txt".
6. ! Note that the file has to be in the current working directory of the Python IDE.
7. Want to print the results of the analysis to the screen? Just press the "print to screen"-button!
8. Want to save the results of the analysis to a file? Enter a filename into the textfield and press the "save to file"-button.