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 4ea32ec commit dea03b2Copy full SHA for dea03b2
scripts/src/main/scala/org/dbpedia/extraction/scripts/LanguageSpecificLinksGenerator.scala
@@ -132,7 +132,7 @@ object LanguageSpecificLinksGenerator {
132
val option = args(0)
133
134
/**
135
- * option 0 :
+ * option master:
136
* -----------
137
*extracting language links related properties from the WikiData RDF Dumb File
138
* and save them in a separated languagelinks.nt file
@@ -169,7 +169,7 @@ object LanguageSpecificLinksGenerator {
169
}
170
171
172
- * option 1:
+ * option specific:
173
* ---------
174
* from the extracted languagelinks.nt file
175
* extracting language links and save them in languagelinks folder
0 commit comments