Skip to content

hugsbrugs/php-synonym

Repository files navigation

php-synonym

This librairy allows one to get english and french synonyms

Build Status

Coverage Status

Install

Install package with composer

composer require hugsbrugs/php-synonym

In your PHP code, load librairy

require_once __DIR__ . '/../vendor/autoload.php';
use Hug\Synonym\Synonym as Synonym;

Usage

Find Synonym

Synonym::find($word, $lang = 'en');

Add other laguages

To add other languages Download your thesaurus synonym dictionnary Use one of these scripts mysql2sqlite grfiv

./mysql2sqlite.sh thesaurus_en.sql | sqlite3 thesaurus_en.db

Unit Tests

composer exec phpunit

Author

Hugo Maugey visit my website ;)

Releases

No releases published

Packages

No packages published

Languages