File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 9898 <mainClass >org.dbpedia.extraction.scripts.UnmodifiedFeederCacheGenerator</mainClass >
9999 <jvmArgs ><jvmArg >-server</jvmArg ><jvmArg >-XX:+UseConcMarkSweepGC</jvmArg ></jvmArgs >
100100 </launcher >
101+ <launcher >
102+ <id >GenerateLLMasterFile</id >
103+ <mainClass >org.dbpedia.extraction.scripts.LanguageSpecificLinksGenerator</mainClass >
104+ <args >
105+ <arg >master</arg >
106+ <arg >/home/hadyelsahar/DBPedia/Datasets/Wikidata1k_2k.nt.gz</arg >
107+ <arg >/home/hadyelsahar/Desktop/masterLLfile.ttl</arg >
108+ </args >
109+ </launcher >
110+ <launcher >
111+ <id >GenerateLLSpecificFiles</id >
112+ <mainClass >org.dbpedia.extraction.scripts.LanguageSpecificLinksGenerator</mainClass >
113+ <args >
114+ <arg >specific</arg >
115+ <arg >/home/hadyelsahar/DBPedia/Development/extraction-framework/masterLLfile.ttl</arg >
116+ <arg >./llfiles</arg >
117+ <arg >.ttl</arg >
118+ </args >
119+ </launcher >
101120 </launchers >
102121 </configuration >
103122
You can’t perform that action at this time.
0 commit comments