is it possible to create something like \"a global dictionary\" for pspell? I tried a lot but i can only create a personal dictionary for languages which are installed.
I\'m programming a spell checker in Javascript in combination with OpenOffice dictionary, and I have a serious problem.
Usually word lists are 1 file that contains everything, but are there separately downloadable noun list, verb list, adjective list, etc?
What algorithm is typically used when implementing a spell checker that is accompanied with word suggestions?
I am looking for a Java library to do some initial spell checking / data normalization on user generated text content, imagine the interests entered in a Facebook profile.
I am trying to figure out the best way for doing spellcheck in flex application. I need a support of multiple languages, like: english, russian and so on. Also, I don\'t need a realtime spellchecking
I am developing a web site where i need to accept data from user. What i am looking at is some spell check where as an开发者_StackOverflow社区d when user types it shows the suggestion. Like the box we
I had a specific question reg开发者_如何学编程rading ordering the suggested words returned by hunspell on a typo. The words seems to be returned in an alpha order. I want to order the suggestions by r
IntelliJ spellchecker comes with only English and 开发者_C百科Arabic bundled (strange, I think it is made in east Europe, they didn\'t even bundle their language?).
I have a HTML document, a list of common spelling mistakes, and the correct spelling for each case. The HTML documents will be up to ~50 pages and there are ~30K spelling correction entries.