Description Usage Arguments Details Examples
Creating a hierplane object from text is made possible by employing
the spacyr
package. More specifically, the spacyr::spacy_parse()
function
is used to tokenize and tag the sentence(s) provided. Note that this
functionality requires the spacyr
package.
1 2 3 4 5 6 7 8 | hp_spacyr(
.data,
node_type = "dep_",
link = "dep_",
attributes = spacyr_default_attributes(),
styles = NULL,
...
)
|
If more than one sentence is detected in the input text, a list of hierplane objects is returned.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.