2017年9月15日

word2vec

摘要: http://www.52nlp.cn/tag/python-word2vec https://www.tensorflow.org/tutorials/word2vec https://groups.google.com/forum/#!topic/gensim/MJWrDw_IvXw 阅读全文

posted @ 2017-09-15 22:55 Alex0111 阅读(80) 评论(0) 推荐(0) 编辑

情感分析工具

摘要: nltk http://www.nltk.org/book/ http://www.nltk.org/ snownlp http://blog.csdn.net/iqqiqqiqqiqq/article/details/50756552 https://www.zhihu.com/question/ 阅读全文

posted @ 2017-09-15 22:34 Alex0111 阅读(213) 评论(0) 推荐(0) 编辑

python 生成随机长度的字符串

摘要: f = open('/home/noone/workspace/xiangqianzu/text.txt','w') for x in range(10001): f.write(randomString(x)+'\n') f.close() 阅读全文

posted @ 2017-09-15 11:23 Alex0111 阅读(479) 评论(0) 推荐(0) 编辑

导航