We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a402c commit 4ea32ecCopy full SHA for 4ea32ec
scripts/src/main/scala/org/dbpedia/extraction/scripts/LanguageSpecificLinksGenerator.scala
@@ -137,7 +137,7 @@ object LanguageSpecificLinksGenerator {
137
*extracting language links related properties from the WikiData RDF Dumb File
138
* and save them in a separated languagelinks.nt file
139
*/
140
- if(option == "0")
+ if(option == "master")
141
{
142
val outFileName = args(2)
143
@@ -174,7 +174,7 @@ object LanguageSpecificLinksGenerator {
174
* from the extracted languagelinks.nt file
175
* extracting language links and save them in languagelinks folder
176
177
- if(option == "1")
+ if(option == "specific")
178
179
180
//creating folder for output files
0 commit comments