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 EnglishSyntaxTreeThe 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 EnglishSyntaxTreeThe rendered image should be located in media/images/syntax.
