Top "Spell-checking" questions

Flagging words in a document that may not be spelled correctly.

spellcheck=false on contentEditable elements

For normal input elements you can turn off the spell checking by using a HTML attribute (at least under FF). …

html spell-checking contenteditable
Trying to use the C# SpellCheck class

I am trying to use the SpellCheck class C# provides (in PresentationFramework.dll). But, I am experiencing problems when trying …

c# .net winforms textbox spell-checking
Where can I learn more about the Google search "did you mean" algorithm?

Possible Duplicate: How do you implement a “Did you mean”? I am writing an application where I require functionality similar …

algorithm nlp spell-checking
How to activate spellCheck in C# Windows Form Application?

I am making a C# Windows Form Application in Visual Studio 2012. I want add a textbox with spell checking capabilities. …

c# winforms textbox spell-checking
Disable spell check on field names in Android Studio

I have been using Eclipse/ANT for 5 years now. Android Studio is out of beta so I am starting to …

android ide android-studio spell-checking
Spell check and/or spell correction in Java

How can I do spell checking and/or spell correction in a Java application?

java nlp spell-checking languagetool
How to make custom dictionary for Hunspell

I have a question about building a custom dictionary for hunspell. I'm using a general English dictionary and affix file …

dictionary spell-checking hunspell
How to disable spelling corrections programmatically in Android

How can I disable spelling corrections in an EditText's soft-keyboard programmatically in Android? The user can disable it from settings, …

java android android-edittext android-softkeyboard spell-checking
emacs on mac os x, how to get spell check to work

I'm moving from Windows to Mac, and I've spent the whole night trying to get emacs to work. I've installed …

macos emacs spell-checking aspell flyspell
How to create a user dictionary in eclipse?

When I use eclipse and see my name in the javadocs as the author, I also find the spellchecker marking …

eclipse dictionary eclipse-cdt spell-checking