Syntax tree (linguistics)
Native constituency / parse trees for linguistics and NLP teaching. Accepts both Penn Treebank parenthesised notation `(S (NP (DT The) (NN cat)) (VP (V sat)))` and a 2-space indented form. Non-terminals render bold; leaf terminals render italic in a classic serif face. Auto-laid-out so each node sits centred over its children.
In the same space
Most users come to Syntax tree (linguistics) from RSyntaxTree or LaTeX qtree. Glyph runs this engine in the browser — no install, shareable via URL, exportable to PNG / SVG / PDF / source.
Syntax at a glance
(S (NP (DT The) (NN cat)) (VP (V sat)))Paste this in the Studio code pane to see Syntax tree (linguistics) render live. The full grammar is at the upstream-docs link above.
Sample templates
All 7 →Classic constituency tree in Penn Treebank notation.
Sentence with coordinated subjects.
Movement-style tree for "What did Mary read?"
NP modified by a relative clause.
Same tree expressed in 2-space indented notation (no parentheses).
"I saw the man with the telescope" — PP attached high.
syntaxtree · ← Browse all engines · Quick-start guide