Reputation: 11
I am planning to use PyLucene as a tokenizer in my project. It is mentioned in PyLucene homepage that it allows python to make calls to Java classes directly via JNI interface. Also, before making calls to Java classes, we first need to call initVM().
Upvotes: 1
Views: 80