PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Carlos Artur Curvelo da Matos   PHP Phonetic and Linguistics Tools   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Phonetic and Linguistics Tools
Convert words into phonetic representation strings
Author: By
Last change: Phonetics supporting NYSIIS encoding.
Date: 2 years ago
Size: 578 bytes
 

Contents

Class file image Download
{ "name": "carloswph/linguistics", "description": "Linguistics and language tools in PHP.", "type": "library", "license": "MIT", "keywords": ["phonetics", "algorithm", "soundex", "nysiis", "ipa", "metaphone", "language", "english grammar"], "authors": [ { "name": "carlos", "email": "geral@meuppt.pt", "homepage": "https://wp-helpers.com" } ], "minimum-stability": "dev", "require": {}, "autoload": { "psr-4": { "Linguistics\\": "src/" } } }