thrashzone13 / wordnet-php-wrapper
There is no license information available for the latest version (v1.0) of this package.
Php wrapper for wordnet dictionary cli
v1.0
2021-09-21 07:48 UTC
Requires
- php: ^7.3
Requires (Dev)
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2025-06-21 16:36:59 UTC
README
WordNet® is a large lexical database of English. Nouns, verbs, adjectives and adverbs are grouped into sets of cognitive synonyms (synsets), each expressing a distinct concept.
As the result returned from wordent is in human-readable format, this library helps using the result in your php projects by converting it to objects.
Requirements
The library doesn't contain wordnet and its required to install it first.
Examples
Wordnet::create()->search('cat');