public class Sentence extends Object
| Constructor and Description |
|---|
Sentence(String text,
List<Word> words) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCharacterCount() |
int |
getComplexWordCount() |
int |
getSyllableCount() |
String |
getText() |
int |
getWordCount() |
List<Word> |
getWords() |
String |
toString() |
public int getCharacterCount()
public int getComplexWordCount()
public int getSyllableCount()
public String getText()
public int getWordCount()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.