I have downloaded StanfordOpenNLP and try to use its lemmatiser. But it gives me an error as below,
Unsupported major.minor version 52.0
Can anyone please tell me how to solve this.
I have downloaded StanfordOpenNLP and try to use its lemmatiser. But it gives me an error as below,
Unsupported major.minor version 52.0
Can anyone please tell me how to solve this.
Copyright © 2021 Jogjafile Inc.
I also tried to install that but got the same error. This is because library has compiled with JDK 1.8 but u may try to run it with a lower version than 1.8. To solve this
download the latest jdk version from here
go to
and Change the following line to point it where your java installation is :
You may need Administrator privileges to edit netbeans.conf.Then Try to run the program.