Skip to content

Commit 4a35e54

Browse files
authored
RCB-601: Test data update.
1 parent 8a510bb commit 4a35e54

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

examples/events.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,7 @@ def run(key, alt_url='https://api.rosette.com/rest/v1/'):
1515
# Create an API instance
1616
api = API(user_key=key, service_url=alt_url)
1717

18-
# Set selected API options.
19-
# For more information on the functionality of these
20-
# and other available options, see Rosette Features & Functions
21-
# https://developer.rosette.com/features-and-functions#entity-extraction-and-linking
22-
23-
# api.set_option('calculateSalience','true')
24-
# api.set_option('linkEntities','false')
25-
26-
events_text_data = "James wanted to test this awesome document."
18+
events_text_data = "I am looking for flights to Super Bowl 2022 in Inglewood, LA."
2719
params = DocumentParameters()
2820
params["content"] = events_text_data
2921

0 commit comments

Comments
 (0)