Skip to content

Commit 4ea32ec

Browse files
committed
more userfriendly CMD options
1 parent 21a402c commit 4ea32ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/src/main/scala/org/dbpedia/extraction/scripts/LanguageSpecificLinksGenerator.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ object LanguageSpecificLinksGenerator {
137137
*extracting language links related properties from the WikiData RDF Dumb File
138138
* and save them in a separated languagelinks.nt file
139139
*/
140-
if(option == "0")
140+
if(option == "master")
141141
{
142142
val outFileName = args(2)
143143

@@ -174,7 +174,7 @@ object LanguageSpecificLinksGenerator {
174174
* from the extracted languagelinks.nt file
175175
* extracting language links and save them in languagelinks folder
176176
*/
177-
if(option == "1")
177+
if(option == "specific")
178178
{
179179

180180
//creating folder for output files

0 commit comments

Comments
 (0)