摘要: 1 create table department 2 (dept_name varchar(20), 3 building varchar(15), 4 budget numeric(12,2) check... 阅读全文
posted @ 2014-07-10 15:25 Awater 阅读(407) 评论(0) 推荐(0) 编辑
摘要: 看了Ladicky的文章Associative Hierarchical CRFs for Object Class Image Segmentation,下载他主页的代码,文章是清楚了,但代码的README很不理解,怎么把数据放进去? 阅读全文
posted @ 2014-03-27 18:50 Awater 阅读(781) 评论(1) 推荐(0) 编辑
摘要: NLTK 安装链接 http://www.nltk.org/install.html不知道什么原因打不开pypi 的网站 http://pypi.python.org/pypi/setuptools,难道被墙了,很无语。由于NLTK 暂时还不支持Python3,CentOs6.4自带的python2.6.6在安装过程中各种不顺畅,我更新为python2.7.6,参考http://my.oschina.net/leezhen/blog/206966。安装python-setuptools: 直接下载setuptools-1.4.2.tar.gz,解压安装python setup.py insta 阅读全文
posted @ 2014-03-19 10:39 Awater 阅读(574) 评论(0) 推荐(0) 编辑