PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP Stop Words List   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Stop Words List
Get stop words for many different languages
Author: By
Last change: [!]: "php": ">=7.0"
Date: 6 years ago
Size: 443 bytes
 

Contents

Class file image Download
{ "name": "voku/stop-words", "description": "Stop-Words via PHP", "keywords": [ "stop-words", "stop words" ], "type": "library", "license": "MIT", "authors": [ { "name": "Lars Moelleken", "homepage": "http://www.moelleken.org/" } ], "autoload": { "psr-4": { "voku\\": "src/voku/" } }, "require": { "php": ">=7.0.0" }, "require-dev": { "phpunit/phpunit": "~6.0" } }