forked from castorini/anserini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
61 lines (51 loc) · 1.39 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.DS_Store
.classpath
.project
.idea
target/
bin/
eval/trec_eval.9.0.4/
eval/ndeval/ndeval
src/test/test-index*
*~
*.iml
*.pyc
*.out
lucene-index*
run.*
log.*
*.log
out.*
runs.regression/
runs.jdiq2018/
src/main/resources/solr/anserini-twitter/conf/lang/
src/main/resources/solr/anserini/conf/lang/
src/main/resources/cacm/collection/
# automatically generated by ECIR2019_axiomatic scripts
tools/topics-and-qrels/qrels.cw09.all.txt
tools/topics-and-qrels/qrels.cw12.all.txt
tools/topics-and-qrels/qrels.disk12.all.txt
tools/topics-and-qrels/qrels.gov2.all.txt
tools/topics-and-qrels/qrels.mb11.all.txt
tools/topics-and-qrels/qrels.mb13.all.txt
# vscode related files
.settings
.factorypath
# elastirini and solrini installation
solrini/
elastirini/
# default directory where runs go
runs/
# default directory where logs go
logs/
# default directory where collections go
collections/
# default directory where indexes go
indexes/
# default output location of "Neural Hype" experiments: https://github.com/castorini/anserini/blob/master/docs/experiments-forum2018.md
fine_tuning_results/
# directory where we keep throw-away Java classes that we don't want checked into the repo.
src/main/java/io/anserini/scratch/
# these are just concatenation of TREC-COVID round 1 and round2 qrels, so no need to check in.
tools/topics-and-qrels/qrels.covid-round12.txt
tools/topics-and-qrels/qrels.covid-round2-cumulative.txt