Reputation: 31
I am using Google NL API's annotate syntax method and using Brat to visualize the response. Where can I find the exact list of "Tags" or "Labels" for words and dependency relations that are used in Google NL API.
"partOfSpeech": { "tag": "ADJ",
"dependencyEdge": { "headTokenIndex": 9, "label": "AMOD"
Upvotes: 0
Views: 74