capreolus-ir / capreolus

A toolkit for end-to-end neural ad hoc retrieval
https://capreolus.ai
Apache License 2.0
95 stars 32 forks source link

Avoid multiple pyjnius loads #67

Closed andrewyates closed 4 years ago

andrewyates commented 4 years ago

Currently we carefully avoid loading pyjnius more than once, since this causes an error. We can simplify this by checking and setting a classpath entry in constants.

andrewyates commented 4 years ago

Not currently needed. May revisit later if we have new java dependencies.