This commit is contained in:
Alexis Metaireau 2011-06-11 18:37:10 +02:00
parent 46ce0cc9e1
commit b58f47e57d

View file

@ -15,7 +15,7 @@ reimplement boilerpipe in python. I will let you guess which one I chosen, meh.
JPype allows to bridge python project with java libraries. It takes another JPype allows to bridge python project with java libraries. It takes another
point of view than Jython: rather than reimplementing python in Java, both point of view than Jython: rather than reimplementing python in Java, both
languages are interfacing at the VM level. This means you need to start a VM languages are interfacing at the VM level. This means you need to start a VM
fro your python script, but it does the job and stay fully compatible with from your python script, but it does the job and stay fully compatible with
Cpython and its C extensions. Cpython and its C extensions.
First steps with JPype First steps with JPype