PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Peter Kahl   PHP Detect Language of Text Genius   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Detect Language of Text Genius
Detects the language of a given text string
Author: By
Last change: Update of composer.json
Date: 4 years ago
Size: 849 bytes
 

Contents

Class file image Download
{ "name": "peterkahl/language-genius", "type": "library", "description": "Identifies human language from a string of text. This library is a wrapper and extension (18 additional languages) for the Pear library Text_LanguageDetect. As a whole this library is capable of detecting 70 languages.", "keywords": ["language", "language-detection", "detect-language"], "homepage": "https://github.com/peterkahl/Language-Genius", "license": "Apache-2.0", "authors": [ { "name": "Peter Kahl", "email": "peter.kahl@colossalmind.com", "homepage": "https://www.colossalmind.com/", "role": "Developer" } ], "require": { "php": ">=5.3.0", "peterkahl/charset-from-string": "*", "peterkahl/chinese-master": "*", "pear/text_languagedetect": ">=1.0.0" }, "autoload": { "psr-4": { "peterkahl\\LanguageGenius\\": "src/" } } }