Forums

how to implement nltk on the web

Is there away to implement nltk on the web? All the articles just talk about implementing it on the terminal and not on the web. I have built a website on web2py, but don't know how to connect it with nltk and the code. Please provide a link on that. This project sticks on the terminal and thats it.

I'm not sure if there are any specific tutorials on that, but you should be able to use exactly the same code inside your web2py views as you do when you're working from a terminal. Try importing nltk from one of your views, and see what happens...