Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- data class LexicalEntry(
- val category: String,
- val inflectionOf: ArrayList<String>)
- =====JSON=====
- {
- "grammaticalFeatures": [
- {
- "text": "Present Participle",
- "type": "Non Finiteness"
- },
- {
- "text": "Present",
- "type": "Tense"
- }
- ],
- "inflectionOf": [
- {
- "id": "swim",
- "text": "swim"
- }
- ],
- "language": "en",
- "lexicalCategory": "Verb",
- "text": "swimming"
- }
Advertisement
Add Comment
Please, Sign In to add comment