当前位置: 首页 > 图文教程 > 网络编程 > ASP.NET > RLCSS分词系统更新下载

ASP.NET
many-to-many多对多映射
.NETRemotingChannelListener
转载李建忠老师的一篇文章
原创ColorComboBox控件
用IDisposable接口释放.NET资源
c#v2.0 扩展特性 翻译1
XPath中如何比较不同类型的对象
用哈希表搜索对象
C#陷阱int i = 10; i += i++; i =
Make a window that pops up from taskbar
获取网站返回的头部信息
自己动手写屏保
在DataGrid中添加Radio单选按钮列
实现性能目标的几种方法
增强.NETFramework中线程的功能
ASP.NET 2.0,写无限级下拉菜单不再难
book_dotnet
用.NET武装你的头脑
准备你的发布阶段
移植到.NET

ASP.NET 中的 RLCSS分词系统更新下载


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-09-13   浏览: 127 ::
收藏到网摘: n/a

RLCSS(Relaxlife Chinese Sentence Splitter)偶的中文分词更新:
1.添加Version属性,标明版本.
2.更改分词系统的开放结口.
3.更改分词系统切分多字词时的一个错误.
public class Splitter
{
private static string ver = "1.01.20070129";
public static string GetResult(string content){}
public static string[] GetResultArray(string content){}
public static string Version{}
}
点击此处下载RLCSS1.01.20070129.rar