Guest User

Untitled

a guest
Aug 14th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. data class LexicalEntry(
  2. val category: String,
  3. val inflectionOf: ArrayList<String>)
  4.  
  5. =====JSON=====
  6. {
  7. "grammaticalFeatures": [
  8. {
  9. "text": "Present Participle",
  10. "type": "Non Finiteness"
  11. },
  12. {
  13. "text": "Present",
  14. "type": "Tense"
  15. }
  16. ],
  17. "inflectionOf": [
  18. {
  19. "id": "swim",
  20. "text": "swim"
  21. }
  22. ],
  23. "language": "en",
  24. "lexicalCategory": "Verb",
  25. "text": "swimming"
  26. }
Advertisement
Add Comment
Please, Sign In to add comment