2017年9月5日

NLPIR 中文分词系统

摘要: NLPIR 在线系统 NLPIR,即“自然语言处理与信息检索共享平台”的英文缩写, 打开该网址,即可进入主界面—“语义分析系统”,顾名思义,它是一个在线的中文语义分析工具,因为非商业化,它对处理文本的篇幅大小也有限制,只能处理3000字,可以给热衷于文本分析的小伙伴过过瘾,但要想用于商业目的,那只能 阅读全文

posted @ 2017-09-05 18:41 Livon 阅读(1664) 评论(0) 推荐(0) 编辑

Python 环境搭建

摘要: http://www.bilibili.com/video/av6685118/ pip install jupyter 。。。 jupyter-notebook http://localhost:8888/tree 阅读全文

posted @ 2017-09-05 09:33 Livon 阅读(107) 评论(0) 推荐(0) 编辑

scikit-learn( Macine Learning in Python )

摘要: http://scikit-learn.org/stable/index.html http://www.bilibili.com/video/av7010046/ 分类算法——逻辑回归 http://space.bilibili.com/6612447#!/ 咕嚅噜噜 阅读全文

posted @ 2017-09-05 08:40 Livon 阅读(175) 评论(0) 推荐(0) 编辑

2017年6月12日

Java 访问 DataInsight Demo

摘要: GkycAction.java (挂科预测) js 阅读全文

posted @ 2017-06-12 16:41 Livon 阅读(302) 评论(0) 推荐(0) 编辑

2017年2月15日

Apache Phoenix 安装笔记

摘要: 下载 下载地址 http://phoenix.apache.org/installation.html 阅读全文

posted @ 2017-02-15 11:20 Livon 阅读(143) 评论(0) 推荐(0) 编辑

2016年4月8日

PHP 返回 Json 函数:json_encode()

摘要: 1 array("a" => "orange", "b" => "banana", "c" => "apple"), 6 "numbers" => array(1, 2, 3, 4, 5, 6), 7 "holes" => array("first", 5 => "second", "third") 8 ); 9 echo json_enco 阅读全文

posted @ 2016-04-08 10:08 Livon 阅读(306) 评论(0) 推荐(0) 编辑

2016年3月21日

在 MongoDB 中查找缺失的数据包

摘要: 1 package syncPacker; 2 3 import java.io.BufferedReader; 4 import java.io.File; 5 import java.io.FileReader; 6 import java.io.FileWriter; 7 import java.io.IOException; 8 import jav... 阅读全文

posted @ 2016-03-21 15:32 Livon 阅读(387) 评论(0) 推荐(0) 编辑

2016年3月19日

著录数据打包

摘要: 使用 MyBatis 连接 Oracle ,然后向 MongoDB 中写入。 数据量 1.3 亿,每分钟 7 - 10 万。 SyncPacker_201603.java 一个备份,记一下吧: SyncPackerDao.xml 阅读全文

posted @ 2016-03-19 19:24 Livon 阅读(395) 评论(0) 推荐(0) 编辑

2014年4月11日

超速违法代码计算

摘要: 四个步骤:1.配置 Servlet ,使其能响应请求。2. 编写 响应请求的类:ActionServlet.java3.编写接口 OverspeedDao.java4. 编写 MyBatis 的映射文件:overspeedMapper.xml配置 servletweb.xml 1 2 This is the description of my J2EE component 3 This is the display name of my J2EE component 4 OverspeedServlet 5 overspeed.ActionServlet ... 阅读全文

posted @ 2014-04-11 09:39 Livon 阅读(620) 评论(0) 推荐(0) 编辑

2013年11月1日

使用 ExtJS4 MVC 示例

摘要: task/new.jsp 1 2 3 4 5 6 7 0 && intParentId != intParentLatestEditionId ){ 24 out.println("!!! 致命错误:历史版本不可以被回复。!!!") ; 25 } ; 26 27 if ( originId==null || originId.equals("")) 28 originId = "-1" ; 29 30 31 if ( parentNodePath==null || "".equals(parentN 阅读全文

posted @ 2013-11-01 17:45 Livon 阅读(920) 评论(0) 推荐(0) 编辑

导航