Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 📚

Awesome Lists containing this project

README

        


CI test
Documentation Stable
Documentation Dev
Package Statistics
Style: Blue

# 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)