Description Usage Arguments Value
View source: R/spacy_tquery_annotations.r
Function that wraps tqueries for extracting verb clauses
1 2 | spacy_verb_clauses(tokens, column, verbs = NULL, exclude_verbs = NULL,
...)
|
tokens |
A tokenindex |
column |
The name of the column with the annotations |
verbs |
Optionally, a character vector to specify specific verb lemma |
exclude_verbs |
Optionally, a character vector to specify verb lemma to exclude |
... |
additional tqueries to annotate |
A tokenindex
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.