Advertisement
Isoraqathedh

structs.toml

Nov 12th, 2015
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. structures = [
  2. [ # 1 letter
  3. ["noun"],
  4. ["plural"]
  5. ],
  6. [ # 2 letters
  7. ["nouns", "plurals"],
  8. ["adjectives", "plurals"],
  9. ["adjectives", "nouns"],
  10. ["adjectives", "noun-phrases"]
  11. ],
  12. [ #[;; 3 letters
  13. ["adjectives", "adjectives", "nouns"],
  14. ["adjectives", "adjectives", "noun-phrases"],
  15. ["adjectives", "adjectives", "plurals"],
  16. ["plurals", "verbs", "plurals"]
  17. ],
  18. [ #;; 4 letters
  19. ["adjectives", ",", "adjectives", "and", "adjectives", "nouns"],
  20. ["adjectives", ",", "adjectives", "and", "adjectives", "plurals"],
  21. ["adjectives", "plurals", "that", "transitive-verbs", "plurals"],
  22. ["nouns", "that", "adverbs", "transitive-verbs", "plurals"]
  23. ],
  24. [ # 5 letters
  25. ["adverbs", "transitive-verbs", "adjectives", "adjectives", "plurals"],
  26. ["adjectives", "plurals", "transitive-verbs", "adjectives", "plurals"],
  27. ["adjectives", "adjectives", "plurals", "adverbs", "intransitive-verbs"],
  28. ["interjections", "!", "adjectives", "nouns", "transitive-verbs", "nouns"]
  29. ]
  30. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement