摘要:
值得惊讶的是,Eclipse 4.2 SR1版发布并没有在Eclipse.org主页或最新的活动事件中加以公布,完全是悄悄放出。查看Eclipse 4.2 SR1版的日志信息,可以看到,这一版本修正了80个Bug。而且:1. WTP从3.4.0升级到了3.4.1;2. JGit/Git升级到2.1版。下载地址:http://www.eclipse.org/downloads/ 阅读全文
摘要:
用R读取PDF并进行数据挖掘,例子如下:# here is a pdf for mining
url <- "http://www.noisyroom.net/blog/RomneySpeech072912.pdf"
dest <- tempfile(fileext = ".pdf")
download.file(url, dest, mode = "wb") # set path to pdftotxt.exe and convert pdf to text
exe <- "C:\\Program Fil 阅读全文