Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. word_dict = {
  2. "adjective" : {
  3. "science" : "scientific experimental oncological physical chemical quantum",
  4. "computers" : "electronic logical graph",
  5. "fantasy" : "magical arcane etheric ethereal",
  6. "general" : "incoming weird ironic clumsy ascending enthusiastic",
  7. "math" : "topological algebraic categorical"
  8. },
  9. "noun" : {
  10. "science" : "science physicist laser quark gluon plasma",
  11. "computers" : "logician machine computer circuit cable memory processor",
  12. "fantasy" : "elixir wizard mage sorcerer wyvern magic spell wand",
  13. "general" : "gambler enthusiast descendant",
  14. "math" : "integral derivative triangle square pentagon topology theory algebra"
  15. },
  16. "title" : {
  17. "general" : "scion prince knight heir",
  18. "science" : "inventor scientist technician"
  19. },
  20. "quality" : {
  21. "general" : "void breath space time mind color voice speech music line shape form substance thought doom hope reflection civilization"
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement