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.
asked Apr 26, 2014 at 12:19
Krishna
6813 gold badges6 silver badges21 bronze badges
1 Answer 1
Take a look at Jython.
Jython is an implementation of Python written in pure Java, and seamlessly integrated with the Java platform. It thus allows you to run Python on any Java platform.
answered Apr 26, 2014 at 12:24
Roberto Reale
4,3251 gold badge19 silver badges22 bronze badges
Sign up to request clarification or add additional context in comments.
Comments
default