I have a website that processes user submitted documents in a variety of ways, one of which is to do a spell check on a part of each document.When I set this website up on a Mac Mini (yes, I realize t
When I try to add a word or to ignore all, Aspell throws the error \'the file \"C:/Program Files (x86)/Aspell/en.pws\" cannot be ope开发者_StackOverflowned for writing\'. Anyone know what is
I\'ve managed to compile the aspell as a static library for iPhone. I\'ve the libaspell.a file and included it in my xcode project as a framework.
I\'m building a \"did you mean\" funcionality on an internal search engine, using aspell and php (php-pspell).