Skip to content

artefatto/liblegere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liblegere

Analyze your texts readability.

liblegere delivers the formulas you need to calculate a text's readability.

Usage

Add to your Zig project

Install the library with:

zig fetch --save git+https://github.com/artefatto/liblegere.git

Then add to your build.zig:

const legere = b.dependency(
    "legere",
    .{ .target = target, .optimize = optimize },
);

And add the module to your executable or library:

legere.module("legere");

Using a formula in your code

Import legere with:

const legere = @import("legere");

const result = legere.ari("Hello, world!"); // 4.0

About

Analyze your texts readability.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages