php-stanford-corenlp-adapter
php-stanford-corenlp-adapter copied to clipboard
PHP adapter for Stanford CoreNLP
Online Url given in corenlp adapter is not showing the output as version .What is new online url for new release version of corenlp.
Hello i'm working on coreNLP adapter and i'm facing a problem with the function getTreeWithTokens where `$parse = $sentence['parse'];` is giving me Unidentified index. I've made a `var_dump` on $sentence...
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...