-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
FYI, if you are using Guzzle, then the code needs to be changed to this if you want to add specific annotators:
define('CURLPROPERTIES' , '"annotators":"ner","prettyPrint":"true"');
$client = new \GuzzleHttp\Client();
$res = $client->request('POST', CURLURL.'?properties={'.CURLPROPERTIES.'}', [
'body' => $text
]);
Metadata
Metadata
Assignees
Labels
No labels