> > Trying to do this server-side is going to be very difficult - you'd
> > have to store a massive dictionary on GAE, and a datastore get for
> > every single word.
You would probably be better off using a library that provides the
dictionary through some form of static files that you can import as
part of your app. Given the current deployment limits (10MB per file,
150MB total) that route is feasible.

As for specific library suggestions, I don't think I can add much.
>From a quick google search the libs that appear relevant seem to have
dependencies on C libraries/Unix external programs (http://
www.johndcook.com/blog/2008/11/29/spell-checking-from-python/  )

diomedes

On Feb 16, 9:20 pm, app engine dude <[email protected]> wrote:
> thanx for the reply.Is there any library or so so that i can add it to
> the python library in app engine. I just need to display wrong or
> right but not compare for the spelling....
>
> On Feb 17, 9:51 am, Greg <[email protected]> wrote:
>
> > Persuade your users to switch to Firefox - it does just what you want
> > for all text inputs and textareas, no matter what site you are on.
> > Trying to do this server-side is going to be very difficult - you'd
> > have to store a massive dictionary on GAE, and a datastore get for
> > every single word.
>
> > On Feb 17, 12:16 am, app engine dude <[email protected]> wrote:
>
> > > I an developing a simple website on app engine. I have some html pages
> > > designed and that pages consists of text boxes and text areas for
> > > entering text. I need help regarding the entry, where a red line or
> > > green line should be displayed in case of incorrect entry as in case
> > > of editor.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to