Description Usage Arguments Value Author(s) See Also
View source: R/create_syntrel.R
Apply a udpipe model for part-of-speech tagging and dependency parsing to identify syntactic relationships.
1 | create_syntrel(text, model)
|
text |
Character string. String to be parsed. |
model |
Character string. Path from the working directory to the downloaded udpipe model. |
A tibble where each observation is a syntactic relationship between two words from the initial text.
Nicolas Mangin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.