PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dennis de Swart   PHP Stanford NLP Datastore   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Stanford NLP Datastore
Analyse text with NLP and stores in a database
Author: By
Last change:
Date: 7 years ago
Size: 763 bytes
 

Contents

Class file image Download
{ "name": "dennis-de-swart/php-stanford-nlp-datastore", "type": "library", "description": "Stores NLP data from Stanford CoreNLP server.", "keywords": ["stanford","nlp","named entity","coreference","openie", "natural language"], "homepage": "https://github.com/DennisDeSwart/PHP-Stanford-NLP-Datastore", "license": "MIT", "authors": [ { "name": "Dennis de Swart", "email": "dennis@dennisdeswart.nl", "homepage": "http://www.dennisdeswart.nl", "role": "Developer" } ], "require": { "php": ">=5.3", "dennis-de-swart/php-stanford-corenlp-adapter": "*", "doctrine/dbal": "*" }, "autoload": { "classmap": ["src/"] } }