http://blog.csdn.net/heavendai/article/details/72285241. 简述 最近要应用CRF模型,进行序列识别。选用了CRF++工具包,具体来说是在VS2008的C#环境下,使用CRF++的windows版本。本文总结一下了解到的和CRF++工具包相关的信...
分类:
其他好文 时间:
2015-01-04 16:33:44
阅读次数:
633
http://blog.csdn.net/heavendai/article/details/70301021.首先来说一下马尔科夫链。一个事件序列发生的概率可以用下面的概率论里面的乘法公式展开P(w1,w2,…wn) = P(w1)P(w2|w1)P(w3| w1 w2)…P(wn|w1 w2…w...
分类:
其他好文 时间:
2015-01-04 16:30:47
阅读次数:
193
About LDAP:
LDAP stands for Lightweight Directory Access Protocol. It is usually used to fetch (and sometimes update) data in a directory of people.
Using Net::LDAP module in Perl can provide a way ...
分类:
其他好文 时间:
2015-01-04 15:24:17
阅读次数:
163
第一篇文章:javascript中this关键字的详细解析: http://blog.csdn.net/wyj880220/article/details/7305952
分类:
编程语言 时间:
2015-01-04 15:14:39
阅读次数:
168
1 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 using System.IO; 6 using System.Web.SessionStat...
分类:
Web程序 时间:
2015-01-04 15:14:36
阅读次数:
306
一、项目引用QRCode的DLL文件(ThoughtWorks.QRCode.dll)二、ASPX页面(两个jquery的js文件请自行去官网下载):[html] 二维码工具测试 输入文字: ...
分类:
Web程序 时间:
2015-01-04 15:13:57
阅读次数:
198
http://blog.csdn.net/heavendai/article/details/7228621CRF(Conditional Random Field) 条件随机场是近几年自然语言处理领域常用的算法之一,常用于句法分析、命名实体识别、词性标注等。在我看来,CRF就像一个反向的隐马尔可夫...
分类:
其他好文 时间:
2015-01-04 15:13:57
阅读次数:
162
1、在page_load中插入以下代码。 protected void Page_Load(object sender, EventArgs e) { if (Request.Params["page"] != null && Request.Par...
分类:
数据库 时间:
2015-01-04 15:12:35
阅读次数:
139
使用ASP.NET操作IIS7中使用应用程序在最新发布的启明星Portal里,增加了安装程序,下面说一下.NET对IIS7操作。IIS7的操作和IIS5/6有很大的不同,在IIS7里增加了 Microsoft.Web.Administration 命名空间里,增加了ServerManager、Sit...
分类:
Web程序 时间:
2015-01-04 15:06:20
阅读次数:
187
1.前言 本章也算是第一章CLR的KRE和第四章EF的K ef Commands补充,它们用到了KVM。非专业写手写技术文章真的不好完全表达出方方面面。 KVM是神马?管它呢?先会下面的介绍再说。其实你也没比要很深入KVM命令有哪些?在VS中基本上有设置方式做了一些,但背后离不开KVM。 在这里非常...
分类:
Web程序 时间:
2015-01-04 15:04:51
阅读次数:
186