You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I do annotation = client.annotate(text), annotation.sentence[0] will contain tokens and a parseTree, but the parseTree leaves are just plain text. No way to access the corresponding token.
The text was updated successfully, but these errors were encountered:
lcswillems
changed the title
Get full label in parseTree
Get full leaf label in parseTree, not only text
May 22, 2019
lcswillems
changed the title
Get full leaf label in parseTree, not only text
Get full leaf token in parseTree, not only text
May 22, 2019
Hi,
If I do
annotation = client.annotate(text)
,annotation.sentence[0]
will contain tokens and a parseTree, but the parseTree leaves are just plain text. No way to access the corresponding token.The text was updated successfully, but these errors were encountered: