Package | Description |
---|---|
org.apache.sling.cms.readability |
Support for Content Insights
|
Modifier and Type | Method and Description |
---|---|
Text |
ReadabilityService.extractSentences(java.lang.String text)
Extracts the sentences from the text including the words and various counts.
|
Modifier and Type | Method and Description |
---|---|
double |
ReadabilityService.calculateARI(Text text)
Calculates Automated Readability Index for text
|
double |
ReadabilityService.calculateAverageGradeLevel(Text text)
Calculates the average grade level
|
double |
ReadabilityService.calculateColemanLiauIndex(Text text)
Calculates Coleman-Liau Index for text
|
double |
ReadabilityService.calculateFleschKincaidGradeLevel(Text text)
Calculates Flesch-Kincaid Readability for text
|
double |
ReadabilityService.calculateFleschReadingEase(Text text)
Calculates Flesch-Kincaid Reading Ease for text
|
double |
ReadabilityService.calculateGunningFog(Text text)
Calculates Gunning-Fog Index for text
|
double |
ReadabilityService.calculateSMOG(Text text)
Calculates Simple Measure of Gobbledygook Grade for text
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.