- SentenceBufferedInput - Class in <Unnamed>
-
Provides a buffered reader where the unit read is not a line or a byte, but a sentence.
- SentenceBufferedInput(Settings, BufferedReader) - Constructor for class SentenceBufferedInput
-
Creates a new Sentence source with given token and sentence identification rules.
- sentenceBufferRegex - Variable in class Settings
-
- Settings - Class in <Unnamed>
-
Provides token and sentence splitting rules for SylWord and its associated tokeniser routines.
- Settings(String) - Constructor for class Settings
-
Creates a Settings object by loading the configuration from a file.
- str - Variable in class Token
-
- summariseTokens() - Method in class SylWord
-
- SylWord - Class in <Unnamed>
-
Counts syllables within words, when provided with a string.
- SylWord(String[]) - Constructor for class SylWord
-