Craig Macdonald

Results 260 comments of Craig Macdonald

Can I bump this. I really think that all literature discusses reciprocal rank as a per-user measure (per-query for information retrieval), and the average is taken across users. For instance,...

Good question, I'll look into this tomorrow.

Sorry for latency - other pressures. I'm keen to keep setup.py. See for example: https://colab.research.google.com/github/cmacdonald/pyterrier_colbert/blob/main/vaswani.ipynb (or equivalently https://github.com/terrierteam/pyterrier_colbert/blob/main/vaswani.ipynb) Our pyt_colbert wrapper just expresses a dependency on (our current fork) of...

Thanks @monika-1315. I'll check other JSPs too.

Initial fix in github: https://github.com/terrier-org/terrier-core/commit/03b3ade2e28942c165026a46ea616624e01eb0f5 Disadvantage is that the weighting model isnt named in the controls...

Here is a list of all indexing properties: ``` block.delimiters block.delimiters.enabled block.delimiters.index.doclength block.delimiters.index.terms bundle.size indexer.meta.forward.keylens indexer.meta.forward.keys indexer.meta.reverse.keys indexing..compression.configuration indexing.avg.unique.terms.per.bundle indexing.avg.unique.terms.per.doc indexing.builder.boundary.docnos indexing.max.docs.per.builder indexing.max.encoded. indexing.max.tokens indexing.singlepass.max.documents.flush indexing.singlepass.max.postings.memory inverted2direct.processtokens invertedfile.heapusage invertedfile.lexiconscanner invertedfile.processpointers...

also consider indexing properties such as TaggedDocument configuration for abstracts etc.

Question, can field names could differ from their definition?

We should also consider to refined the Indexer API at the same time. I would also suggest: - taking a single Collection rather than an array, and providing a Factory...