CoreNLP
CoreNLP copied to clipboard
Importing StanfordCoreNLP library in an Android Studio project - Reference #623
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