PHP Classes

Spell Checking

Recommend this page to a friend!

      PHP Sentence Parser  >  All threads  >  Spell Checking  >  (Un) Subscribe thread alerts  
Subject:Spell Checking
Summary:Does it really operate as a spell checker?
Messages:2
Author:Dave Smith
Date:2015-05-13 20:10:35
 

 


  1. Spell Checking   Reply   Report abuse  
Picture of Dave Smith Dave Smith - 2015-05-13 20:10:35
Generally spell checking is a bit more than just determining if a word is in a dictionary, it also suggests corrections.

I get that this class can parse a sentence and work as a thesaurus, but can it actually suggest changes to misspelled words?

Dave

  2. Re: Spell Checking   Reply   Report abuse  
Picture of Samuel Adeshina Samuel Adeshina - 2015-05-13 20:54:02 - In reply to message 1 from Dave Smith
You can actually use it asynchronously to detect 'mis-spelled words', but currently, you can't get suggested words for wrongly spelled once. I made some changes to the class and it can now suggest another word for wrongly spelled once (generally how a spell checker works), this time around it uses a nosql database. You won't see this changes though until the class is approved which is probably in a weeks time.