We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62c1c2 commit a5121cbCopy full SHA for a5121cb
examples/events.py
@@ -15,7 +15,7 @@ def run(key, alt_url='https://api.rosette.com/rest/v1/'):
15
# Create an API instance
16
api = API(user_key=key, service_url=alt_url)
17
18
- events_text_data = "Alice has a flight to Budapest. She has not booked a hotel."
+ events_text_data = "I am looking for flights to Super Bowl 2022 in Inglewood, LA."
19
params = DocumentParameters()
20
params["content"] = events_text_data
21
0 commit comments