Skip to content

Commit 9c24e9f

Browse files
committed
fix config folder names.
clean gitignore Add debug echo for LIMES configs.
1 parent ccec396 commit 9c24e9f

File tree

4 files changed

+7
-19
lines changed

4 files changed

+7
-19
lines changed

.gitignore

+3-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
1-
reshaper-tool
2-
data/swissbib/utilities
3-
data/swissbib/contexts
4-
data/swissbib/combi_table.csv
5-
data/dbpedia/raw/*.ttl
6-
data/dbpedia/raw/*.log
7-
*.tar.gz
8-
*.log
9-
*.nt
10-
data/viaf/raw/*.nt
11-
data/viaf/raw/*.nt.gz
121
linking/cache
13-
limes-tool
14-
genconfig-tool
152

163
apps/*
17-
4+
*.log
5+
*.tar.gz
6+
*.nt

dbpedia/preprocess_dbpedia.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
source ../paths/load_path_variables.sh
99

10-
CONFIG_DIR='configs'
10+
CONFIG_DIR='config'
1111

1212
STATUS=0
1313

linking/do_parallel_linking.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ CONFIG_DIR=configs
1414
ROOT_DIRECTORY=..
1515
LIMES="$ROOT_DIRECTORY/apps/LIMES/limes-core-1.5.0.jar"
1616

17-
#collect all config files
18-
#configlist=$(find /home/bensmafx/Linking/limes/LIMES/RC4/blocking/configs -type f )
1917
CONFIG_FILE_LIST=$(find "$CONFIG_DIR" -type f )
18+
echo "LIMES Configs: $CONFIG_FILE_LIST"
2019

2120
#counter
2221
COUNTER=0

viaf/preprocess_viaf.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ echo -n "Start pre-process VIAF data: " >> "$LINKED_LOGGING/process.log"
1717
date >> "$LINKED_LOGGING/process.log"
1818

1919
STATUS=0
20-
CONFIG_DIR='configs'
20+
CONFIG_DIR='config'
2121

2222
# Import
23-
echo Viaf data is present in one large N-Triples file, so no import necessary.
23+
echo "Viaf data is present in one large N-Triples file, so no import necessary."
2424

2525

2626
# TODO: Which ones are unwanted and why?

0 commit comments

Comments
 (0)