Perform rule based coreference resolution
This is an experimental implementation of coreference resolution, aimed at coreferences of nouns and pronouns.
keep_feats |
If TRUE, keep the feature columns created for the coref resolution |
rm_unique |
If TRUE, remove unique coref ids (i.e. if ) |
a tCorpus
tc = tc_sotu_udpipe$copy() tc$udpipe_quotes() ## Not run: tc$udpipe_coref() tc$tokens[!is.na(tc$tokens$coref_id),] ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.