You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now tp.io.spacy.render_parse_tree() uses DisplaCy's large format to render parse trees. Bigger parse trees end up taking a lot of space. There should be an option to use the compact argument to use the more compact format with square arrows; see https://spacy.io/usage/visualizers#dep.
Compact rendering should be on by default for parse trees larger than 10 nodes or so.
The text was updated successfully, but these errors were encountered:
Right now
tp.io.spacy.render_parse_tree()
uses DisplaCy's large format to render parse trees. Bigger parse trees end up taking a lot of space. There should be an option to use thecompact
argument to use the more compact format with square arrows; see https://spacy.io/usage/visualizers#dep.Compact rendering should be on by default for parse trees larger than 10 nodes or so.
The text was updated successfully, but these errors were encountered: