How do I easily get a bracketed constituency tree #1426
Unanswered
drjiangyang
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Can you use the Stanza constituency parser (which is substantially more
accurate), or do you specifically need the CoreNLP constituency parser?
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Stanza's CoreNLP client to do constituency parsing on many texts. I want just the bracketed trees in this form:
(NP-SBJ (NNP Mr.) (NNP Vinken) )
However, following the client basic usage:
I get the result like this:
How do I easily convert it to a bracketed tree in Penn Treebank format?
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions