2016年4月29日

摘要: 整整折腾了三天,终于把spring boot + neo4j的路走通了。 这里介绍3个部分,pom,entity,repository 1)pom 2)entity 3)repository 阅读全文
posted @ 2016-04-29 17:11 karis 阅读(4235) 评论(1) 推荐(0)

2016年3月4日

摘要: 主要包括: • Lower-casing: The entire email is converted into lower case, so that captialization is ignored (e.g., IndIcaTE is treated the same as Indicate 阅读全文
posted @ 2016-03-04 13:21 karis 阅读(380) 评论(0) 推荐(0)

2015年12月23日

摘要: python 3.3.5 1 # -*- coding: utf-8 -*- 2 3 # Used information from: 4 # http://stackoverflow.com/questions/463832/using-dpapi-with-python 5 # http://... 阅读全文
posted @ 2015-12-23 13:48 karis 阅读(1601) 评论(2) 推荐(0)

2015年12月18日

摘要: 1 # -*- coding: utf-8 -*- 2 from selenium import webdriver 3 import selenium.webdriver.support.ui as ui 4 from selenium.webdriver.common.keys import... 阅读全文
posted @ 2015-12-18 15:24 karis 阅读(477) 评论(0) 推荐(0)
摘要: 1 package test; 2 3 import java.io.BufferedReader; 4 import java.io.DataOutputStream; 5 import java.io.IOException; 6 import java.io.Inp... 阅读全文
posted @ 2015-12-18 15:13 karis 阅读(10633) 评论(0) 推荐(0)

2015年7月20日

摘要: 出现unicode decode error解决办法是修改nltk包internals.py的java()下增加cmd的参数,cmd = ["-Dfile.encoding=UTF-8"] + cmd,(https://github.com/nltk/nltk/issues/929)另外需要注意un... 阅读全文
posted @ 2015-07-20 10:02 karis 阅读(453) 评论(0) 推荐(0)

2015年4月25日

摘要: 源代码的链接为http://scikit-learn.org/stable/auto_examples/text/document_clustering.htmlLoading 20 newsgroups dataset for categories:['alt.atheism', 'talk.re... 阅读全文
posted @ 2015-04-25 22:53 karis 阅读(243) 评论(0) 推荐(0)
摘要: 注:原文代码链接http://scikit-learn.org/stable/auto_examples/text/mlcomp_sparse_document_classification.html运行结果为:Loading 20 newsgroups training set... 20 new... 阅读全文
posted @ 2015-04-25 17:36 karis 阅读(329) 评论(0) 推荐(0)
摘要: 1. How can we represent natural language meaning so that a computer can process these representations?2. How can we associate meaning representations ... 阅读全文
posted @ 2015-04-25 13:50 karis 阅读(135) 评论(0) 推荐(0)

2015年4月24日

摘要: Natural Language Processing with PythonChapter 6.2 1 import nltk 2 from nltk.corpus import nps_chat as nchat 3 4 def dialogue_act_features(post): 5 ... 阅读全文
posted @ 2015-04-24 19:58 karis 阅读(179) 评论(0) 推荐(0)

导航