473,386 Members | 1,775 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

What is the best open source spell check / grammar library?

MMcCarthy
14,534 Expert Mod 8TB
Hey guys,

I'm looking for a library to sugggest to the developers to help curb spelling and grammar mistakes, any suggestions would be appreciaited :)

Mary
Sep 23 '10 #1
6 12070
gits
5,390 Expert Mod 4TB
never used such a lib but there are some mentioned here ... perhaps someone has experiences with one of those?
Sep 24 '10 #2
acoder
16,027 Expert Mod 8TB
I've used Aspell via PHP and it works well.

So, what you can do is use Ajax to call the PHP script that checks the spelling.

Relatively speaking, grammar checking is a lot more difficult. Here's one example which you can wrap in PHP and use similar to the spell checking.

I know the question was about JavaScript examples, but really, it'd be very difficult to have a pure JavaScript spell/grammar checking solution because of the amount of data to download.

One final thought: many browsers now have built-in spell checkers.
Sep 27 '10 #3
gits
5,390 Expert Mod 4TB
was it really a question for a javascript solution? ... i wasn't aware of that - and i really think that this would be a kind of javascript-page-overkill ...

besides the browser's spellcheck which probably should be enough - i thought that it would be quite simple to use a serverside spellcheck with an ajax-call before commiting a post ... perhaps together with a required user action like a 'spellcheck'-button or similar
Sep 28 '10 #4
Nicodemas
164 Expert 100+
I'd definitely suggest a server-side solution as opposed to JavaScript, unless the suggestion is to pass off the content of a web element to a server-side script via AJAX.

Just my two cents on that small matter of the discussion.
Sep 29 '10 #5
acoder
16,027 Expert Mod 8TB
Just to clarify, I wasn't suggesting a JavaScript solution. Far from it. It's just that this has been posted in the JavaScript forum, so perhaps the OP (and others) may not be aware how difficult and infeasible it'd be. This little side discussion should make that pretty clear now.

As I've stated, if you want a client-side solution (on the same page without unloading the page), use Ajax (let the server-side code do the work).
Sep 30 '10 #6
Markus
6,050 Expert 4TB
http://aspell.net/
Oct 14 '10 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: dave | last post by:
I don't know whether you know about Open Source Directory: www.sourceforge.net - host open source projects www.webopensource.com - open source directory Check them out. Have fun :) Cheers
2
by: USCode | last post by:
Does anyone know of any open-source, cross-platform (Win, OS X, Linux) C++ internet protocol libraries that are available? SMTP, FTP, HTTP, NNTP, etc. This is probably not the right forum but I...
1
by: Les Caudle | last post by:
What is the current best open source web server statistics for IIS? I'd been using http://www.analog.cx/ for years. Just curious who is the current top dog? -- Thanks in advance, Les Caudle
0
by: pretoriano_2001 | last post by:
Look at a poll in this site: http://www.grupthink.com/topic/index.php5?id=821&page=1 regards.
1
by: seberino | last post by:
Best open source Python online chat apps? I believe there are a few PHP online chat apps to allow people to have conversation via a web server but a Python one would soothe the soul. Any...
3
by: Jonashn | last post by:
Dear group members I'm searching for an open source C++ xml parser library, that also can edit the xml, add new tags, attributes and so on, not just parse them. Do you know any? Best...
2
by: Johnny | last post by:
Hi, I'm new to Python and am looking for a really good/complete open source project to learn from. I'd like it to take input from the browser and query mysql. Suggestions?
4
by: djminus1 | last post by:
Can someone make a recommendation for the best open source/free PHP shopping cart and ecommerce solution. I have a client that wants a store but I need a free solution. This would be a low-volume...
3
freddieMaize
by: freddieMaize | last post by:
Hello everyone, Can some one please suggest me a good ‘Content Management System’? I tried googling but was unable to conclude on the BEST. Obviously its an open source cms that I’m looking for....
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.