daipratt / words

A php script that will do anything you can with words. From spell checking, to definitions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

words

A php script that will do anything you can with words. From spell checking, to definitions.

TODO list

-create a function that returns the submitted word and it's definition or definitions.
-create a function that returns translation of word

functions created

is_valid() = returns true if word is valid
definition() = returns the definition of the word
translate($lang) = returns the tranlation for the word
is_anagram($word2) = return true if the two words are anagrams

About

A php script that will do anything you can with words. From spell checking, to definitions.