Make a Name object

ros_make_name(name, entity_type = NULL, language = NULL, script = NULL)

Arguments

name
the name to be matched
entity_type
the entity type of the text. One of PERSON, LOCATION or ORGANIZATION (optional)
language
ISO 639-3 code for the name's langauge (optional)
script
ISO 15924 code for the name's script (optional)

Examples

ros_make_name("Michael Jackson")
#> $text #> [1] "Michael Jackson" #> #>