File tree 4 files changed +7
-19
lines changed
4 files changed +7
-19
lines changed Original file line number Diff line number Diff line change 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
12
1
linking /cache
13
- limes-tool
14
- genconfig-tool
15
2
16
3
apps /*
17
-
4
+ * .log
5
+ * .tar.gz
6
+ * .nt
Original file line number Diff line number Diff line change 7
7
8
8
source ../paths/load_path_variables.sh
9
9
10
- CONFIG_DIR=' configs '
10
+ CONFIG_DIR=' config '
11
11
12
12
STATUS=0
13
13
Original file line number Diff line number Diff line change @@ -14,9 +14,8 @@ CONFIG_DIR=configs
14
14
ROOT_DIRECTORY=..
15
15
LIMES=" $ROOT_DIRECTORY /apps/LIMES/limes-core-1.5.0.jar"
16
16
17
- # collect all config files
18
- # configlist=$(find /home/bensmafx/Linking/limes/LIMES/RC4/blocking/configs -type f )
19
17
CONFIG_FILE_LIST=$( find " $CONFIG_DIR " -type f )
18
+ echo " LIMES Configs: $CONFIG_FILE_LIST "
20
19
21
20
# counter
22
21
COUNTER=0
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ echo -n "Start pre-process VIAF data: " >> "$LINKED_LOGGING/process.log"
17
17
date >> " $LINKED_LOGGING /process.log"
18
18
19
19
STATUS=0
20
- CONFIG_DIR=' configs '
20
+ CONFIG_DIR=' config '
21
21
22
22
# 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."
24
24
25
25
26
26
# TODO: Which ones are unwanted and why?
You can’t perform that action at this time.
0 commit comments