File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414def run (key , altUrl = 'https://api.rosette.com/rest/v1/' ):
1515 # Create an API instance
1616 api = API (user_key = key , service_url = altUrl )
17- relationships_text_data = "Bill Murray is in the new Ghostbusters film! "
17+ relationships_text_data = "The Ghostbusters movie was filmed in Boston. "
1818 params = RelationshipsParameters ()
1919 params ["content" ] = relationships_text_data
2020 params ["options" ] = {"accuracyMode" : "PRECISION" }
Original file line number Diff line number Diff line change 1616limitations under the License.
1717"""
1818
19- __version__ = '1.0.1 '
19+ __version__ = '1.1.0 '
Original file line number Diff line number Diff line change 2929from datetime import datetime
3030import requests
3131
32- _BINDING_VERSION = "1.0 "
32+ _BINDING_VERSION = "1.1 "
3333_GZIP_BYTEARRAY = bytearray ([0x1F , 0x8b , 0x08 ])
3434
3535_IsPy3 = sys .version_info [0 ] == 3
You can’t perform that action at this time.
0 commit comments