| Class | Description |
|---|---|
| SentenceBufferedInput |
Provides a buffered reader where the unit read is not a line or a byte, but a sentence.
|
| Settings |
Provides token and sentence splitting rules for SylWord and its associated tokeniser routines.
|
| SylWord |
Counts syllables within words, when provided with a string.
|
| Token |
Represents a single word, EOS marker, numeral or acronym within SylWord.
|
| WordTokenSource |
Provides a way of reading single tokens from a stream.
|