
August 3rd, 2005, 03:55 PM
|
 |
Administrator
|
|
Join Date: Sep 2003
Location: Davie, FL
|
|
Quote: | Originally Posted by thaminda We started working on a new hack to update existing spell checker after receiving lot of suggestions http://forums.devshed.com/showthread.php?t=271150
The way we have setup our spell checker module, we cannot change the existing dictionary. Therefore we cannot alter any words in that list. However we are working on a new hack to add custom word list to spell checker. So every time when user uses this new module it will use Default Dictionary + Custom Word List to check spelling.
This Custom Word List can be alter any time. First thing we going to need is a list of word that we are going to put in there. If some one can compiled a list of these words that will be great help for us. Create a text file containing words to add to the Custom Word List. Put each word on a new line, and make sure no word contains spaces. Attach this text file to post, so every one can see it and make there suggestions on it.
If any one has any ideas for this new hack we are going to create please let us know. |
Yes, there were a few suggestions in that thread for our spellcheck. Due to the way it works, though, some of them (although good sugestions) are just not feasible.
For starters, we can easily add words to the dictionary. This cannot be automated, though, so we will need to mods to help us come up with some common words and terms for us to ignore.
We are also going to look into ignoring words that are 100% capital letters. Dont know if it can be done yet, but we are looking at it.
Thanks,
Rich
|