PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jericko Tejido   basset-ir   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: basset-ir
Retrieve, transform and process text documents
Author: By
Last change: added few tests
Date: 5 years ago
Size: 486 bytes
 

Contents

Class file image Download
{ "name": "jtejido/basset", "description": "Basset is another one of those tools that does IR in PHP.", "keywords": ["information retrieval"], "license": "MIT", "authors": [ { "name": "Jericko Tejido", "email": "jtbibliomania@gmail.com" } ], "require": { "php": ">=7.1" }, "autoload": { "psr-4": { "Basset\\": "src/" } }, "autoload-dev": { "psr-4": { "Basset\\Tests\\": "tests/" } }, "require-dev": { "phpunit/phpunit": "5.*" } }