What are some strategies to add spell checking to a Google App Engine program?

Posted by btol45 on Stack Overflow See other posts from Stack Overflow or by btol45
Published on 2010-03-23T13:12:54Z Indexed on 2010/03/23 18:43 UTC
Read the original article Hit count: 286

I'm working on a Google App Engine program that will require some basic spell checking features. Normally iSpell or it's cousins would be options, but I'm not sure that will work in GEA. Are there other strategies/tools that would work in that environment?

© Stack Overflow or respective owner

Related posts about python

Related posts about google-app-engine