Skip to content

cecoeco/Readability.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

using Pkg; Pkg.add("Readability")