I have a main application that is coded with Java, but I want to use Python because the NLTK lib.
I want to know if it’s possible do some integration with these two languages. Thinks like passing parameters from Java to Python and retrieving processed data from Python to Java.
Try Jython
From their FAQ site: