Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!news.lightlink.com!news.iecc.com!nerds-end From: Quinn Tyler Jackson Newsgroups: comp.compilers Subject: Parse Tree Visualization Tools? Date: Thu, 8 Sep 2011 08:45:04 -0700 Organization: Compilers Central Lines: 15 Sender: news@iecc.com Approved: comp.compilers@iecc.com Message-ID: <11-09-010@comp.compilers> NNTP-Posting-Host: news.iecc.com X-Trace: gal.iecc.com 1315499193 92679 64.57.183.58 (8 Sep 2011 16:26:33 GMT) X-Complaints-To: abuse@iecc.com NNTP-Posting-Date: Thu, 8 Sep 2011 16:26:33 +0000 (UTC) Keywords: tools, question Posted-Date: 08 Sep 2011 12:26:33 EDT X-submission-address: compilers@iecc.com X-moderator-address: compilers-request@iecc.com X-FAQ-and-archives: http://compilers.iecc.com Xref: x330-a1.tempe.blueboxinc.net comp.compilers:260 I am looking to find any (Windows compatible) tools that can take simple vector input and display an inverted parse tree, as seen here: http://www.codeproject.com/KB/recipes/englishparsing/englishparsing1.jpg The actual parsing would be done by something other than the system used to display it. Putting the vectors into the appropriate format such that the tool could display the appropriate tree is entirely possible. Does anyone have any pointers? Quinn