PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Raskin Veniamin   PHP Singular Value Decomposition   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Singular Value Decomposition
Analyze texts to find a relation with given terms
Author: By
Last change:
Date: 5 years ago
Size: 485 bytes
 

Contents

Class file image Download
{ "name": "vench/php-lsa", "description": "vench/php-lsa", "minimum-stability": "dev", "license": "Apache-2.0", "type": "library", "autoload": { "files": ["src/lib.php"], "psr-4": { "PHPLsa\\": "src/" } }, "autoload-dev": { "classmap": [ "tests/" ] }, "authors": [ { "name": "Venya", "email": "nowwrit@mail.ru" } ], "require": { "php": ">=7.0.0" }, "require-dev": { "phpunit/phpunit": "~4.0" } }