-
This PHP script can be used to get synonyms and parts of speech of given words. It takes a given word and finds synonyms in a dictionary. If the exact word is not available, the script uses stemming algorithms to find synonyms of closer words. The script can also retrieve a list of parts of speech that include that given ...

