About svgling
About the package
The svgling
package is, at its core, a single-pass python system for rendering constituent trees to SVG diagrams, intended primarily for use with Jupyter notebooks. It was first released in 2018 as a replacement for what at the time was the only available tree drawing approach for Jupyter, nltk’s _repr_png_
implementation, and has developed from there.
- Author: Kyle Rawlins, kgr@jhu.edu
- Dependencies:
svgwrite
, python 3, (optional) cairosvg - Repository and issue tracker: https://github.com/rawlins/svgling/
- Installation: download from github and use setuptools, or
pip install svgling
to install the current release version from PyPI. - License: MIT License
About the website
This website is rendered from runnable Jupyter notebooks using quarto. The source notebooks and page generation code can be found at: https://github.com/rawlins/svgling/tree/master/docs.