Package org.apache.sling.cms.readability
Class Word
- java.lang.Object
-
- org.apache.sling.cms.readability.Word
-
public class Word extends Object
Represents a word which has been analyzed
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCharacters()
String
getNormalized()
String
getOriginal()
int
getSylables()
boolean
isComplex()
String
toString()
-