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
{{ message }}
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
If I go to the dependency parsing demo https://demo.allennlp.org/dependency-parsing and enter "The quick red fox jumped over the lazy brown dog.", the output tree matches what I expect but the hierplane visualization shows "The quick red quick fox" as a branch off of "jumped" when it's minimized.
I'm unsure whether this is an issue in the demo code or this should be redirected to the hierplane library instead.
The text was updated successfully, but these errors were encountered:
Unfortunately this is a known issue in hierplane. We'd like to fix it, but it's not a high priority for us. A good workaround would be to just add text output to the demo.
If I go to the dependency parsing demo https://demo.allennlp.org/dependency-parsing and enter "The quick red fox jumped over the lazy brown dog.", the output tree matches what I expect but the hierplane visualization shows "The quick red quick fox" as a branch off of "jumped" when it's minimized.
I'm unsure whether this is an issue in the demo code or this should be redirected to the hierplane library instead.
The text was updated successfully, but these errors were encountered: