Skip to content

Commit 1207df6

Browse files
author
Chris Park
committed
RCB-488
- Removed social-media from syntax_dependencies example
1 parent 27aed24 commit 1207df6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/syntax_dependencies.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ def run(key, altUrl='https://api.rosette.com/rest/v1/'):
1515
syntax_dependencies_data = "Yoshinori Ohsumi, a Japanese cell biologist, was awarded the Nobel Prize in Physiology or Medicine on Monday."
1616
params = DocumentParameters()
1717
params["content"] = syntax_dependencies_data
18-
params["genre"] = "social-media"
1918
# Create an API instance
2019
api = API(user_key=key, service_url=altUrl)
2120
try:

0 commit comments

Comments
 (0)