How Can We Run Python Script(which Uses Nltk And Scrapy) From Java
I have written python scripts that use scrapy,nltk and simplejson in my project but i need to run them from java as my mentor wants to deploy them on a server and i have very less
Solution 1:
The Jepp project lets you call python scripts from Java. It provides an easy mechanism to pass variables into a script and extract values back. I've used on a few projects with good success
Post a Comment for "How Can We Run Python Script(which Uses Nltk And Scrapy) From Java"