Module text_processing

Module text_processing 

Source

Structsยง

CleanText
Clean text by removing extra whitespace and normalizing
ExtractWords
Extract words from text (returns as a single string, use with SPLIT for table)
StripPunctuation
Strip all punctuation from text
Tokenize
Tokenize text into words
WordCount
Count words in text