f

fleschkincaid

This is a simple implementation of the Flesch-Kincaid readability tests in Java. From Wikipedia, The Flesch/Flesch–Kincaid readability tests are readability tests designed to indicate comprehension difficulty when reading a passage of contemporary academic English.
https://github.com/kennycason/fleschkincaid
MIT License
Kenny Cason
Files download
File Operation
fleschkincaid-1.0.jar download
fleschkincaid-1.0.pom download
fleschkincaid-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.kennycason</groupId>
  <artifactId>fleschkincaid</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.kennycason:fleschkincaid:1.0'
Gradle Kotlin
implementation("com.kennycason:fleschkincaid:1.0")
Scala SBT
libraryDependencies += "com.kennycason" % "fleschkincaid" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.kennycason', module='fleschkincaid', version='1.0')
)
Apache Ivy
<dependency org="com.kennycason" name="fleschkincaid" rev="1.0" />
Leiningen
[com.kennycason/fleschkincaid "1.0"]
Apache Buildr
'com.kennycason:fleschkincaid:jar:1.0'