Linguistics animations on syntax using manim
Follow installation instructions here. After installing manim and its necessary dependencies, run the following in your terminal:
manim -qh syntax.py EnglishSyntaxTree
The rendered animation should be located in media/videos/syntax/1080p60/EnglishSyntaxTree.mp4
after rendering is complete.
Alternatively, to produce a static image from the last frame of the animation, run the following:
manim -qh -s syntax.py EnglishSyntaxTree
The rendered image should be located in media/images/syntax
.