-
大小: 5.33M文件類型: .zip金幣: 1下載: 0 次發布日期: 2020-12-26
- 語言: C#
- 標簽: 分詞??SharpICTCLAS??
資源簡介
ICTCLAS的C#版,用于中文分詞解析,bin里面有例子
代碼片段和文件信息
using?System;
using?System.IO;
using?SharpICTCLAS;
class?Program
{
???static?void?Main(string[]?args)
???{
??????string?DictPath?=?Path.Combine(Environment.CurrentDirectory?“Data“)?+?Path.DirectorySeparatorChar;
??????Console.WriteLine(“正在讀入字典,請稍候...“);
??????WordDictionary?dict?=?new?WordDictionary();
??????dict.Load(DictPath?+?“coreDict.dct“);
??????ShowWordsInfo(dict?‘設‘);
??????Console.WriteLine(“\r\n向字典庫插入“設計模式”一詞...“);
??????dict.AddItem(“設計模式“?Utility.GetPOSValue(“n“)?10);
??????Console.WriteLine(“\r\n修改完成,將字典寫入磁盤文件coreDictNew.dct,請稍候...“);
??????dict.Save(DictPath?+?“coreDictNew.dct“);
??????Console.WriteLine(“\r\n打開已寫入的字典,請稍候...“);
??????dict.Load(DictPath?+?“coreDictNew.dct“);
??????ShowWordsInfo(dict?‘設‘);
??????Console.Write(“按下回車鍵退出......“);
??????Console.ReadLine()
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-12-15?10:36??SharpICTCLAS單線程\
?????文件?????????193??2013-12-19?14:11??SharpICTCLAS單線程\.gitignore
?????文件????????1644??2013-12-19?14:11??SharpICTCLAS單線程\README.md
?????目錄???????????0??2017-12-15?10:36??SharpICTCLAS單線程\SharpICTCLAS\
?????目錄???????????0??2017-12-15?10:36??SharpICTCLAS單線程\SharpICTCLAS\Samples\
?????目錄???????????0??2017-12-15?10:36??SharpICTCLAS單線程\SharpICTCLAS\Samples\AddWords2Dict\
?????文件????????2403??2013-12-19?14:11??SharpICTCLAS單線程\SharpICTCLAS\Samples\AddWords2Dict\AddWords2Dict.csproj
?????文件????????1647??2013-12-19?14:11??SharpICTCLAS單線程\SharpICTCLAS\Samples\AddWords2Dict\Program.cs
?????目錄???????????0??2017-12-15?10:36??SharpICTCLAS單線程\SharpICTCLAS\Samples\AddWords2Dict\Properties\
?????文件????????1148??2013-12-19?14:11??SharpICTCLAS單線程\SharpICTCLAS\Samples\AddWords2Dict\Properties\AssemblyInfo.cs
?????目錄???????????0??2017-12-15?10:36??SharpICTCLAS單線程\SharpICTCLAS\Samples\ConsoleTest\
?????文件????????2399??2013-12-19?14:11??SharpICTCLAS單線程\SharpICTCLAS\Samples\ConsoleTest\ConsoleTest.csproj
?????文件?????????285??2013-12-19?14:11??SharpICTCLAS單線程\SharpICTCLAS\Samples\ConsoleTest\ConsoleTest.csproj.user
?????文件???????11354??2013-12-19?14:11??SharpICTCLAS單線程\SharpICTCLAS\Samples\ConsoleTest\Program.cs
?????目錄???????????0??2017-12-15?10:36??SharpICTCLAS單線程\SharpICTCLAS\Samples\ConsoleTest\Properties\
?????文件????????1144??2013-12-19?14:11??SharpICTCLAS單線程\SharpICTCLAS\Samples\ConsoleTest\Properties\AssemblyInfo.cs
?????目錄???????????0??2017-12-15?10:36??SharpICTCLAS單線程\SharpICTCLAS\Samples\PreProcessUtility\
?????文件???????17642??2013-12-19?14:11??SharpICTCLAS單線程\SharpICTCLAS\Samples\PreProcessUtility\PreProcessUtility.cs
?????文件????????2204??2013-12-19?14:11??SharpICTCLAS單線程\SharpICTCLAS\Samples\PreProcessUtility\PreProcessUtility.csproj
?????目錄???????????0??2017-12-15?10:36??SharpICTCLAS單線程\SharpICTCLAS\Samples\PreProcessUtility\Properties\
?????文件????????1302??2013-12-19?14:11??SharpICTCLAS單線程\SharpICTCLAS\Samples\PreProcessUtility\Properties\AssemblyInfo.cs
?????目錄???????????0??2017-12-15?10:36??SharpICTCLAS單線程\SharpICTCLAS\Samples\SegmentSample\
?????文件?????????973??2013-12-19?14:11??SharpICTCLAS單線程\SharpICTCLAS\Samples\SegmentSample\Program.cs
?????文件????????1012??2013-12-19?14:11??SharpICTCLAS單線程\SharpICTCLAS\Samples\SegmentSample\Program.cs.bak
?????目錄???????????0??2017-12-15?10:36??SharpICTCLAS單線程\SharpICTCLAS\Samples\SegmentSample\Properties\
?????文件????????1134??2013-12-19?14:11??SharpICTCLAS單線程\SharpICTCLAS\Samples\SegmentSample\Properties\AssemblyInfo.cs
?????文件????????2441??2013-12-19?14:11??SharpICTCLAS單線程\SharpICTCLAS\Samples\SegmentSample\SegmentSample.csproj
?????文件????????3392??2013-12-19?14:11??SharpICTCLAS單線程\SharpICTCLAS\Samples\SegmentSample\TestWordSegment.cs
?????目錄???????????0??2017-12-15?10:36??SharpICTCLAS單線程\SharpICTCLAS\SharpICTCLAS\
?????目錄???????????0??2017-12-15?10:36??SharpICTCLAS單線程\SharpICTCLAS\SharpICTCLAS\EventInterface\
?????文件????????1905??2013-12-19?14:11??SharpICTCLAS單線程\SharpICTCLAS\SharpICTCLAS\EventInterface\SegmentEventArg.cs
............此處省略120個文件信息
評論
共有 條評論