摘要:
引用PanGuDLLprivate string GetWords(string input) { ICollection<PanGu.WordInfo> words = new Segment().DoSegment(input); StringBuilder result = new StringBuilder(); List<string> list = new List<string>(); foreach (WordInfo word in words) { if (word != null && word.Word.Length 阅读全文
posted @ 2012-02-05 23:24
freexiaoyu
阅读(581)
评论(0)
推荐(0)
浙公网安备 33010602011771号