PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dennis de Swart   PHP Stanford Core NLP Adapter   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Stanford Core NLP Adapter
Natural language processing using Stanford server
Author: By
Last change: Update to 5.0.0
Date: 7 years ago
Size: 671 bytes
 

Contents

Class file image Download
{ "name": "dennis-de-swart/php-stanford-corenlp-adapter", "type": "library", "description": "PHP adapter for use with Stanford CoreNLP tools", "keywords": ["stanford","nlp","ner","pos","parser"], "homepage": "https://github.com/DennisDeSwart/PHP-stanford-corenlp-adapter", "license": "MIT", "authors": [ { "name": "Dennis de Swart", "email": "dennis@dennisdeswart.nl", "homepage": "http://www.dennisdeswart.nl", "role": "Developer" } ], "require": { "php": ">=5.5", "guzzlehttp/guzzle": "^6.2.0" }, "autoload": { "classmap": ["src/"] } }