uwdata / termite-data-server

Data Server for Topic Models
BSD 3-Clause "New" or "Revised" License
121 stars 46 forks source link

CoreNLP setup issues reported by Leo Claudino #17

Closed jcchuang closed 10 years ago

jcchuang commented 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?

jcchuang commented 10 years ago

Updated README in 6cccbeb743addceefaaf519436b0e74ff4ee0e92.