We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a38e8a + 9cb8821 commit ca8e1e4Copy full SHA for ca8e1e4
examples/relationships.py
@@ -14,7 +14,7 @@
14
def run(key, altUrl='https://api.rosette.com/rest/v1/'):
15
# Create an API instance
16
api = API(user_key=key, service_url=altUrl)
17
- relationships_text_data = "Bill Murray is in the new Ghostbusters film!"
+ relationships_text_data = "The Ghostbusters movie was filmed in Boston."
18
params = RelationshipsParameters()
19
params["content"] = relationships_text_data
20
params["options"] = {"accuracyMode": "PRECISION"}
0 commit comments