You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function returns a tuple containing a result and error string. The result could be a JSON, RDF or N-Triples string depending on the **outputFormat** parameter.
506
506
507
507
508
-
-**Call calais to tag the raw text**
508
+
-**Call the calais method to tag the raw text**
509
509
```Python
510
510
raw_text ="""
511
511
TOKYO (Reuters) - Financial markets reeled on Thursday as stocks dived and oil slumped after U.S. President Donald Trump took the dramatic step of banning travel from Europe to stem the spread of coronavirus, threatening more disruptions to trade and the world economy.
@@ -620,7 +620,7 @@ The returned result is a JSON string.
620
620
},
621
621
...
622
622
```
623
-
- **Call calais to tag the raw text and return an RDF string**
623
+
- **Call the calais method to tag the raw text and return an RDF string**
0 commit comments