Skip to content

Commit

Permalink
✏️ add description to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thrashzone13 committed Sep 21, 2021
1 parent f0e611c commit ccb78c1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# Wordnet php wrapper

<hr/>
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

<hr/>
The library doesn't contain wordnet and its required to install it first.

## Examples

<hr/>
```
Wordnet::create()->search('cat');
```

0 comments on commit ccb78c1

Please sign in to comment.