public class Word extends Object
| Constructor and Description |
|---|
Word(String original,
String normalized,
int sylables,
boolean complex) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCharacters() |
String |
getNormalized() |
String |
getOriginal() |
int |
getSylables() |
boolean |
isComplex() |
String |
toString() |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.