spellchecking

Best spell checking api for Java

What is the best Java spell checking API? Free or purchased, must be royalty-free. ...

What is the best spell checking library for C#?

What's the best spell checking library for C# / .net? (This will be web-based, so the built in spell check for WPF won't work.) ...

Django "Did you mean?" query

Hi all, I am writing a fairly simple Django application where users can enter string queries. The application will the search through the database for this string. Entry.objects.filter(headline__contains=query) This query is pretty strait forward but not really helpful to someone who isn't 100% sure what they are looking for. So I ex...

How can I flag source code in an MS Word document to not spell check?

Sometimes, for what ever reason, I copy source code into either a word document, or an email ... which in Outlook, I believe, is using Word. Anyway, it would be nice if I could spell check the english part of my document without having to manually ignore each and every source code token. Is there an option, or some type of style format...

Managing Spell-check Dictionary WPF

Hi there, is possible to manage words inside RichTextBox/TextBox with spellcheck enable, I found this necesary cause some medical technicians are highlighted (not found in .net dictionary resource) please advice if this feature is enable yet, thanks! • C# - Fx3.5 ...

Best web specific spell checker for the .NET platform?

We are currently looking at the product listed below, but I thought to see what others are using. http://www.aspnetspell.com/ ...

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: French, German, Spanish, and Czech. Any suggestion? ...

good spell checker for IE6?

Please suggest a spell checker for IE6. Preferences (but not mandatory): open source free ajax-friendly If you need clarification please leave a comment. ...

Do you know a free or open source website spell-checker?

We are looking for a free to use website software for spell checking our sites before they go to production. A basic search online took me to these pages: Net MECHANIC Text Trust Orango I did the trial in NetMechanic and I got a bogus email with no result and encouraging me to buy their paid subscription. Any suggest...

WPF RichTextBox and specific culture issues

Hi there, Im trying to set Language for System.Windows.Control.RichTextBox as "es-PE", but I found some issues, for example in some computers, works perfectly and SpellChecker is enabled with "es-PE" language, but in others it just works with "en-US", so I Dont know whats the matter with that control, I was using the following code in...

How do you spell check a website?

I know that spellcheckers are not perfect, but they become more useful as the amount of text you have increases in size. How can I spell check a site which has thousands of pages? Edit: Because of complicated server-side processing, the only way I can get the pages is over HTTP. Also it cannot be outsourced to a third party. Edit: I ha...

How to ignore comments in the latex file with ispell (within emacs if possible)

I'm writing a text with Latex in English but written my comments in Finnish. When I'm running the spell checking with ispell, I got to run through all the comments. Is there a handy way to skip the comments with the ispell? If that could be done with emacs, that would be double handy =) One way would be to run the ispell within console ...

WPF RichTextBox - spell check does not work with formatted text

Hi, If I define a RichTextBox as follows; <RichTextBox SpellCheck.IsEnabled="True"> <FlowDocument /> </RichTextBox> When I type in the work 'Sample' and make the first three letters bold, the spell checker underlines the word. The source XAML of the document shows that the RichTextBox is splitting the word into two seperate runs...

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? ...

How to :set spell in Vim only for emails?

Google is not being very helpful here. I'd like to compose emails with :set spell on, but for all other files, :set spell should be off. I am using mutt, and Vim as the editor for composing emails. In fact, I'm curious, how does Vim know that it's an email I'm composing? Is there a command-line parameter of the type of file being edited...

Detecting misspelled words

I have a list of airport names and my users have the possibility to enter one airport name to select it for futher processing. How would you handle misspelled names and present a list of suggestions? ...

Is there a way to force Visual Studio 2008 (or below) to use a spellchecker for comments?

I'm not sure if this can be done at all, but it'd certainly make my life easier. I was wondering if maybe the MS spellchecker could be used as a plug-in for other applications... or something like that. Thanks. ...

Asp.Net Textbox spell checker control

Hi, Does anyone know if any spell checker controls exist for Asp.Net textboxes? I need a control that will check the textbox currently being edited by the user and prompt them of spelling mistakes. Thanks in advance. ...

Spellcheck components for Delphi

One of the requirements for the twitter client we are developing for the community is a spellcheck component. What are some of the spellcheck components/systems you have used in applications and what was your experience using it? ...

Disable spell checking on IntelliJ IDEA

Hi! I'm trying - since almost an hour - to disable spell checking in MacOS's IntelliJ IDEA version 8.1. I hate to say: it's a very stupid question: how do I get rid of it? :-) Does someone know that? Thanks a lot! ...