Closed jcchuang closed 10 years ago
Problem with the coreutils version:
I got this exception when reading the corpus into the server:
Exception in thread "main" java.lang.UnsupportedClassVersionError: corenlp_helpers/SentenceSplitter : Unsupported major.minor version 52.0
This is fixed by re-making SentenceSplitter.jar, as once noted:
https://github.com/uwdata/termite-data-server/issues/15
Perhaps this should be added to the readme file, so the user would be prompted to always go in utils/corenlp and re-make the jar?
Updated README in 6cccbeb743addceefaaf519436b0e74ff4ee0e92.
Problem with the coreutils version:
I got this exception when reading the corpus into the server:
Exception in thread "main" java.lang.UnsupportedClassVersionError: corenlp_helpers/SentenceSplitter : Unsupported major.minor version 52.0
This is fixed by re-making SentenceSplitter.jar, as once noted:
https://github.com/uwdata/termite-data-server/issues/15
Perhaps this should be added to the readme file, so the user would be prompted to always go in utils/corenlp and re-make the jar?