Skip to content

Instantly share code, notes, and snippets.

@balmas
Created October 14, 2020 18:32
Show Gist options
  • Save balmas/623f26e6dc5abbb43e5646b6658bdfd8 to your computer and use it in GitHub Desktop.
Save balmas/623f26e6dc5abbb43e5646b6658bdfd8 to your computer and use it in GitHub Desktop.
Use Case morphsvc#29 Sample Response
{
"data": {
"wordAnnotations": [
{
"target": {
"lemma": {
"representation": "senatus",
"pos": "NOUN",
"principalParts": [
"senatus"
]
}
},
"assertions": [
{
"subject": {
"IRI": "proto2_lemmas/whitlatsenatus",
"representation": "senatus",
"pos": "NOUN",
"langpos": null,
"principalParts": [
"senatus"
]
},
"predicate": "hasInflection",
"object": {
"IRI": "proto2_inflections/inflatsenatusvoc",
"form": "senatu",
"stem": "senat",
"suffix": "u",
"prefix": null,
"udfeatures": {
"Case": "vocative",
"Number": "singular",
"Gender": "masculine"
}
}
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment