Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

tCorpus-cash-udpipe_coref

Perform rule based coreference resolution


Description

This is an experimental implementation of coreference resolution, aimed at coreferences of nouns and pronouns.

Arguments

keep_feats

If TRUE, keep the feature columns created for the coref resolution

rm_unique

If TRUE, remove unique coref ids (i.e. if )

Value

a tCorpus

Examples

tc = tc_sotu_udpipe$copy()
tc$udpipe_quotes()
## Not run: 
 tc$udpipe_coref()
 tc$tokens[!is.na(tc$tokens$coref_id),]

## End(Not run)

corpustools

Managing, Querying and Analyzing Tokenized Text

v0.4.10
GPL-3
Authors
Kasper Welbers and Wouter van Atteveldt
Initial release
2022-05-03

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.