All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dbpedia.extraction.mappings.Starter.scala Maven / Gradle / Ivy

There is a newer version: 4.1
Show newest version
package org.dbpedia.extraction.mappings
import sys.process._
import org.dbpedia.extraction.dump.extract.Extraction

object Starter {
  def main(args:Array[String]) = {
  
	Extraction.main(args)	
   
   /* if(args.size != 4){
        println("usage: java -jar     ")
      } else {
        val configfile = args(0)
        val lang = args(1)
        val dumpFile = args(2)
        val outputFile = args(3)
        println("called Wiktionary Extraction Starter with args "+configfile+" "+lang+" "+dumpFile+" "+outputFile)
	}
	*/
      
   
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy