public class Sentence
extends Object
Represents a sentence which has been analyzed
-
Constructor Summary
Constructors
-
Method Summary
-
-
Method Details
-
getCharacterCount
public int getCharacterCount()
-
getComplexWordCount
public int getComplexWordCount()
-
getSyllableCount
public int getSyllableCount()
-
-
getWordCount
public int getWordCount()
-
-