Closed (won't fix)
Project:
Spell Check
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2007 at 17:33 UTC
Updated:
2 Oct 2008 at 07:32 UTC
It would be really cool if administrators could add words to the standard dictionary.
Comments
Comment #1
fonant commentedI've been looking into this. I've done half the job, by creating a text file with "added" words in the module directory, and modifying the $aspell_opts to use this file as a personal dictionary.
Modified spellchecker.php lines:
added_words.txt file format:
Now we just need some code to add unrecognised words, when asked, to added_words.txt in the module directory. Since this will be automated, it could also add the optional word-count argument to the end of the first line of the personal wordlist (see
http://aspell.net/man-html/Format-of-the-Personal-and-Replacement-Dictio... for format details)
Comment #2
Christopher Herberte commented