spell-checking

javascript spell checker recommendations

做~自己de王妃 提交于 2019-12-04 10:33:33
we are after a JavaScript spell checker to run on our web app. it just needs to work on textareas and textboxes, no other checking is needed. ideally it would also have the ability to add words to the global dictionary as we have quite a lot of in-house jargon. unfortunately it also has to work on the beastly browser (IE6) ... crap could anyone suggest a good option? I have done a bit of looking, and the demo of the jquery php http://code.google.com/p/jquery-spellchecker/ one is exactly the sort of thing we are after, but to run on windows; don't really want to have to screw around with php

Separate word lists for nouns, verbs, adjectives, etc

放肆的年华 提交于 2019-12-04 07:39:49
问题 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. 回答1: See Kevin's word lists. Particularly the "Part Of Speech Database." You'll have to do some minimal text-processing on your own, in order to get the database into multiple files for yourself, but that can be done very easily with a few grep commands. The license terms are available on the "readme" page. 回答2: If you

How to resolve error[The HTTP verb POST used to access path is not allowed] while implementing Speller page in .net application

微笑、不失礼 提交于 2019-12-04 05:56:54
问题 I have implemented Spell checker functionality in my .NET application as per given link below: Speller page I copied the speller page in my application but i am getting error: The HTTP verb POST used to access path '/WebAppUI/speller/speller/server-scripts/spellchecker.php' is not allowed Does anyone know how to resolve it. Thanks. 回答1: I noticed that you said that it is an asp.net application. Does your server have PHP installed and IIS configured properly to process php pages? 来源: https:/

Is it possible to add a custom spellchecking dictionary to a style?

亡梦爱人 提交于 2019-12-04 04:37:14
问题 I've found numerous sites that provide examples of how to add a custom spellchecking dictionary to an individual textbox like so: <TextBox SpellCheck.IsEnabled="True" > <SpellCheck.CustomDictionaries> <sys:Uri>customdictionary.lex</sys:Uri> </SpellCheck.CustomDictionaries> </TextBox> And I've tested this in my app and it works just fine. However, I have industry specific jargon that I need to have ignored across ALL the textboxes in the application and applying this custom dictionary to each

Solr Did you mean (Spell check component)

一曲冷凌霜 提交于 2019-12-04 04:18:23
I use solr for my apps and i integrated the spellcheck component but i have some problems : First : When i type a term separated by space they give me the correction for each term Eg : "wat ters" => "what term" but the true is watters Second : When i type some phrase with some wrong term. although the other terms are correct they apply the spell for all terms. Eg : " Difreences in lankuage use conventions" => "Differences in language use conversions ". The true is "Differences in language use conventions" This is my config in solrconfig.xml : <searchComponent name="spellcheck" class="solr

How can i catch the firefox spellcheck correction event?

北城余情 提交于 2019-12-04 03:31:29
问题 I have a textarea. After writing some misspelled text and using rightclick -> correction the word gets replaced with a correctly spelled word. Now, my problem here is that i need to exectue some javascript code when the correction gets done. How can i catch the firefox spellcheck correction event? If there is a only a solution using a firefox Add-On i would be happy too to know that one. 回答1: Mozilla fires oninput in this case, didn't test in others, but should work everywhere. Interestingly

Spell checker for .NET / C#

痞子三分冷 提交于 2019-12-04 03:15:25
Does somebody know a good multilanguage spell checker for C# - .NET? I mean, I have googled it and I found some alternatives, but does someone have a good success story with one? I need to add a spell checker to my application. I would like a library that integrates with System.Windows.Forms.TexBox , for example. Also, my application is portable to Linux, Mac, ( using Mono ), so it should be 100% managed code. EDIT: I'm looking for something that underlines with a red line a wrong word in the textbox and also proposes corrections in a contextmenu: If you don't object to paying for it,

Accessing Google spelling/suggestion API via C# [closed]

为君一笑 提交于 2019-12-04 02:11:03
Closed . This question needs to be more focused. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it focuses on one problem only by editing this post . Closed 5 years ago . I want to use Google's spelling correction/suggestions in an app I'm doing. I've googled it but all I found was examples for Google's canceled SOAP API and the newly deprecated XML Web Search API. I just want to be able to send a search query and get back the suggested correction. Which API can I use now? Could you give an example of its usage? Is there a C# Wrapper

Spell checking a file using command line, non-interactively

和自甴很熟 提交于 2019-12-04 01:54:05
I have a large text file, containing many miss/bad-spelled English words. I'm looking for a way to edit this file using a command-line spell checker in Linux. I found some ways to do this, But according to my searches all of them work in an interactive manner. I mean, seeing a miss/bad-spelled word, they suggest some corrections to the user and he/she should choose one of them. Since my file is rather large, and contains many wrong words, I can't edit it in this manner. I am looking for a way to tell the spell-checker that replace all the wrong words using the first candidate. Is there any way

Open source spell check

我与影子孤独终老i 提交于 2019-12-04 00:38:28
Was evaluating adding spell check to a product I own. As per my research the major decisions that need to be made: The library to use. Dictionary( this can be region specific, British english, American etc). Exclusion lists. Anytime a typo is detected its possible that its not a typo but is verbiage specific to the user. At this point the users should be given the ability to add this to his custom exclusion list. Besides a per user custom list also a list of exclusion based on the user space of the clients of the tool. That is terms/acronyms in the users work domain. For example FX will not be