Update a pronunciation dictionary: add affixes and remove any other words with apostrophe
dictionary (Dict[str, Set[str]]) – Pronunciations; will be modified in-place.
keep (Collection[str]) – Keep these words with apostrophe (e.g., ("'EM", "O'CLOCK")).
("'EM", "O'CLOCK")
None