Noam - a simple Syntax Tree Generator for non-linguists
Tree Syntax Generator
Recommended way to build an abstract syntax tree?
Resources for learning AST generation?
Videos
Hi there
Sometimes I tried to explain syntax trees to friends and students and I realized that this would be easier to do if there was an app to do the basic process.
I found wonderful software on the web, but I think their goal is to be used as a comprehensive tool for linguistic research. I didn't find a good one to show to lay people.
So I decided that I should build my own, and here is it: https://noam.netlify.app. It's a React app, and it's an open source software. The code will be always available here: https://github.com/iamunhoz/noam (The README is on the way)
It's not finished yet. I want to include more features and make it more robust, but for now I think it is in a reasonable stage to be shown with the aim of collecting feedback.
Any suggestions will be appreciated.
EDIT: Syntax trees get too wide for phone screens, so I designed my app to be desktop-only at this current stage. I want to make it phone friendly too but for that I need a solution for the tree size problem.