See: Description
| Interface | Description |
|---|---|
| Abbreviations |
A dictionary interface for abbreviations.
|
| Dictionary |
A dictionary is a set of words in some natural language.
|
| Punctuations |
Punctuation marks are symbols that indicate the structure and organization
of written language, as well as intonation and pauses to be observed when
reading aloud.
|
| StopWords |
A set of stop words in some language.
|
| Class | Description |
|---|---|
| EnglishPunctuations |
Punctuation marks in English.
|
| SimpleDictionary |
A simple implementation of dictionary interface.
|
| Enum | Description |
|---|---|
| EnglishDictionary |
A concise dictionary of common terms in English.
|
| EnglishStopWords |
Several sets of English stop words.
|