organizations: Finds the names of organizations in the input text

Description Usage Arguments Value See Also Examples

Description

Finds the names of organizations 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 <- organizations("A year ago, the New York Times published confidential comments about ISIS' ideology by Major General Michael K. Nagata, then U.S. Special Operations commander in the Middle East.")
cat(sprintf("%s is mentioned in the input text", result[[1]]["text"]))

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