首页 > 编程 > .NET > 正文

RLCSS分词系统更新下载

2020-01-18 01:45:03
字体:
来源:转载
供稿:网友
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
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表