Flagging words in a document that may not be spelled correctly.
0
votes
1answer
23 views
french spell checker api
I'm working with extjs and Java EE and I have an extjs html xtype and I want to integrate a French spell checker API.
But I haven't any idea about APIs and how to integrate them.
Can any one give me ...
1
vote
1answer
40 views
C# Lucene.Net spellchecker
I have a site that give data to the user. I want to use Lucene.Net for my autocomplete. The thing is I want to be able to return results that correct spelling errors. I see that Lucene.Net has a ...
0
votes
0answers
27 views
Are all C/C++ Hunspell APIs thread-unsafe?
Are all C/C++ APIs for example spell(), suggest(); analyse() in the Hunspell library thread-unsafe?
When I use the suggest() API with a lock, I see on an average 50-100 requests for suggestion ...
0
votes
1answer
56 views
Adding a word into a custom Dictionary from a SpellCheckerService
I am implementing an IME with a customized dictionary and Id like to create a SpellCheckerService as well. The integration is trivial however I cannot seem to find any documentation on how to add non ...
1
vote
1answer
19 views
Disable misspelling flag of specific words in app?
Our company's name always comes up as misspelled (the red underline) when typed into EditText fields in our app. Is there a way I can disable the misspelling flag for a specific word to avoid this ...
0
votes
1answer
16 views
Telerik error: Could not load type 'Telerik.WebControls.Dialogs.SpellCheckControl'
I am getting following error while trying to build my ASP.NET websie.
Error 1 Could not load type 'Telerik.WebControls.Dialogs.SpellCheckControl'.
...
0
votes
1answer
26 views
Flyspell: is it possible to ignore words based on pattern?
I would really like to disable flyspell checking of camel-cased words - most of the times they aren't valid English. Is there any way to do that?
0
votes
0answers
14 views
Use Spellcheck for Release Notes
Is there any way to get spell check to work for a Release Notes work item in TFS?
The release notes that become public are being generated from these work items, but there is no easy way to spell ...
0
votes
0answers
32 views
Custom spelling dictionary for html5 [closed]
Is there a way to replace or supplement the browser's spelling dictionary for a web app? For instance, if I wanted my app to be able to use medical terminology, could I provide some sort of supplement ...
-4
votes
0answers
16 views
ASPNetSpell - A Good Solution? [closed]
I have been researching a spell checker solution for a .NET 4.0 project of mine and have whittled it down to ASPNetSpell (http://www.aspnetspell.com).
My client has reservations about the level of ...
0
votes
1answer
30 views
UITextView Auto-Correction is causing DidEndEditing callback
I have a TextView element in my custom cell with auto spell correction on. When I enter next word after spell correction on wrong text followed by a space and then clear it by pressing backspace, The ...
-1
votes
0answers
11 views
Start checking pattern matcher at index instead of beginning
I'm working on a spell checking program and I've gotten to the point where I can find the first spelling mistake through pattern and matcher, but then I want to find the rest of the errors I need to ...
0
votes
1answer
36 views
Why does range.location == NSNotFound mean that a word is found and not the opposite?
In this question (iPhone objective-c: detecting a 'real' word) the function returns the following line as true if the word is a 'real word'
return misspelledRange.location == NSNotFound;
...
0
votes
0answers
48 views
Jaccard index missing possible matches for edit distance
Developing an OCR correction module, I'm experimeting in Python. The idea is to try to correct each word in OCR based on dictionary(vocab) using bigrams,Jaccard index and edit distance.
Sample vocab:
...
1
vote
1answer
44 views
Adding a wordlist to vim spell
I have a really long list of (chemistry) words that I want to add to the vim spell checking file. To do this it looks like the best way is to get the english dictionary (I used the .oxt from ...
2
votes
1answer
110 views
What is good for spell checker? Google spell checker or Hunspell
For my asp.net website, I need spell check functionality. I found some interesting solutions to do it.
1. Google spell checker 2. Hunspell. Both are free. For my understanding I realized some cons ...
1
vote
1answer
48 views
Program says dictionary doesn't exist when it does
I'm writing a spell checker using my library libspellcheck. I have a function to add a word to the dictionary. However, it keeps throwing an exception saying that the dictionary doesn't exist, when it ...
-2
votes
4answers
217 views
Spell check and word suggestion script in SQL Server
I'm developing a web application using ASP.NET and SQL Server 2008. I have about 1,000,000 articles in my DB and I've activated Full-Text-Search.
Now, I want to search in articles and I need 3 ...
0
votes
2answers
33 views
How to utilize Word Spell Checker via VSTO?
Currently I am running a research project to process English text. The text data is quite noisy and contains many spelling and grammatical errors.
I know MS Word can automatically highlight these ...
0
votes
0answers
40 views
Spell check and correction in Neo4J
i am having a Neo4J database where a huge amount of data related to airlines and airports is stored. And this data can be accessed through a python/django based webapp from which a user can check for ...
0
votes
0answers
53 views
using nsIEditor to spellcheck the entire document
say I have a content document with this sort of structure:
<div contenteditable=true>
<p>som baddly spelt text</p>
<p>mor baddly spelt tekst</p>
</div>
...
2
votes
1answer
133 views
Tinymce: Spellchecker is not working
I am using spellchecker for tinymce in my application. The spellchecker internally using Moxiecode.TinyMCE.dll.
It was working fine before our last live update. Suddenly it's giving error saying You ...
1
vote
1answer
232 views
How to enable spell checker in web browser control for IE10
I am trying to enable the spell checker feature coming with IE10 in my own application hosting web browser control. According to this page ...
0
votes
2answers
234 views
Google Spellcheck
I'm unable to access the Google spell check service located at this address:
https://www.google.com/tbproxy/spell
is anyone else having this problem? I keep getting "bad gateway" when I try to ...
0
votes
1answer
475 views
Google spell check http://www.google.com/tbproxy/spell? throws 404 error [closed]
I am using jquery.spellchecker.js in my .net application to check the spellings typed by the users in the textarea. This plugin connects to http://www.google.com/tbproxy/spell? for doing the spell ...
0
votes
0answers
23 views
ASP Classic - ASPSpellCheck Empty Dictionary Language drop down
We are using aspspellcheck in our application. And we have two dictionaries (English - International & English - USA) under it's ASPSpellCheck\Dictionaries folder; it works fine when run it ...
-1
votes
1answer
73 views
Solr Spell checker Filter query
I was trying to build spell checker on the top of solr.
The basic information looks good enough http://wiki.apache.org/solr/SpellCheckComponent#Introduction
Can I somehow limit the scope of spell ...
0
votes
0answers
11 views
Disable spell checking by file type?
Is it possible to disable Eclipse's spell checking for certain file types? E.g. I don't want to have spell checking in XML files, since there is hardly any linguistic content in it.
1
vote
3answers
100 views
C# check given word to answer word
I'm making a simple spell checker for C#, I want to try and compare a given answer to the randomly chosen word.
I want to compare the first letter to all the letters given in the answer so I can tell ...
0
votes
0answers
47 views
CKEditor SpellChecker Issue
I am using the spellchecker plugin scayt that comes with the ckeditor in "google chrome (Versión 25.0.1364.172 m)" but the spellchecker works only with the first line of the texts, I checked the ...
0
votes
0answers
34 views
how import ispell dictionary into hunspell?
I downloaded the dictionary : american-huge for ispell, and I'm trying to extract the words list from it. I tough of importing it into aspell and use aspell to dump it, but I want't able to :(
I ...
0
votes
2answers
90 views
Word is selected in RichTextBox and Right-clicked then shown in ContextMenu C#
Programmer, Master.
Please help me... Let me learn by your example.
Description :
The word are shown in a popup when a word is selected and right-clicked.
For example,
INPUT : "Barcelona is my ...
3
votes
0answers
39 views
Use different (non-English) web-service for CKEditor spellchecker
I find the webspellchecker.net as a very useful tool, but unfortunately webspellchecker.net doesn't offer one for my language. I have recently found a spell checker for my language (Cuzco Quechua) ...
0
votes
1answer
69 views
Spell checker using lucene
I am trying to write a spell corrector using the lucene spellchecker. I would want to give it a single text file with blog text content. The problem is that it works only when I give it one ...
0
votes
0answers
22 views
convert ispell american-huge to aspell dictionary?
I have installed american-huge for ispell. I'm looking to export the dictionary into a text file . One word by line.
I found this script that work fine for dictionary from aspell.
sudo aspell ...
0
votes
0answers
24 views
c# source code showing how to use [Wintertree] Spelling Server from typical ASP.NET
can any one help me in getting c# source code showing how to use [Wintertree] Spelling Server from typical ASP.NET ?
0
votes
0answers
40 views
How to implement a Spell Checker for Microsoft Office?
So far I have searched a way to implement a spellchecker for my local language in Microsoft Office: It seems that Microsoft Office uses the Language Packages to provide spell checking for other ...
0
votes
0answers
33 views
Getting pspell or any spell checker to work in wamp
I've been trying to install a php spell checker in my version of wamp and it's just not happening.
I've uncommented lines of the php ini, reinstalled wamp with an updated version of php and basically ...
1
vote
0answers
76 views
android spell checker - can it be improved?
I have been looking at the android spellchecker example in the sdk samples. the hellospellchecker is working but seems to be utterly useless.
Most strings return no suggestions and others are ...
2
votes
0answers
54 views
how to get android spellchecker framework working
I have tried getting the android spelling checker working
http://developer.android.com/guide/topics/text/spell-checker-framework.html
However cannot understand how to. The hello spellchecker will ...
0
votes
1answer
44 views
android spell corrector
Is there a way to access android's spell correcting facilities? For example when sending a text on an android phone a list of words appears that may be the next most likely word that is men't. For ...
2
votes
3answers
345 views
Can we run jquery spellchecker by badsyntax using asp.net web services?
I have been researching for quite a while now for an appropriate spell checker for textbox and multiline textbox.
I can see that this functionality is built in for firefox but its not present in ...
0
votes
1answer
219 views
GET Spell Checker/Correction API?
I have done a lot of research, and found nothing, but does anyone know of a spell checker API?
So when you send a request to http://spellcheck.com?spellcheck-api=this is a sentnse, and it returns ...
0
votes
0answers
114 views
StyleCop SA1650 rule(spell checking) doesn't work with TFS2012 Team Build
I am interested in having suggestion from you related the issue with StyleCop analysis during CI process. The detailed description of this is described below.
StyleCop 4.7.44 is installed on the dev ...
0
votes
3answers
93 views
Using jOrtho spell checker
Does anyone has idea how to use jOrtho spell checker? I have downloaded the latest dictionary (XML file) from wiktionary. Now how to complile it and implement it in my program? I don't find enough ...
2
votes
2answers
143 views
How can I do spell check on strings?
does anybody know any C# multilingual spell check library ?
I don't need a real time spell check. Only check on strings.
thanks!
0
votes
1answer
134 views
Using the C# NHunspell how do I check words?
Using the C# NHunspell, how do I check if a word is spelled correctly and if not what the correct spelling is?
I've imported the NHunspell.dll into the project. And have looked at the documentation.
...
-2
votes
1answer
121 views
Correcting grammatical and spelling errors in C# [closed]
Is there any way to detect and delete meaningless sentences and fix grammatically incorrect sentences using their suggested meaning? I would also like to be able to change the order of the paragraph ...
2
votes
1answer
67 views
Spell check in Tortoise SVN
I use SVN tortoise (English version). It is possible to attach dictionary in other language?I would like to have checked spell when I write description for commits (in polish).
0
votes
2answers
355 views
Find words within a dictionary C programming
I have a dictionary of words in a text file and I need to find certain words within the text file. Such as words that are made up of the letters { q, a, z, w, s, x, e, d, c, r, f, v,t,g,b} or words ...


