I'm on a semantic project that needs to tokenize the given sentence into words. My opinion is that can be done very easily in python. But I'm familiar with the Jena Framework which is for Java. So I need any way to run python file in java and channelize the outputs to variables in java.
Thanks in Advance.