CoreNLP icon indicating copy to clipboard operation
CoreNLP copied to clipboard

Importing StanfordCoreNLP library in an Android Studio project - Reference #623

Open luckynarang opened this issue 6 years ago • 0 comments

How to do this ?

I have been able to overcome this issue and import Stanford CoreNLP library successfully by doing three steps:

reducing the size of stanford-corenlp-3.8.0-models.jar.

making the minimum SDK = 25 in build.gradle : minSdkVersion 25

including the following line in gradle.properties: android.enableD8=true

luckynarang avatar May 02 '19 14:05 luckynarang