Re: Implementing a grammar checker on the web

2015-02-16 Thread Ricardo Daniel Quiroga
security disable CORS, and add CSRF tokken verification.. if only going to implement the grammar interpreter is way too django uses something simpler like bottle or flask 2015-02-16 16:02 GMT-03:00 Ricardo Daniel Quiroga : > Hi > > html + textarea + javascript + AJAX? >

Re: Implementing a grammar checker on the web

2015-02-16 Thread Ricardo Daniel Quiroga
Hi html + textarea + javascript + AJAX? 2015-02-16 9:58 GMT-03:00 Kelvin Nyota : > I have built a grammar checker in Python. It works well in the terminal, > but i don't know how to implement it on the web. How can I implement a > grammar checker on the web, like

Implementing a grammar checker on the web

2015-02-16 Thread Kelvin Nyota
I have built a grammar checker in Python. It works well in the terminal, but i don't know how to implement it on the web. How can I implement a grammar checker on the web, like Grammarly or spellcheckerplus? I could not find any article that talked about that at all.Most of it was