A list manipulation framework for multi-source information retrieval.
This is a work in progress, more features and major API changes may happen.
```
USAGE:
vindicator
FLAGS: -h, --help Prints help information -V, --version Prints version information
SUBCOMMANDS: help Prints this message or the help of the given subcommand(s) merge Perform late fusion of search result lists ```
```
USAGE:
vindicator merge [OPTIONS] -f
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-f
ARGS:
Please see the documentation for more.
```rust use vindicator::{combmnz, fusescored, parsefromtrec};
let rawdata = std::fs::readtostring("trecfile.txt")?;
let data = filesdata
.iter()
.map(|data| trec::parsefromtrec(data))
.collect::
```
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.