I am using java in order to build a linguistic System for arabic language and i need to use an open source project as a black box inside my System the only problem is that the open source System is in Python so my question how could i use this System in java, so that i could make this function
String output=applyPythonSystem(String input);
And please don't say Jython (Without explaining How??) i tried to use it but i couldn't find a way to do this function