Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cecoeco/readability.jl
Analyze the readability of texts 📚
https://github.com/cecoeco/readability.jl
automated-readability-index characters coleman-liau dale-chall flesch-kincaid gunning-fog julia language readability reading smog spache syllables text words
Last synced: 11 days ago
JSON representation
Analyze the readability of texts 📚
- Host: GitHub
- URL: https://github.com/cecoeco/readability.jl
- Owner: cecoeco
- License: mit
- Created: 2024-04-03T16:22:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T22:29:45.000Z (2 months ago)
- Last Synced: 2024-11-07T04:31:44.290Z (2 months ago)
- Topics: automated-readability-index, characters, coleman-liau, dale-chall, flesch-kincaid, gunning-fog, julia, language, readability, reading, smog, spache, syllables, text, words
- Language: Julia
- Homepage: https://readability-jl.onrender.com
- Size: 12.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Readability.jl
Julia package that analyzes the difficulty of texts using different indexes like Gunning-Fog, SMOG, and Flesch-Kincaid.
## Installation
use this command in the Julia REPL:
```julia
using Pkg; Pkg.add("Readability")
```## Web App
The `Readability.jl` package can be used without ever having to program via a [web application](https://readability-jl.onrender.com) written in [`React.js`](https://react.dev/) and [`Oxygen.jl`](https://github.com/OxygenFramework/Oxygen.jl)
![Web App GIF](web-application.gif)