knowitall / openie

Quality information extraction at web scale.
Other
457 stars 108 forks source link

Compiled jar not compatible with scala 2.11.6 #26

Closed vikram-gupta closed 8 years ago

vikram-gupta commented 8 years ago

Hello friends,

I was able to create the standalone jar with the default settings but it did not work in a java project running on scala 2.11.6. I tried to create the jar by modifying the scala version but since the dependencies are not been compiled for scala 2.11.6, i could not proceed further.

Can someone suggest a good way to create scala 2.11.6 compatible jar?

Thanks

harrysethi commented 8 years ago

Please check https://github.com/allenai/openie-standalone

vikram-gupta commented 8 years ago

Thanks @harrysethi This really helps !