Skip to main content
Check which words are not in Rime’s pronunciation dictionary. Returns the list of out-of-dictionary words; an empty list means all words are covered. Out-of-dictionary words still synthesize, but you may want to add custom pronunciations for them. API key: Required — see Authentication.

Parameters

ParameterTypeRequiredDescription
textstringYesWords to check; separate by spaces, commas, or newlines

Example

Ask your assistant:
Which words in this IVR script aren't in Rime's dictionary?
The assistant runs the script through check_dictionary and flags anything out-of-dictionary. Pair it with normalize_text to preview how the rest of the script will be spoken — or use the check_script_pronunciation starter prompt, which does both.