spell-checking

What Javascript rich text editor will not break the browser's spellcheck?

I'm using TinyMCE in an ASP.Net project, and I need a spell check. The only TinyMCE plugins I've found use PHP on the server side, and I guess I could just break down and install PHP on my server and do that, but quite frankly, what a pain. I don't want to do that. As it turns out, Firefox's built-in spell check will work fine for me, b...

Equipping Notepad with Spell Check (as you type) feature -- Best choice available?

I don't need any alternative text editor with bundle of features. I just want my text to be checked in Notepad (as I type) for any spelling mistake. What is the best choice available? Thanks in advance. ...

outlook spell check outbound only

In outlook, the admin can force all users to endure a spell check for each email. Can Outlook be set to enforce spell check only for emails that are outbound from the company domain, so that "in-house" emails would not be spell-checked, but all emails going out from the domain would be checked? ...

GWT text inputs with spell-check like behavior?

Hello, Does anyone know of a GWT widget that works like a spelling suggestor? Ideally it would be similar to this: http://www.polishmywriting.com/ I need a click-triggered popup on user generated text so that I can suggest replacements (I am not building a spell-checker, but something similar). I also really like the way the polishmy...

Java Stanford NLP: Spell checking

I'm trying to check spelling accuracy of text samples using the Stanford NLP. It's just a metric of the text, not a filter or anything, so if it's off by a bit it's fine, as long as the error is uniform. My first idea was to check if the word is known by the lexicon: private static LexicalizedParser lp = new LexicalizedParser("englishP...

Textarea spellcheck attribute XHTML Strict

I would like to turn off the built-in spellcheck functionality in certain browsers such as Firefox and Opera on a textarea that contains HTML embed code for visitors to copy and paste. This can be done with following attribute: spellcheck="false" However, this causes a validation error for XHTML Strict. Also, it doesn't work properly i...

Separate word lists for nouns, verbs, adjectives, etc

Usually word lists are 1 file that contains everything, but are there separately downloadable noun list, verb list, adjective list, etc? I need them for English specifically. ...