public interface WordExpander
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
expandWords(java.lang.String[] words)
Expand the list of words.
|
java.lang.String[] expandWords(java.lang.String[] words) throws TextConversionException
words
- the words to expandTextConversionException
- if there was an error expanding the words