一.分词软件简介主流分词软件挑重要的讲,目前的分词软件很多,也比较杂。这里列举一些效果比较好的分词软件。Stanford Word Segmenter (Java,GPL) 老牌美帝斯坦佛大学NLP小组出品nlpbamboo (C++, BSD) PostgreSQL的大大们制作的一个基于CRF++...
分类:
编程语言 时间:
2015-07-01 17:27:55
阅读次数:
301
原来我的POM中groupId是org.tinygroup,artifactId是对应的工程名,如parser。后出有一个处理上的原因,而且便于进行分隔,还可以避免与别人的冲突,想把所有的artifactId前面增加个“org.tinygroup.”前缀,比如parser就变成org.tinygro...
分类:
其他好文 时间:
2015-07-01 11:33:10
阅读次数:
93
1.简介
stanford分词目前支持 Arabic 和 Chinese。它的原理是基于CRFs, CRFs分词的原理不难懂,就是把分词当作另一种形式的命名实体识别,利用特征建立概率图模型后,用Veterbi算法求最短路径。stanford
nlp提供了源码demo,目前的版本是3.5.2。
下载地址:http://nlp.stanford.edu/software/segmenter.s...
分类:
其他好文 时间:
2015-07-01 10:00:10
阅读次数:
888
1. Feedforward and cost function;2.Regularized cost function:3.Sigmoid gradientThe gradient for the sigmoid function can be computed as:where:4.Random...
分类:
Web程序 时间:
2015-06-29 19:42:52
阅读次数:
1812
链接:http://blog.csdn.net/szchtx/article/details/7587999
http://cdu.net.cn/3D/2014-04-23/705.html
一、PLY简介
PLY文件格式是Stanford大学开发的一套三维mesh模型数据格式,图形学领域内很多著名的模型数据,比如Stanford的三维扫描数据库(其中包...
分类:
其他好文 时间:
2015-06-28 18:53:59
阅读次数:
175
Statements in ECMAScript are terminated by a semicolon, though omitting the semicolon makes
the parser determine where the end of a statement occurs, as in the following examples:
var sum = a + b ...
分类:
编程语言 时间:
2015-06-28 15:42:27
阅读次数:
107
Handwritten digits recognition (0-9)Multi-class Logistic Regression1. Vectorizing Logistic Regression(1) Vectorizing the cost function(2) Vectorizing ...
分类:
Web程序 时间:
2015-06-26 12:48:04
阅读次数:
807
1. Sigmoid FunctionIn Logisttic Regression, the hypothesis is defined as:where function g is the sigmoid function. The sigmoid function is defined as:...
分类:
系统相关 时间:
2015-06-25 21:12:53
阅读次数:
804
import org.htmlparser.NodeFilter;
import org.htmlparser.Parser;
import org.htmlparser.beans.StringBean;
import org.htmlparser.filters.CssSelectorNodeFilter;
import org.htmlparser.util.NodeList;
publi...
分类:
编程语言 时间:
2015-06-25 10:27:59
阅读次数:
204
1 /*------------------------------------------------------------------------- 2 ParserGen.cs -- Generation of the Recursive Descent Parser 3 Compi...
分类:
其他好文 时间:
2015-06-24 23:49:10
阅读次数:
156