Skip to content Skip to sidebar Skip to footer

Can't Start Java.exe For Stanfordtagger In Android Via Python Script And Chaquopy

I want to start my python script, which analysis text data with nltk and stanford tagger. The problem is that i have no permission to start the copied java.exe. The code for starti

Solution 1:

Unfortunately you'd need to do much more in order for this approach to work. You'd need to provide a complete JRE, not just the java executable, and it would have to be built for Android, not Windows. I'm not aware of any easy way to do this, so I recommend you look at other options, such as:

  • Add the JAR to your app/libs directory and call it from Java or Kotlim
  • Or simply use a different tagger.

Post a Comment for "Can't Start Java.exe For Stanfordtagger In Android Via Python Script And Chaquopy"