Parse Tree Visualization Tools?

Quinn Tyler Jackson <quinn_jackson2004@yahoo.ca>
Thu, 8 Sep 2011 08:45:04 -0700

          From comp.compilers

Related articles
Parse Tree Visualization Tools? quinn_jackson2004@yahoo.ca (Quinn Tyler Jackson) (2011-09-08)
| List of all articles for this month |

From: Quinn Tyler Jackson <quinn_jackson2004@yahoo.ca>
Newsgroups: comp.compilers
Date: Thu, 8 Sep 2011 08:45:04 -0700
Organization: Compilers Central
Keywords: tools, question
Posted-Date: 08 Sep 2011 12:26:33 EDT

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



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.