Function reference
Text Parsing Functions
Functions to inspect docstrings.
| clean_text | A module cleans a string of text and parses it into a list of individual words |
| count_unique_words | Count the instances of unique words in a text string. |
| word_chart | A module that creates a bar chart from a dictionary of words and their counts. |