https://github.com/codedge/fleshreadingease
A python script for checking the readability of a text, file or URL.
https://github.com/codedge/fleshreadingease
Last synced: 6 months ago
JSON representation
A python script for checking the readability of a text, file or URL.
- Host: GitHub
- URL: https://github.com/codedge/fleshreadingease
- Owner: codedge
- License: mit
- Created: 2016-02-24T14:17:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T14:27:11.000Z (almost 10 years ago)
- Last Synced: 2025-01-21T09:11:41.484Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flesh Reading Ease
A python Command line script for checking the readability of a text provided by a local file or an URL.
It utilizes the [Flesh Reading Ease](https://en.wikipedia.org/wiki/Flesch%E2%80%93Kincaid_readability_tests#Flesch_Reading_Ease) algorithm.
## Requirements
* Python 3.x
* [Beautiful Soup 4.x](http://www.crummy.com/software/BeautifulSoup/)
## Installation
Just do a `git clone https://github.com/{user}/{repo}` and you have it.
## Usage
`python3 `
* language: `en` or `de`
* source: URL or a `path/to/file`
Example for a local test file (included in repository):
```bash
cd ./lib
python3 fre.py en ../example.txt
```
## Contact
* Twitter: [cod2edge](https://twitter.com/cod2edge)