https://github.com/darkliquid/textstats
Generate information about text including syllable counts and Flesch-Kincaid, Gunning-Fog, Coleman-Liau, SMOG and Automated Readability scores.
https://github.com/darkliquid/textstats
automated-readability-scores coleman-liau dale-chall flesch-kincaid go smog syllable-counts text-analysis
Last synced: 5 months ago
JSON representation
Generate information about text including syllable counts and Flesch-Kincaid, Gunning-Fog, Coleman-Liau, SMOG and Automated Readability scores.
- Host: GitHub
- URL: https://github.com/darkliquid/textstats
- Owner: darkliquid
- License: other
- Created: 2015-04-25T21:00:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-31T13:25:38.000Z (over 9 years ago)
- Last Synced: 2025-01-19T09:09:37.732Z (over 1 year ago)
- Topics: automated-readability-scores, coleman-liau, dale-chall, flesch-kincaid, go, smog, syllable-counts, text-analysis
- Language: Go
- Size: 25.4 KB
- Stars: 15
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# textstats [](https://goreportcard.com/report/github.com/darkliquid/textstats) [](https://github.com/darkliquid/textstats/blob/master/LICENSE) [](https://godoc.org/github.com/darkliquid/textstats) [](https://travis-ci.org/darkliquid/textstats)
Generate information about text including syllable counts and Flesch-Kincaid,
Gunning-Fog, Coleman-Liau, Dale-Chall, SMOG and Automated Readability scores.
Initially a more or less direct port of [TextStatistics.js][1] to Go, this
supports analysing an io.Reader as well as strings.
[1]:https://github.com/cgiffard/TextStatistics.js