-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini
More file actions
29 lines (22 loc) · 894 Bytes
/
config.ini
File metadata and controls
29 lines (22 loc) · 894 Bytes
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
[GENERAL]
threads=12
buffer_size_bytes = 10240
workdir = workdir
cache_dir = workdir/cache
[MSMARCO]
collection=/home/gianmarco/Documenti/Projects/TesiM/cast2019/MSMARCO/collection.tsv
duplicates=/home/gianmarco/Documenti/Projects/TesiM/cast2019/duplicate_list_v1.0.txt
[TREC_CAR]
collection=/home/gianmarco/Documenti/Projects/TesiM/cast2019/TREC_CAR/paragraphCorpus/dedup.articles-paragraphs.cbor
[TERRIER]
JAVA_HOME=/usr/lib/jvm/default/
version=5.5-custom
[INDEXES]
custom.path = /home/gianmarco/Documenti/Projects/TesiM/myCastIndex
custom.stopwords.filename = ./indri-stopwords.txt
custom.termpipelines = Stopwords,KrovetzStemmer
original.path = /home/gianmarco/Documenti/Projects/TesiM/CAsT_index
default.path = ../DefaultCastIndex
lucene_like.path = ../LuceneLikeCastIndex
lucene_like.stopwords.filename = ./lucene_stopwords.txt
lucene_like.termpipelines = Stopwords,PorterStemmer