people: Finds the names and titles of people in the input text

Description Usage Arguments Value See Also Examples

Description

Finds the names and titles of people in the input text

Usage

1

Arguments

text

text for analysis

version

for api version

...

additional arguments to passed to request

Value

array of dicts, each with 'text', 'confidence', and 'position' fields

See Also

places, organizations

Examples

1
2
result <- people("Barack Obama is scheduled to give a talk next Saturday at the White House.")
cat(sprintf("%s is mentioned in the input text", result[0]['text']))

IndicoDataSolutions/IndicoIo-R documentation built on May 7, 2019, 6:37 a.m.