Skip to content

Commit e2963c5

Browse files
authored
Merge pull request #82 from iredpath/DOC-246-relax-example
DOC-246 remove undocumented option
2 parents b3f73a0 + a447668 commit e2963c5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/relationships.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def run(key, alt_url='https://api.rosette.com/rest/v1/'):
1818
relationships_text_data = "FLIR Systems is headquartered in Oregon and produces thermal imaging, night vision, and infrared cameras and sensor systems. According to the SEC’s order instituting a settled administrative proceeding, FLIR entered into a multi-million dollar contract to provide thermal binoculars to the Saudi government in November 2008. Timms and Ramahi were the primary sales employees responsible for the contract, and also were involved in negotiations to sell FLIR’s security cameras to the same government officials. At the time, Timms was the head of FLIR’s Middle East office in Dubai."
1919
params = DocumentParameters()
2020
params["content"] = relationships_text_data
21-
api.set_option('accuracyMode', 'PRECISION')
2221
try:
2322
return api.relationships(params)
2423
except RosetteException as exception:

0 commit comments

Comments
 (0)