0

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

1 Answer 1

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
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.