-
Notifications
You must be signed in to change notification settings - Fork 5
Visualizing Sentences
Alexandre Rademaker edited this page May 2, 2018
·
2 revisions
To visualize CoNLL-U sentences, we created a conllu-visualize
package. The function tree-sentence
receives an instance of a
sentence object and (optionally) an output stream, and outputs to the
stream the sentence’s metadata and its tree structure:
(conllu.draw:tree-sentence (nth 5 *frases*)) text = Eles se dizem oposição, mas ainda não informaram o que vão combater. source = CETENFolha n=1 cad=Opinião sec=opi sem=94a sent_id = CF1-7 id = 6 ─┮ │ ╭─╼ Eles nsubj │ ├─╼ se expl ╰─┾ dizem root ├─╼ oposição xcomp │ ╭─╼ , punct │ ├─╼ mas cc │ │ ╭─╼ ainda advmod │ ├─┶ não advmod ├─┾ informaram conj │ │ ╭─╼ o det │ │ ╭─┶ que obj │ │ ├─╼ vão aux │ ╰─┶ combater ccomp ╰─╼ . punct