摘要:基于统计抽词方法,原理点这里。代码见这里C#,代码比较乱。另有python版本见这里using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;namespace seg_word{ class Program { static void Main(string[] args) { if (args.Length "); return; } ...
阅读全文