0
votes
0answers
1 views
Aspell Dictionary can’t be opened
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 opened for writing'. Anyone know what is cau …
3
votes
3answers
42 views
Spelling Suggestions for Conjoined Words
I am working on implementing a spell check function for a web-based WYSIWYG editor. I am currently using the Damerau-Levenshtein distance algorithm to produce a list of spelling s …
1
vote
0answers
22 views
How to change underlining color in a Rich Edit control (Win32/C)
I’m looking for a way to make red squiggly underlining in a Rich Edit control (I’m using version 4.1 with Msftedit.dll). I’m able to produce squiggly underlining with this code :
…
1
vote
0answers
19 views
What are the exact languages supported by the WPF in-built spell checking?
I understand only 4 languages are supported within WPF in-built spelling, English, German, French and Spanish are available. But is only en-US supported, how about en-GB?
Documen …
0
votes
2answers
36 views
Chrome and its Spellcheck — How Hard Would This Be To Implement
From a programmer's perspective.
The dictionary in chrome, Google's "own" browser, does not have the same dictionary as their search engine. Countless times I have right clicked o …
0
votes
2answers
29 views
Spell Checking in Programmer’s Notepad
Is there a way to add spell checking to Programmer's Notepad? This one feature is a major make or break for me, and otherwise PNotepad is my favorite to use on windows (KATE on lin …
0
votes
3answers
34 views
Computer readable list of human names / phone directory?
Hi all,
I'm trying to compile a decent .zwl file for squiggly spell checking in Flex; using British words, not American as supplied by default.
Ive managed to create a decent Bri …
4
votes
3answers
294 views
Best spell checking api for Java
What is the best Java spell checking API?
Free or purchased, must be royalty-free.
0
votes
0answers
18 views
Maven Spell Checker Plugin
Hi all,
I haven't found any spell checkers out there that seem to do a reasonable job. For a little while, I was using the JBoss Maven Spellchecker plugin:
http://www.jboss.org/ …
2
votes
1answer
75 views
pros and cons of various spell checking modes in emacs
I'm wondering if anyone could weigh in on pros and cons of different spelling modes for Emacs. Emacswiki-CategorySpelling mentions three modes for spell checking:
Flyspell mode …
2
votes
3answers
175 views
Does Google allow other people to use their “Did you mean” API?
I have been searching all over the Internet, but did not find that exact API.
I'd like to use their Did You mean feature for my own website.
4
votes
3answers
163 views
Has anyone implemented Peter Norvig’s spellchecker in Perl?
I saw Michael Sparks's very interesting dissection of Peter Norvig's Spell Checker at the SO DevDays in London and it got me wondering if anyone has attempted to implement this pie …
1
vote
3answers
58 views
How to create a google like word suggestion
Hello, i have some problem. i need to know how to make word suggestions in search engine like google "did you mean ... "
If you can, using vector space model method. i have search …
1
vote
1answer
45 views
Dealing with Word spell check in technical documents? [closed]
I have waste millions of hours clicking the Ignore Once button in Word, while trying to spell check a document related to development. Be that something light on terms like a propo …
0
votes
1answer
177 views
Spellcheck with VBA in Outlook 2007 in a specified language
Hello
I'm trying to spell check and send an outlook e-mail using the following macro:
Sub SpellIt()
Dim oMail As Outlook.MailItem
Dim oDoc As Word.Document
Set oMail = Applicati …
