For example, if in Python, I type prondict = nltk.corpus.cmudict.dict() and then type prondict['anointed'], the results are [['AH0', 'N', 'OY1', 'N', 'T', 'AH0', 'D'], ['AH0', 'N', 'OY1', 'N', 'T', 'IH0', 'D'], ['AH0', 'N', 'OY1', 'N', 'AH0', 'D'], ['AH0', 'N', 'OY1', 'N', 'IH0', 'D']], however, I only seek ['AH0', 'N', 'OY1', 'N', 'T', 'IH0', 'D'] as the desired result, and my corpora is very large so I would like to avoid making the distinction on a token by token basis if possible so I was curious if anyone else has done this before with the nltk.