实用技巧

关注公众号 jb51net

关闭
首页 > 网络编程 > ASP.NET > 实用技巧 >

RLCSS分词系统更新下载

作者:

RLCSS分词系统更新下载
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
阅读全文