It is often desirable to access Java libraries (such as Weka and Mallet) in Python code. There are currently two possible approaches: JPype and Jython. The former looks more attractive, as it is achieved not through re-implementing Python (as the latter does), but rather through interfacing at the native level in both Virtual Machines.
Sunday, May 10, 2009
Subscribe to:
Post Comments (Atom)
2 comments:
You know, I was looking exactly for this the last couple days. Websearch failed to get this page, but thanks to your rss feed i've subscribed to..
I want to load weka models and make them available in python and vice-versa. Do blog if you're successful.
Found http://kogs-www.informatik.uni-hamburg.de/~meine/weka-python/
It suggests JPype works for weka.
Post a Comment