Last Version

Flesch Kincaid - Readability Classifier 1.0

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.

License

License

GroupId

GroupId

com.kennycason
ArtifactId

ArtifactId

fleschkincaid
Version

Version

1.0
Type

Type

jar
Description

Description

Flesch Kincaid - Readability Classifier
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.
Project URL

Project URL

https://github.com/kennycason/fleschkincaid
Source Code Management

Source Code Management

https://github.com/kennycason/fleschkincaid

Download fleschkincaid 1.0


<!-- https://jarcasting.com/artifacts/com.kennycason/fleschkincaid/ -->
<dependency>
    <groupId>com.kennycason</groupId>
    <artifactId>fleschkincaid</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kennycason/fleschkincaid/
implementation 'com.kennycason:fleschkincaid:1.0'
// https://jarcasting.com/artifacts/com.kennycason/fleschkincaid/
implementation ("com.kennycason:fleschkincaid:1.0")
'com.kennycason:fleschkincaid:jar:1.0'
<dependency org="com.kennycason" name="fleschkincaid" rev="1.0">
  <artifact name="fleschkincaid" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kennycason', module='fleschkincaid', version='1.0')
)
libraryDependencies += "com.kennycason" % "fleschkincaid" % "1.0"
[com.kennycason/fleschkincaid "1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
edu.stanford.nlp : stanford-corenlp jar 3.3.1
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.