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.
1 parent c340475 commit ea08c8eCopy full SHA for ea08c8e
examples/entities.py
@@ -18,7 +18,7 @@ def run(key, altUrl='https://api.rosette.com/rest/v1/'):
18
params = DocumentParameters()
19
params["content"] = entities_text_data
20
params["genre"] = "social-media"
21
- return api.entities(params)
+ return api.entities(params)
22
23
parser = argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultsHelpFormatter, description='Calls the ' + os.path.splitext(os.path.basename(__file__))[0] + ' endpoint')
24
parser.add_argument('-k', '--key', help='Rosette API Key', required=True)
0 commit comments