Extracts date and time information from a sentence.
See extract_datetime()
Convert an english phrase into a number of seconds.
See extract_duration()
extract_number()
takes in a string and extracts a single number.
extract_numbers()
takes in a string and extracts a list of numbers.
voc_match()
determines if the given utterance contains the vocabulary provided.
fuzzy_match()
performs a ‘fuzzy’ comparison between two strings.
match_one()
finds the best match from a list or dictionary given an input.