Expand description
Text processing utilities.
Generic functions for analyzing and normalizing text content.
Functionsยง
- clean_
for_ comparison - Clean text for fuzzy comparison.
- has_
content - Check if text contains meaningful alphanumeric content.
- is_
whitespace_ only - Check if text contains only whitespace.
- normalize
- Normalize whitespace in text.
- sentence_
count - Count sentences in text (approximate).
- word_
count - Count words in text.