The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
17 views

Linux aspell non-interactively [SOLVED]

I'm experimenting with OCR solutions on Linux. Tesseract gives a fairly good rendering, but does occasionally stumble and misspell words. I was wandering if it is possible to make aspell try to ...
0
votes
2answers
241 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
3answers
87 views

Spelling a word backwords

For all of the following words, if you move the first letter to the end of the word, and then spell the result backwards, you will get the original word: banana dresser grammar potato revive uneven ...
-1
votes
1answer
56 views

I cannot locate my spelling/punctuation errors. My code runs fine, yet there is something wrong [closed]

I wrote out a program in Java that allows the user to name certain sports based on the number of players and vice versa using a scanner. I ran it with almost every combination I could think of, and it ...
-2
votes
1answer
79 views

English number spelling [closed]

I'm solving exercise 17 from Euler's project, which is about number spelling (GB). I searched the web for number spelling rules, but didn't find anything suitable. Does anyone have a link to english ...
0
votes
2answers
38 views

I need a way to make sure that words that are given to an array are real words.(RTP-hsa,console)

I solved the issue with making sure that only letters in the array are used, now I need a way to import or load a dictionary into the console so fake words can't be used. I had the idea of finding a ...
1
vote
2answers
713 views

Spell Checker for Python

I'm fairly new with Python and NLTK. I am busy with an application that can perform spell checks(replaces the incorrectly spelled word with the correctly spelled word), Im currently using the Enchant ...
-2
votes
2answers
213 views

bloom filter algorithm in JavaScript [closed]

I need the bloom filter algorithm in JavaScript for a spell checker> I have a big huge list of words. Does any have the algorithm
0
votes
0answers
1k views

Samsung Galaxy S3 spelling checker

A user has reported that, when he has the spelling checked enabled on his Samsung Galaxy S3, he can't do some actions with my app. I've asked more users to do this, and it only happens with Samsung ...
0
votes
0answers
152 views

Use bilingual spelling dictionary in java code

I've seen some similar topics, but they don't seem to solve my problem. I'm developing a java application where spell checking is required. The two languages I have to use are English and Greek. So I ...
0
votes
2answers
510 views

Spelling and grammar check on Android text messaging ?

Im currently spending some time developing a text messaging application using the code here.. http://mobiforge.com/developing/story/sms-messaging-android Now that the code was successfully compiled ...
2
votes
2answers
70 views

English misspeling correction sequences

I am doing a bit of search engine. One of the features is an attempt to correct spelling in nothing is found. I replace the following phonetic sequences: ph<->f, ee <-> i, oo<->u, ou<->o ...
1
vote
1answer
88 views

how to display spelling suggestion in sharepoint search

how can I get spelling suggestion in shaerpoint search , I use query.EnableSpellcheck = SpellcheckMode.Suggest; then get the value of property SpellingSuggestion of the ...
0
votes
0answers
26 views

spelling corrector

My question is if there is some tool for spelling correction. I've seen bigrams analysis, Jaccard coefficient, and dictionaries based on training documents (python). Their results are very accurate ...
0
votes
0answers
64 views

Does django haystack spelling suggestion only return 1 result?

I have a django haystack configuration and solr core has this <str name="spellcheck.count">5</str> inside config, however when I run ...
5
votes
2answers
170 views

most efficient edit distance to identify misspellings in names?

Algorithms for edit distance give a measure of the distance between two strings. Question: which of these measures would be most relevant to detect two different persons names which are actually the ...
2
votes
2answers
481 views

javascript list of english words for a game

Im making a simple JS game that needs a list of english dictionary words. Would I need to build the list my self, or is it possible to access the system or browsers spellcheck/ dictionary? Or ...
4
votes
1answer
631 views

Simple spell check method/gem in ruby?

I am looking for a relatively quick way to check whether words are misspelled, either using a gem or API. I've tried using several gems -- raspell, ffi-aspell, hunspell-ffi, spell_cheker, and ...
0
votes
1answer
295 views

correcting spelling mistakes in a column based on another table in mysql

my mysql table has a cityname column. the values in the cityname column has some spelling mistakes. each of the spelling mistakes of city needs to be corrected. another table has a column that ...
5
votes
4answers
789 views

Spellcheck a single word in Excel function

This little Excel VBA function always returns false, no what word is passed in. Function SpellCheck(SomeWord As String) SpellCheck = Application.CheckSpelling(SomeWord) End Function In fact, in ...
0
votes
1answer
238 views

Android TTS don't pronounce single letter

I am trying to implement text to speech technology of android in my Activity. It is a simple word game and I want the tts engine to spell a single letter when the user presses some button. For example ...
0
votes
2answers
340 views

Practical spell-checker solution for PHP

I'm trying to find a decent spell-checking solution that will meet the following criteria: Be easy to install and set up on a shared host (so no command line tools, OS tweaks or custom libraries ...
1
vote
0answers
90 views

Accept all Auto-Correct suggestions?

In my app, I receive a NSString from a server. The thing is, I want to accept ANY Auto-Correct words it recommends. Is this possible with JUST a NSString? Or is there any other way I can go to achieve ...
3
votes
3answers
584 views

phonetic spelling in Python and Java

I am trying to build a system that accepts text and outputs the phonetic spelling of the words of this text. Any ideas on what libraries can be used in Python and Java?
1
vote
1answer
182 views

Why doesn't UITextSpellCheckingTypeYes override Settings/General/Keyboard/Check Spelling?

Setting the spellCheckingType property of a UITextField to UITextSpellCheckingTypeYes doesn't override the user settings in Settings/General/Keyboard/Check Spelling. That is, when ...
3
votes
2answers
112 views

Correct spelling of PHP 5.3? [closed]

How do I write PHP and a version correctly? Is it with space separated or not? PHP5.3 or PHP 5.3 If it is spelled with space, why do we say PHP5 then?
1
vote
0answers
455 views

Adding Spell Check wysiwyg editor

This works great for spell checking textaras but I want to attach it to a wysiwyg editor Tried adding the iframe id with no luck < textarea name="TextArea1" id="futured" cols="20" ...
2
votes
1answer
168 views

Textmate check spelling everywhere

Is there any way to check spelling for ALL the words that I type in Textmate... It's hard to believe but I actually use legit English words for ALL my variables and class names.. Thus unhighlighted ...
0
votes
1answer
112 views

Official way to write xcode [closed]

You might think this is a dumb question but I think its appropriate and covers a programming topic. Is the official way to write Xcode, XCode, xcode or what? I have seen it writting numerous ways and ...
3
votes
1answer
3k views

Why does System.getProperty(“line.seperator”) return null?

Exactly as the title asks, why is System.getProperty("line.seperator") returning null. From looking around I gather that it shouldn't. Running this code shows that it seems to be set as the line ...
7
votes
6answers
2k views

SQL - searching database with the LIKE operator

Given your data stored somewhere in a database: Hello my name is Tom I like dinosaurs to talk about SQL. SQL is amazing. I really like SQL. We want to implement a site search, allowing visitors ...
0
votes
3answers
66 views

Which SQL Server message is spelled correctly? [closed]

Which SQL Server 2008 message is spelled correctly?
6
votes
2answers
929 views

Where can I find a free, easy to implement spellcheck component for .NET?

This may be a tall order, but I'd like to find a spellchecker component that is easy to implement (I only need to spellcheck one TextBox). I've looked around and cannot seem to find anything that ...
4
votes
5answers
1k views

English dictionary needed for a word game

I'm looking for a way to include a full blown English dictionary in an iPhone app (a word game), the database must be able to include all conjugation possibilities for verbs, must include singular and ...
2
votes
5answers
868 views

C++: check whether a word is spelled correctly

I'm looking for an easy way to check whether a certain string is a correctly-spelled English word. For example, 'looked' would return True while 'hurrr' would return False. I don't need spelling ...
0
votes
2answers
598 views

SQL server date error

UPDATE tblCampaigns SET startDate = '4 December, 2010', endDate = '14 January, 2011' WHERE ID = 147 UPDATE tblCampaigns SET startDate = '24 December, 2010', endDate = '17 Febuary, 2011' WHERE parentID ...
6
votes
5answers
2k views

Python: check whether a word is spelled correctly

I'm looking for a an easy way to check whether a certain string is a correctly-spelled English word. For example, 'looked' would return True while 'hurrr' would return False. I don't need spelling ...
1
vote
2answers
117 views

Handling Grammar / Spelling Issues in Translation Strings

We are currently implementing a Zend Framework Project, that needs to be translated in 6 different Languages. We already have a pretty sophisticated Translation System, based on Zend_Translate, wich ...
6
votes
2answers
987 views

How to show a list of spelling suggestions in the default Eclipse XML Editor?

I have the default Eclipse spell checker enabled. When a spelling error is detected while I'm working in the Java editor, I can use Ctrl-1 to show a list of suggested spelling corrections. However, ...
1
vote
2answers
67 views

Where to find audio recordings for a 'learn to spell' program?

Where can I find or buy, in bulk, recordings of 20,000+ English words, read by native speakers? (preferably available as individual audio files with an index) I don't want to use a "text to speech" ...
1
vote
1answer
266 views

Where can I find a list of synonyms and corrected spelling?

Is there a source where I can download a text file that has a large collection of synonyms and correct spellings?
4
votes
3answers
2k views

PHP spell checking tool

Is there such a tool that finds language/spelling errors in code comment and strings in PHP code? for example, <?php $myVar = "Hollo World"; //this is a code commont with spelling error /*this is ...
27
votes
5answers
1k views

Real world typo statistics? [closed]

Where can I find some real world typo statistics? I'm trying to match people's input text to internal objects, and people tend to make spelling mistakes. There are 2 kinds of mistakes: typos - ...
11
votes
3answers
6k views

Spelling of “Username” vs. “User Name” [closed]

What is the correct spelling of "Username" / "User name"? With or without the space? I know that both are commonly accepted, but is there any data to backup that one is more common than the other. Or, ...
1
vote
1answer
223 views

How would I find common misspellings of a given word using aspell or another tool

For a given word I'd like to find the n closest misspellings. I was wondering if an open source spell checker like aspell would be useful in that context unless you have other suggestions. For ...
1
vote
1answer
176 views

How to i do a 'fuzzy string comparison' to check spelling of word in iphone app?

I want to implement a spell checker in my iphone app and I was wondering how to do a 'fuzzy string comparison' between the entered string and the NSArray containing the dictonary words and highlight ...
1
vote
2answers
337 views

Is there an java API to retreive the sound for word pronunciation?

Most of the dictionary sites provide a mechanism to hear the sound of the word, are there API(s) which allow you to retreive this sound file. eSpindle seems to do this, but I don't think this is free. ...
1
vote
2answers
2k views

Spell check in winforms

In my win forms c# app, I want to be able to add spell check functionality. But, I want to do it my own way, and NOT use any other components. All I need is just an online service where i can send a ...
3
votes
2answers
470 views

Generate words that fit in Guids (just for fun)

I have some tests that use guids. The guids used don't need to be enormously unique, they just need to be guids. Random guids are boring - so I'm trying to find fun guid words. Right now, I don't have ...
0
votes
1answer
152 views

Other forms of “kluge”? [closed]

http://dictionary.reference.com/browse/kluge Who knew that the word "kluge" had its roots in computer software/hardware? Ok, so... what are the other forms of this word, and how do you spell them? ...

1 2