getDependency {coreNLP}R Documentation

Get Dependencies

Description

Returns a data frame of the coreferences of an annotation

Usage

getDependency(annotation, type = c("CCprocessed", "basic", "collapsed"))

Arguments

annotation

an annotation object

type

the class of coreference desired

Examples

getDependency(annoEtranger)
getDependency(annoHp)


[Package coreNLP version 0.4-3 Index]