See: Description
| Class | Description |
|---|---|
| PunktAbbreviationDetector |
Find abbreviations in a set of texts using Punkt algorithm.
|
| PunktToken |
A token for use by the Punkt abbreviation detection algorithm.
|
| PunktTokenCounter |
Punkt token counter.
|
| Enum | Description |
|---|---|
| PunktTokenType |
Punkt token type.
|
PunktAbbreviationDetector uses the Punkt algorithm of Kiss and Strunk to decide whether a token containing one or more periods is an abbreviation.