Edit
by shynethu shynethu - 10 years ago (2015-01-26)
i want to learn and write
| for doing thesis about spelling checking |
Ask clarification
1 Recommendation
PHP Sentence Parser: Parses and analyzes words in sentences
This class can parse, analyze words and interprets sentences.
It takes an English sentence and breaks it into words to determine if it is a phrase or a clause.
It can also counts the total number of words in a sentence, checks if a word is a palindrome and can generate a new sentence with almost the same meaning using synonyms and other grammar-specific rules.
| by Samuel Adeshina package author 1015 - 9 years ago (2015-05-13) Comment
THis class does exactly what you need. It can determine if a word is correctly spelt or not |