percyliang / sempre

Semantic Parser with Execution
Other
828 stars 301 forks source link

CoreNLP does not work with Java 9, 10, 11 #193

Open ppasupat opened 5 years ago

ppasupat commented 5 years ago

This is probably due to SUTime not loading properly.

ERROR: Caused by edu.stanford.nlp.util.MetaClass$ClassCreationException: MetaClass couldn't create public edu.stanford.nlp.time.TimeExpressionExtractorImpl(java.lang.String,java.util.Properties) with args [sutime, {}]:

From https://stackoverflow.com/q/42159641 it looks like the possible solutions are: