Open lcswillems opened 5 years ago
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.
annotation = client.annotate(text)
annotation.sentence[0]
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.