RLCSS分詞系統(tǒng)更新下載
更新時間:2007年03月12日 00:00:00 作者:
RLCSS(Relaxlife Chinese Sentence Splitter)偶的中文分詞更新:
1.添加Version屬性,標(biāo)明版本.
2.更改分詞系統(tǒng)的開放結(jié)口.
3.更改分詞系統(tǒng)切分多字詞時的一個錯誤.
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
1.添加Version屬性,標(biāo)明版本.
2.更改分詞系統(tǒng)的開放結(jié)口.
3.更改分詞系統(tǒng)切分多字詞時的一個錯誤.
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
相關(guān)文章
使用ASP.NET 2.0 CSS 控件適配器生成CSS友好的HTML輸出
使用ASP.NET 2.0 CSS 控件適配器生成CSS友好的HTML輸出...2007-03-03
創(chuàng)建基于ASP.NET的SMTP郵件服務(wù)的具體方法
Asp.net在System.Web.Mail名稱空間中有一個發(fā)送email的內(nèi)建類,但這僅是cdosys的一個假象。開發(fā)者能使用一個替代的它smtp郵件服務(wù)。在這篇文章里面,我將會展示如何創(chuàng)建一個用于asp.net的功能齊全的smtp郵件服務(wù)2013-11-11
.NET6創(chuàng)建Windows服務(wù)的實現(xiàn)步驟
本文主要介紹了.NET6創(chuàng)建Windows服務(wù)的實現(xiàn)步驟,文中通過示例代碼介紹的非常詳細(xì),對大家的學(xué)習(xí)或者工作具有一定的參考學(xué)習(xí)價值,需要的朋友們下面隨著小編來一起學(xué)習(xí)學(xué)習(xí)吧2023-06-06

