public class Text extends Object
| Constructor and Description |
|---|
Text(String original,
List<Sentence> sentences) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCharacterCount() |
int |
getComplexWordCount() |
String |
getOriginal() |
List<Sentence> |
getSentences() |
int |
getSyllableCount() |
int |
getWordCount() |
String |
toString() |
public int getCharacterCount()
public int getComplexWordCount()
public String getOriginal()
public int getSyllableCount()
public int getWordCount()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.