Skip to content

cirello-io/gunning-fog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#gunning-fog

Gunning-fog index analyzer written in Go. This analyzer processes an English text and produces its Gunning Fox index score. Refer to its logic in https://en.wikipedia.org/wiki/Gunning_fog_index - it does not analyse word endings (-es, -ed, or -ing), or discriminate proper nouns, familiar jargon or compound words.

Use

$ go get cirello.io/gunning-fog/...
$ cat LICENSE | $GOBIN/gunning-fog
16

gunning-fog will always wait content from STDIN.

Releases

No releases published

Packages

No packages published

Languages