Hello All,

i'm working on a clone of the master branch of the extraction framework:

i noticed that the full version of IOUtils file is in the dump branch
unlike the master branch
https://github.com/dbpedia/extraction-framework/blob/dump/core/src/main/scala/org/dbpedia/extraction/util/IOUtils.scala

so i pulled that file exclusively from the dump branch merged it to the
local branch
i written small test code to utilize the IOUtils when compiling i faced the
following errors :

object compress is not a member of package org.apache.commons
import
org.apache.commons.compress.compressors.bzip2.{BZip2CompressorInputStream,BZip2CompressorOutputStream}
                          ^
value charSet is not a member of java.nio.charset.Charset
  def writer(file: FileLike[_], charset: Charset = Codec.UTF8.charSet):
Writer =
                                                              ^
value charSet is not a member of java.nio.charset.Charset
  def reader(file: FileLike[_], charset: Charset = Codec.UTF8.charSet):
Reader =
                                                              ^

it seems that there's something not included in the packages
 apache.commons  and Code.UTF-8
should i pull the whole dump branch from Github ?  or this is because
another thing ?

thanks
Regards
-------------------------------------------------
Hady El-Sahar
Research Assistant
Center of Informatics Sciences | Nile University<http://nileuniversity.edu.eg/>

email : [email protected]
Phone : +2-01220887311
http://hadyelsahar.me/

<http://www.linkedin.com/in/hadyelsahar>
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Dbpedia-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-developers

Reply via email to