nikitakit / self-attentive-parser

High-accuracy NLP parser with models for 11 languages.
https://parser.kitaev.io/
MIT License
871 stars 153 forks source link

[Wishlist] Include web rendering code as `benepar.render()` for Jupyter Notebooks #74

Open chrish42 opened 3 years ago

chrish42 commented 3 years ago

Hi. Thanks for writing benepar. The web rendering demo is super useful for visualizing sentence structure. It'd be lovely if it was made available as something like benepar.render() (inspired from spaCy) for use within Jupyter notebooks, etc. I expect most of the code on the website that does this rendering could be reused as is, too.