Uses of Class
org.apache.sling.cms.readability.Text
Packages that use Text
-
Uses of Text in org.apache.sling.cms.readability
Methods in org.apache.sling.cms.readability that return TextModifier and TypeMethodDescriptionReadabilityService.extractSentences(String text) Extracts the sentences from the text including the words and various counts.Methods in org.apache.sling.cms.readability with parameters of type TextModifier and TypeMethodDescriptiondoubleReadabilityService.calculateARI(Text text) Calculates Automated Readability Index for textdoubleReadabilityService.calculateAverageGradeLevel(Text text) Calculates the average grade leveldoubleReadabilityService.calculateColemanLiauIndex(Text text) Calculates Coleman-Liau Index for textdoubleReadabilityService.calculateFleschKincaidGradeLevel(Text text) Calculates Flesch-Kincaid Readability for textdoubleReadabilityService.calculateFleschReadingEase(Text text) Calculates Flesch-Kincaid Reading Ease for textdoubleReadabilityService.calculateGunningFog(Text text) Calculates Gunning-Fog Index for textdoubleReadabilityService.calculateSMOG(Text text) Calculates Simple Measure of Gobbledygook Grade for text