View source: R/udpipe_tqueries.r
udpipe_clause_tqueries | R Documentation |
An off-the-shelf list of tqueries for extracting subject-verb clauses. Designed for working with a tCorpus created with udpipe_tcorpus
.
udpipe_clause_tqueries(verbs = NULL, exclude_verbs = verb_lemma("quote"))
verbs |
A character vector for specific verbs to use. By default uses all verbs (except for those specified in exclude_verbs) |
exclude_verbs |
A character vector for specific verbs NOT to use. By default uses the verbs that indicate speech (that are used for extracting who said what, in |
udpipe_clause_tqueries()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.