FlexNeuART icon indicating copy to clipboard operation
FlexNeuART copied to clipboard

Flexible classic and NeurAl Retrieval Toolkit

Results 10 FlexNeuART issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies
python

Pull request to incorporate data augmentation module into FlexNeuArt

Bumps [gson](https://github.com/google/gson) from 2.8.0 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies
java

Bumps [libthrift](https://github.com/apache/thrift) from 0.12.0 to 0.14.0. Release notes Sourced from libthrift's releases. Version 0.14.0 For release 0.14.0 head over to the official release download source: http://thrift.apache.org/download The assets below are...

dependencies

subj, by default the LETOR training part is `train_fusion` and it leads to a confusing error messages when `-train_part` is not specified.

This should be done by ``ModelSerializer.load_all``

Currently we expect only white-space tokenized queries. However they can accidentally contain special symbols and operators in Lucene. These can be potentially indexed sometimes. We filter them out during querying,...

enhancement

We should prohibit these, because when we save to JSON, they are loaded back as strings.

enhancement

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20160810 to 20230227. Release notes Sourced from json's releases. 20230227 Pull Request Description #723 Protect JSONML from stack overflow exceptions caused by recursion #720 Limit the XML...

dependencies
java

The following changes introduces a newer version of the training script that uses HF accelerate. The functionality remains the same while making it easier for the user to set up...