-
Notifications
You must be signed in to change notification settings - Fork 1
/
configuration.json
27 lines (27 loc) · 1.59 KB
/
configuration.json
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
{
"instructions": [
"For an optimal use of the aligners and classifiers of this system, it is recommended to install the VecAlign and",
"LASER toolkits. These can be downloaded freely from : ",
"VecAlign : https://github.com/thompsonb/vecalign/archive/master.zip or https://github.com/thompsonb/vecalign",
"LASER : https://github.com/bhardwaj1230/LASER---CorpusCleaning-Classification or",
"https://github.com/facebookresearch/LASER/archive/master.zip or https://github.com/facebookresearch/LASER",
"",
"Follow the instructions to install each of them : ",
"VecAlign : https://github.com/thompsonb/vecalign/blob/master/README.md",
"LASER : https://github.com/facebookresearch/LASER/blob/master/README.md)",
"",
"IMPORTANT!!! If you choose NOT to install them directly into the ''resources'' folder or you may replace the",
"following paths (in 'options') with the corresponding paths for each of them.",
"",
"We HIGHLY recommend that the VecAlign toolkit be installed or copied into the 'resources/vecalign' folder,",
"making sure to not delete the 'vecalign_wrap.py' file (which can also be found in the 'resources/wrap' folder).",
"",
"If you choose NOT to install the VecAlign toolkit in 'resources/vecalign' then, you will need to copy",
"the 'vecalign_wrap.py' file into the folder it is installed on and change the explicit relative import path in",
"line 16 of the 'bin/txt2tmx.py' file to match its correct location"
],
"options": {
"path to vecalign" : "./resources/vecalign/",
"path to laser" : "./resources/LASER/"
}
}