Expected bug in config.scala
in previous versions[1] of the file the line 147 used to be like this ,
which is logic because if you write "LabelExtractor" as Extractor in
config file , it will concatenate to it "org.dbpedia.extraction.mappings."
and loads it
val className = if (! name.contains("."))
classOf[Extractor].getPackage.getName+'.'+name else name
but after Dimitris and Andreas merged the main and the Dumb branch ,
it's found to be like this :
1-
https://github.com/hadyelsahar/extraction-framework/blob/e26ef813dad098d573be34191dfaef13c78b5986/dump/src/main/scala/org/dbpedia/extraction/dump/extract/Config.scala
2-
-------------------------------------------------
Hady El-Sahar
Research Assistant
Center of Informatics Sciences | Nile University<http://nileuniversity.edu.eg/>
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Dbpedia-developers mailing list
Dbpedia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-developers