上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: 安装gensim前要装python,numpy, scipy, 通过pip list检查开始安装gensim sudo pip install gensim 参考文档:http://www.jianshu.com/p/6d542ff65b1e http://kexue.fm/archives/431 阅读全文
posted @ 2017-12-28 09:52 深渊中的鱼 阅读(2077) 评论(0) 推荐(0) 编辑
摘要: 首先要求自定义词典为utf-8编码格式,可用editplus等工具转换。 词典要求在配置文件中进行设置: 阅读全文
posted @ 2017-12-28 09:36 深渊中的鱼 阅读(4065) 评论(0) 推荐(0) 编辑
摘要: NlpApplication是包含main函数的一个类,如果这个类放错位置会报Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Tue Jun 30 17:24:02 CST 2015 There was an unexp... 阅读全文
posted @ 2017-12-25 13:13 深渊中的鱼 阅读(375) 评论(0) 推荐(0) 编辑
摘要: 参考网址:http://www.nltk.org/install.html Mac/Unix 阅读全文
posted @ 2017-12-23 13:27 深渊中的鱼 阅读(831) 评论(0) 推荐(0) 编辑
摘要: 要在新项目中安装,命令如下: sudo pip install -r requirements.txt 导出安装的组件版本: requirements.txt的内容: adium-theme-ubuntu==0.3.4asciitree==0.3.3autograd==1.1.12backports 阅读全文
posted @ 2017-12-04 10:41 深渊中的鱼 阅读(1341) 评论(0) 推荐(0) 编辑
摘要: # match p = (m:Source{name:'粒数'})-[*1..]-(n:Source{name:'ROOT'})# match q = (h:Source{name:'播种量'})-[*1..]-(n:Source{name:'ROOT'})# where m.titleid = h 阅读全文
posted @ 2017-12-01 09:16 深渊中的鱼 阅读(233) 评论(0) 推荐(0) 编辑
摘要: -*-coding:utf-8-*-import itertools;# a=[1,2,3];# b=[4,5,6];a = '不行;广大;大幅度;老;充分;大钱;大规模;特大;爸爸;俊雅;可怜;死;杀'.split(';')b = '常温;超低温;高温;恒温;候温;炉温;气温;室温;水温;体温'. 阅读全文
posted @ 2017-11-29 11:00 深渊中的鱼 阅读(1688) 评论(0) 推荐(0) 编辑
摘要: # coding:utf-8import sysimport csvimport reimport collections as col#导入的库from openpyxl import load_workbookreload(sys)sys.setdefaultencoding( "utf-8" 阅读全文
posted @ 2017-11-29 09:14 深渊中的鱼 阅读(3466) 评论(0) 推荐(0) 编辑
摘要: 今天的第一单生意:出现错误,然后解决,就是我的生意。 Traceback (most recent call last): File "/home/py/PycharmProjects/ThirdTest/questionanswer/neo4joperate.py", line 157, in < 阅读全文
posted @ 2017-11-28 09:28 深渊中的鱼 阅读(485) 评论(0) 推荐(0) 编辑
摘要: Exception TypeError: "'NoneType' object is not callable" in <bound method Connection.__del__ of <neo4j.bolt.connection.Connection object at 0x7fd4c742 阅读全文
posted @ 2017-11-27 17:25 深渊中的鱼 阅读(1309) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 下一页