Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. homonym_dict = {}
  2. for object in 36000_dictionary_elements:
  3. [code that creates list_of_5000_potential_homonyms]
  4. for object in 36000_dictionary_elements:
  5. for item in list_of_5000_potential_homonyms:
  6. [perform if/else checks that throw 2000 of them into homonym_dict]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement