Flagging words in a document that may not be spelled correctly.
3
votes
1answer
31 views
SpellChecker (speller) on webkit
I believe that there is no native functions in QtWebKit to use SpellChecker.
Is there any way to get the <textarea></textarea> of the current page and highlight specific words (add ...
-3
votes
0answers
35 views
Google spell not working since July 9th. Where did it go? [on hold]
I was using Google spell for an application and suddenly on July 9th it is replying Not found in this server.
Does anyone know where it went or why is down?
0
votes
1answer
29 views
jquery spellchecker how to access a text box on the page
I am using jquery spellcheck and implementing like below...
CKEDITOR.plugins.add('jqueryspellchecker', {
config: {
lang: $('.cul').val,
parser: 'html',
...
-2
votes
0answers
38 views
Whoosh ImportError: cannot import name SpellChecker
In order to solve no "FileStorage" attribute problem, I just update the whoosh. However, it comes with this new problem.
from whoosh.spelling import SpellChecker
ImportError: cannot import name ...
0
votes
0answers
50 views
Sort Solr returned result in spellchecker by edit distance
I'm using spell checker on Solr. And I want to sort the returned result by Edit Distance, not by frequency.
For example I have the term "anp". I mistyped into "apn" and the result was like the ...
0
votes
2answers
30 views
Android EditText – Finding the redlined text and the list of suggested words
I have an EditText view with the spell checker activated. If there is a misspelled word, the word is redlined and a list of suggestions is displayed in a drop down menu. How can I programmatically ...
0
votes
2answers
30 views
Spell check in Sencha Textarea
I want to have spell check for a textarea field in my sencha app.
The textarea field is as follows :
{
xtype:'textareafield',
id:'txt',
...
0
votes
0answers
18 views
Spell checking tools for eCommerce testing
I am looking for a good spell checking tool for testing eCommerce sites. I tried a few tools but it is either capped and doesn't check the whole site, or takes into account user-generated-content ...
1
vote
1answer
15 views
Switching between spell checking dictionaries in Sublime Text 2
Is there a way to quickly switch between spell checking dictionaries in Sublime Text 2? I don't want to edit the configuration file each time I write in a different language.
0
votes
0answers
23 views
What is the difference between “Finite State Transducer” and “Levenshtein Automata”? [closed]
What is the difference between "Finite State Transducer" and "Levenshtein Automata"? And when to use each algorithm?
Simple and easy language is appreciated! :)
1
vote
3answers
53 views
Spell checker speed up
i have this spell checker which i have writted:
import operator
class Corrector(object):
def __init__(self,possibilities):
self.possibilities = possibilities
def ...
0
votes
0answers
13 views
Fixing typos across word boundaries in hunspell/aspell
Is it possible to configure hunspell (or another spelling engine) to correct typos that span word boundaries? For example:
"al ot" -> "a lot"
If I run a file with these typos through hunspell ...
0
votes
1answer
19 views
RichTextEditor adf component ,help needed
I want to used adf richtexteditor component and implement below two things :
A character counter [Number of character an user enters dynamically]
2.spell check
I am using 11.1.1.6 Jdev version.
1
vote
1answer
52 views
Spellchecker is not working in tinymce 4.0 (Non JSON response)
I'm trying to use Spellchecker in TinyMCE 4.0, but it returns the error:
Non JSON response:<br />
<b>Warning</b>: call_user_func_array() [<a ...
0
votes
0answers
13 views
Examples/Tutorials of Hunspell
I've tried looking through the documentation found on SourceForge with Hunspell, but I'm still lost. Are there any decent examples of hunspell that a C++ beginner would be able to follow? Failing ...
0
votes
1answer
10 views
Choosing Spellchecker language
I'd like to know if it's possible to specify via HTML or Javascript the language that should be used for spellchecking.
I've tried something like
<input lang=fr spellcheck="true"/>
but the ...
3
votes
2answers
54 views
Any Jquery/AJAX etc. tool have Chrome like SpellChecker With Multiple Language Support
I will want to add Google chrome kind Spell checker in my web application which will work in all major browser mainly in IE , Anyone used any third party tool in Jquery which can integrated in Java ...
0
votes
0answers
39 views
Deploying spell checking solution on Google App Engine
I have been searching on this problem for a long time with no satisfiable solution. I am developing a web app in python using GAE. I need a spell checking service to make sure the user inputs are ...
0
votes
1answer
55 views
Emacs cannot find flyspell/ispell
On my Mac (Snow Leopard, 10.6.8), I'm using a modified version of Emacs 24.2 provided here to utilize Emacs Speaks Statistics (ESS) from the downloads page. Emacs works, but I haven't yet been able to ...
0
votes
0answers
23 views
how to check if the user has corrected a misspelled word?
By using the html attribute spellcheck as following:
<input type="text" name="a_word" spellcheck="true">
The misspelled word would be redlined if the browser support this feature. The user, ...
1
vote
1answer
132 views
Spelling Suggestions showing 'None' haystack
Getting "None" for spelling suggestions.
settings.py contains 'INCLUDE_SPELLING': True
search_indexes.py
class JobIndex(indexes.SearchIndex, indexes.Indexable):
text = ...
0
votes
0answers
16 views
Getting started with hunspell
I am planning to build a spell-check engine in morphological rich language. I studied about Hunspell and pretty convinced. I have a small dictionary of root word and affix file. I am planning to write ...
0
votes
0answers
34 views
Spell Check Feature in C# Windows Form Application [duplicate]
I'm working on creating a windows form application with C# and I was wondering how I could implement a type of spell check feature.
To be specific I have several TextBoxes. The user will enter the ...
1
vote
0answers
30 views
Autocomplate Spellcheck and Highlight in solr faceted search
i am using solr faceted search with direct access to its search form. but now i am having problem is doing highlighting auto completing and spell checking in templete using jquery. here is my code
in ...
0
votes
1answer
56 views
improving the speed and efficiency of this PHP spellchecker
I built a simple PHP spellchecker and suggestions app that uses PHP's similar_text() and levenshtein() functions to compare words from a dictionary that is loaded into an array.
How it works is ...
0
votes
2answers
52 views
How to do spell checking in ZK textbox or textarea
I am using Zk6.5.2 in my web application ,any one know if ZK provide any spell checking tool for textbox or textarea or we can integrate any third party tool .
Thanks
1
vote
2answers
62 views
Python - Check spelling of city names with Google Maps API
I have about 100,000 unique city names and many of them have spelling mistakes (bad scanning, bad ocr, many european names with special characters, etc...). Can I write a loop in python to check ...
0
votes
1answer
21 views
Solr get collation document
Can somebody of you tell me how to get the complete document from the collations suggestes from spellchecker. I cant find anything on google.
Must i query again with the collations the spellchecker ...
0
votes
0answers
20 views
Texlipse spellchecker: How to get all spelling mistakes on a single view?
I am using TeXlipse spell checking (eclipse 3.7, Texlipse 1.5.0), so I can see the spelling mistakes in my LaTeX code. Such errors are underlined in red. I configured it as in this question.
However, ...
0
votes
0answers
30 views
Swing interface for SpellChecker
I am using the Lucene 3.6 library to build a spell checker engine.
In addition , the Highlight() class is used to highlight a misspelled text.
Now will like to integrate this into a jTextField. Want ...
0
votes
0answers
11 views
How to install PyEnchant on Heroku?
It seems that PyEnchant requires the C enchant library. How would I go about installing this on Heroku, is that possible?
According to this question, I would need to write my own build pack for ...
1
vote
0answers
12 views
Mac OS WebView Underline Spelling Errors
I have a simple problem with that is proving to be terribly difficult to find an answer for. I am using a WebView to load a webpage with text areas. When typing in these text areas spelling mistakes ...
0
votes
0answers
19 views
Solr spellcheck and pointing to a particular dictionary
I'm using solr-4.2.1 for my project. It basically stores the file's content as well as some metadata specific to a project. For that I want the spellcheck and suggester should be specific to the ...
-1
votes
1answer
25 views
return string most like another string in PHP
I'm trying to build a spell checking system in PHP.
I already have a lexicon / corpus of many of the words in the English language. Each word on a new line.
What I'm trying to do is once given a ...
4
votes
1answer
69 views
newSpellCheckerSession always returns null
I'm trying to hook into the built in Android spell checking service on my Note tablet. When I call
final TextServicesManager tsm = (TextServicesManager) getSystemService(
...
0
votes
3answers
54 views
To Get the start and end positions of String text in java jTextArea
I am implementing a spellchecker using apached lucene 3.6
Want to integrate the highlighting of mispelled words with
the Highlight class using the "start" and "end" position of the words.
Will ...
0
votes
2answers
36 views
Spell check and suggest proper word in PHP
I was wondering if anyone knows of any library, script, or service that can spell check a string and return a suggestion of the properly spelled word or suggestions if more that one properly spelled ...
1
vote
1answer
38 views
Spanish spelling checker for MacVim?
How do I add the Spanish spell-checker for MacVim?
I read that this is a useful link, but apparently it is not working ... what should I do?
0
votes
0answers
29 views
Query about BK Trees
I am implementing BK trees for spell checking in C++.
The thing is, the results are not accurate at all. Even if I write a correct word, it doesn't return that word, rather it returns some other ...
0
votes
0answers
48 views
spell check with haystack
I am getting None in spell check
first i made changes in settings.py
HAYSTACK_CONNECTIONS = {
'default': {
'ENGINE': 'haystack.backends.solr_backend.SolrEngine',
'URL': ...
0
votes
1answer
33 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
121 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
50 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
86 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
35 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
24 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
39 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
20 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
37 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 ...
0
votes
1answer
49 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 ...