aoptk.text_utils
Functions
|
Check if text ends with sentence-ending punctuation. |
|
Check if text ends with a digit. |
|
Check text whether it is the end of a span. |
|
Check if text looks like formatting artifacts. |
Module Contents
- aoptk.text_utils.endswith_digit(text: str) bool[source]
Check if text ends with a digit.
- Parameters:
text (str) – The text to check.