Syntax tree generator
Phrase (labelled bracket notation)
github.com/int2str/jssyntaxtree © 2003-2022 IronCreek Software
Idea and linguistic guidance - Mei Eisenbach
Coding & design - André Eisenbach
Tips
- The graph will update automatically once a matching number of brackets is detected, and handles unicode fonts
- Click on the syntax tree image to download a copy, or right-click the image and copy & paste the graph into your document editor.
- Add manual subscripts to nodes using an underscore character.
Example: [N_s Dogs] - Add manual superscript to nodes using the ^ character.
Example: [N^s Cats] - You can add spaces to nodes by putting them inside double quotes.
Example: ["Main clause" [S][V][O]] - Add arrows to a node by using an ->, <- or <> arrow followed by column number.
Example: [A [B C][D E][F G ->1]]