Top "Spell-checking" questions

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

Spell Checker for Python

I'm fairly new to Python and NLTK. I am busy with an application that can perform spell checks (replaces an …

python python-2.7 nltk spell-checking pyenchant
How does the Google "Did you mean?" Algorithm work?

I've been developing an internal website for a portfolio management tool. There is a lot of text data, company names …

algorithm machine-learning nlp spell-checking text-search
Disable spell checking on IntelliJ IDEA

I'm trying to disable spell checking in MacOS's IntelliJ IDEA version 8.1. How can I disable it?

intellij-idea spell-checking
Detecting syllables in a word

I need to find a fairly efficient way to detect syllables in a word. E.g., Invisible -> in-vi-sib-le …

nlp spell-checking hyphenation
What algorithm gives suggestions in a spell checker?

What algorithm is typically used when implementing a spell checker that is accompanied with word suggestions? At first I thought …

algorithm language-agnostic spell-checking levenshtein-distance
Turn off Chrome/Safari spell checking by HTML/css

Is there a way for a web developer to turn off Chrome/Safari/WebKit's spellchecking on particular input or textarea …

html css google-chrome spell-checking
Looking for Java spell checker library

I am looking for an open source Java spell checking library which has dictionaries for at least the following languages: …

java nlp spell-checking languagetool
Where to find dictionaries for other languages for IntelliJ ?

IntelliJ spellchecker comes with only English and Arabic bundled (strange, I think it made in east Europe, they didn't even …

dictionary intellij-idea spell-checking
Python: check whether a word is spelled correctly

I'm looking for a an easy way to check whether a certain string is a correctly-spelled English word. For example, …

python spell-checking
How to add a dictionary for spell check in Android Studio / IntelliJ Idea

I have been using Android Studio in Spanish, and it bothers me that it highlights as incorrect words which are …

android android-studio intellij-idea spell-checking