Class Sentence


  • public class Sentence
    extends Object
    Represents a sentence which has been analyzed
    • Constructor Detail

    • Method Detail

      • getCharacterCount

        public int getCharacterCount()
      • getComplexWordCount

        public int getComplexWordCount()
      • getSyllableCount

        public int getSyllableCount()
      • getText

        public String getText()
      • getWordCount

        public int getWordCount()
      • getWords

        public List<Word> getWords()