資源簡(jiǎn)介
由呂震宇根據(jù)Free版ICTCLAS,在CLR平臺(tái)下CSharp語(yǔ)言的實(shí)現(xiàn)
代碼片段和文件信息
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(“正在讀入字典,請(qǐng)稍候...“);
??????WordDictionary?dict?=?new?WordDictionary();
??????dict.Load(DictPath?+?“coreDict.dct“);
??????ShowWordsInfo(dict?‘設(shè)‘);
??????Console.WriteLine(“\r\n向字典庫(kù)插入“設(shè)計(jì)模式”一詞...“);
??????dict.AddItem(“設(shè)計(jì)模式“?Utility.GetPOSValue(“n“)?10);
??????Console.WriteLine(“\r\n修改完成,將字典寫(xiě)入磁盤(pán)文件coreDictNew.dct,請(qǐng)稍候...“);
??????dict.Save(DictPath?+?“coreDictNew.dct“);
??????Console.WriteLine(“\r\n打開(kāi)已寫(xiě)入的字典,請(qǐng)稍候...“);
??????dict.Load(DictPath?+?“coreDictNew.dct“);
??????ShowWordsInfo(dict?‘設(shè)‘);
??????Console.Write(“按下回車(chē)鍵退出......“);
??????Console.ReadLine()
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????目錄???????????0??2013-12-19?06:11??SharpICTCLAS-master\
?????文件?????????193??2013-12-19?06:11??SharpICTCLAS-master\.gitignore
?????文件????????1644??2013-12-19?06:11??SharpICTCLAS-master\README.md
?????目錄???????????0??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\
?????目錄???????????0??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\Samples\
?????目錄???????????0??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\Samples\AddWords2Dict\
?????文件????????2403??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\Samples\AddWords2Dict\AddWords2Dict.csproj
?????文件????????1647??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\Samples\AddWords2Dict\Program.cs
?????目錄???????????0??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\Samples\AddWords2Dict\Properties\
?????文件????????1148??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\Samples\AddWords2Dict\Properties\AssemblyInfo.cs
?????目錄???????????0??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\Samples\ConsoleTest\
?????文件????????2399??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\Samples\ConsoleTest\ConsoleTest.csproj
?????文件?????????285??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\Samples\ConsoleTest\ConsoleTest.csproj.user
?????文件???????11354??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\Samples\ConsoleTest\Program.cs
?????目錄???????????0??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\Samples\ConsoleTest\Properties\
?????文件????????1144??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\Samples\ConsoleTest\Properties\AssemblyInfo.cs
?????目錄???????????0??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\Samples\PreProcessUtility\
?????文件???????17642??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\Samples\PreProcessUtility\PreProcessUtility.cs
?????文件????????2204??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\Samples\PreProcessUtility\PreProcessUtility.csproj
?????目錄???????????0??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\Samples\PreProcessUtility\Properties\
?????文件????????1302??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\Samples\PreProcessUtility\Properties\AssemblyInfo.cs
?????目錄???????????0??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\Samples\SegmentSample\
?????文件?????????973??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\Samples\SegmentSample\Program.cs
?????文件????????1012??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\Samples\SegmentSample\Program.cs.bak
?????目錄???????????0??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\Samples\SegmentSample\Properties\
?????文件????????1134??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\Samples\SegmentSample\Properties\AssemblyInfo.cs
?????文件????????2441??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\Samples\SegmentSample\SegmentSample.csproj
?????文件????????3392??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\Samples\SegmentSample\TestWordSegment.cs
?????文件????????3486??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\SharpICTCLAS.sln
?????文件???????96256??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\SharpICTCLAS.suo
?????文件???????95744??2013-12-19?06:11??SharpICTCLAS-master\SharpICTCLAS\SharpICTCLAS.v12.suo
............此處省略98個(gè)文件信息
評(píng)論
共有 條評(píng)論