moonlightlane / parseviz

Visualize constituent and dependency parses as PDF or image formats, through GraphViz.

Home Page:http://brenocon.com/parseviz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visualize constituent and dependency parses as PDF/images, through GraphViz.
Web interface running at: http://brenocon.com/parseviz/
By Brendan O'Connor (http://brenocon.com)

To use the commandline, put the parse on STDIN and it outputs PDF.
For example,

cat examples/mobydick.heilman | ./parseviz.py
head examples/malt.txt | ./parseviz.py
cat examples/deps10 | ./parseviz.py

Moby Dick hand-parsed tree contributed by Michael Heilman. (http://www.cs.cmu.edu/~mheilman/)

www/ has a CGI wrapper used in http://brenocon.com/parseviz/

About

Visualize constituent and dependency parses as PDF or image formats, through GraphViz.

http://brenocon.com/parseviz/


Languages

Language:Python 99.1%Language:Shell 0.9%