-
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 hierpla…
-
See https://github.com/allenai/allennlp/issues/601
-
So based on the org data I built the following function that converts the json data into a hierplane-compatible dataset. I think it *maybe* useful if say...someone wants to modify json tree data as a …
-
```r
library(hierplane)
library(shiny)
ui
-
Hi, thanks for dash and this component creation helper, great ideas both.
Right now, I just want to use someone else's React component (https://github.com/allenai/hierplane) in my dash app, but I c…
-
Creating an `hp_dataframe` object isn't easy, but I think it can be. It just doesn't seem very intuitive to me at the moment. I have worked on a small shiny app for explaining a `hp_dataframe` object …
-
## Checklist
- [x] I have verified that the issue exists against the `main` branch of AllenNLP.
- [x] I have read the relevant section in the [contribution guide](https://github.com/allenai/al…
-
While trying to reproduce the hierplane you see [here](https://allenai.github.io/hierplane/), I ran into the following error:
```r
hierplane::hp_spacyr("With Hierplane you can explore linguistic str…
-
Do we prefer the current version:
```r
library(hierplane)
df
-
It works regular `data.frame` so we need to figure out how to get it to work with `tibble`:
```r
devtools::load_all()
df