Jimmy Lin
Jimmy Lin
Yes, that's probably the way to implement it - on the Java Anserini end: https://github.com/castorini/anserini/blob/master/src/main/java/io/anserini/index/IndexReaderUtils.java#L638 Add a variant of the `computeQueryDocumentScore` method to take a list of docids. And then...
That's the basic idea... you basically got a formulate a new boolean clause that's the disjunct (OR) of all the docids. If you're going to do some coding, let this...
hey @MXueguang this should be easy enough for you to build for @ccsasuke ? We should probably supply this version anyway?
Seems to be a macOS problem... I'm trying to debug. @stephaniewhoo do you have access to a macOS machine you can try also?
Seems to be related to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92061
This seems to be a known issue and doesn't appear to have been resolved yet: https://github.com/microsoft/LightGBM/issues/4229
Yes, confirmed that the test case passes on `orca`.
Trying out the example here: https://github.com/microsoft/LightGBM/issues/4229 ```bash % python Python 3.8.12 (default, Oct 12 2021, 06:23:56) [Clang 10.0.0 ] :: Anaconda, Inc. on darwin Type "help", "copyright", "credits" or "license"...
Waiting for upstream fixes. No further action for now.
I just updated to libomp 14.0.0 via `brew`. Issue still persists.