PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dennis de Swart   PHP Moby NLP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Moby NLP
Generate complete thoughts from a verb and a noun
Author: By
Last change:
Date: 7 years ago
Size: 658 bytes
 

Contents

Class file image Download
{ "name": "dennis-de-swart/php-moby-nlp", "type": "library", "description": "Gets the complete thought from a verb and a noun using Moby Thesaurus", "keywords": ["Moby","thesaurus","nlp", "natural language", "complete thought"], "homepage": "https://github.com/DennisDeSwart/PHP-Moby-NLP", "license": "MIT", "authors": [ { "name": "Dennis de Swart", "email": "dennis@dennisdeswart.nl", "homepage": "http://www.dennisdeswart.nl", "role": "Developer" } ], "require": { "php": ">=5.3" }, "autoload": { "classmap": ["src/"] } }