文件名称:KTDictSeg分词
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2011-09-18
- 文件大小:
- 3.04mb
- 下载次数:
- 0次
- 提 供 者:
- xianjianqixia77@163.com
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一个C#编写的分词组件
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : v1.4.02.zip 列表 DictManage/ DictManage/DictManage.csproj DictManage/FormBatchInsert.cs DictManage/FormBatchInsert.Designer.cs DictManage/FormBatchInsert.resx DictManage/FormEncoder.cs DictManage/FormEncoder.Designer.cs DictManage/FormEncoder.resx DictManage/FormFind.cs DictManage/FormFind.Designer.cs DictManage/FormFind.resx DictManage/FormMain.cs DictManage/FormMain.Designer.cs DictManage/FormMain.resx DictManage/FormUnknownWords.cs DictManage/FormUnknownWords.Designer.cs DictManage/FormUnknownWords.resx DictManage/mssccprj.scc DictManage/Program.cs DictManage/Properties/ DictManage/Properties/AssemblyInfo.cs DictManage/Properties/Resources.Designer.cs DictManage/Properties/Resources.resx DictManage/Properties/Settings.Designer.cs DictManage/Properties/Settings.settings DictManage/Properties/vssver2.scc DictManage/Thumbs.db DictManage/vssver2.scc DictManage/WORDBOOK.ICO DictSeg/ DictSeg/Dict.cs DictSeg/DictManage.cs DictSeg/IRule.cs DictSeg/KTDictSeg.csproj DictSeg/mssccprj.scc DictSeg/obj/ DictSeg/obj/Debug/ DictSeg/obj/Debug/DictSeg.dll DictSeg/obj/Debug/DictSeg.pdb DictSeg/obj/Debug/ResolveAssemblyReference.cache DictSeg/obj/Debug/TempPE/ DictSeg/obj/KTDictSeg.csproj.FileListAbsolute.txt DictSeg/obj/Release/ DictSeg/obj/Release/DictSeg.dll DictSeg/obj/Release/DictSeg.pdb DictSeg/obj/Release/ResolveAssemblyReference.cache DictSeg/obj/Release/TempPE/ DictSeg/Pos.cs DictSeg/PosTraffic.cs DictSeg/Properties/ DictSeg/Properties/AssemblyInfo.cs DictSeg/Properties/vssver2.scc DictSeg/Rule/ DictSeg/Rule/MatchNameRule.cs DictSeg/Rule/MergeNumRule.cs DictSeg/Rule/PosBinRule.cs DictSeg/Rule/vssver2.scc DictSeg/SimpleDictSeg.cs DictSeg/vssver2.scc FTAlgorithm/ FTAlgorithm/CException.cs FTAlgorithm/CFile.cs FTAlgorithm/CFileException.cs FTAlgorithm/CRegex.cs FTAlgorithm/CSerialization.cs FTAlgorithm/CStream.cs FTAlgorithm/Dfa.cs FTAlgorithm/ExtractWords.cs FTAlgorithm/FTAlgorithm.csproj FTAlgorithm/mssccprj.scc FTAlgorithm/obj/ FTAlgorithm/obj/Debug/ FTAlgorithm/obj/Debug/FTAlgorithm.dll FTAlgorithm/obj/Debug/FTAlgorithm.pdb FTAlgorithm/obj/Debug/TempPE/ FTAlgorithm/obj/FTAlgorithm.csproj.FileListAbsolute.txt FTAlgorithm/obj/Release/ FTAlgorithm/obj/Release/FTAlgorithm.dll FTAlgorithm/obj/Release/FTAlgorithm.pdb FTAlgorithm/obj/Release/TempPE/ FTAlgorithm/Properties/ FTAlgorithm/Properties/AssemblyInfo.cs FTAlgorithm/Properties/vssver2.scc FTAlgorithm/vssver2.scc KTDictSeg.HighLight/ KTDictSeg.HighLight/bin/ KTDictSeg.HighLight/bin/Release/ KTDictSeg.HighLight/bin/Release/DictSeg.dll KTDictSeg.HighLight/bin/Release/DictSeg.pdb KTDictSeg.HighLight/bin/Release/FTAlgorithm.dll KTDictSeg.HighLight/bin/Release/FTAlgorithm.pdb KTDictSeg.HighLight/bin/Release/KTDictSeg.HighLight.dll KTDictSeg.HighLight/bin/Release/KTDictSeg.HighLight.pdb KTDictSeg.HighLight/bin/Release/KTDictSegAnalyzer.dll KTDictSeg.HighLight/bin/Release/KTDictSegAnalyzer.pdb KTDictSeg.HighLight/bin/Release/Lucene.Net.dll KTDictSeg.HighLight/Formatter.cs KTDictSeg.HighLight/Fragment.cs KTDictSeg.HighLight/Highlighter.cs KTDictSeg.HighLight/KTDictSeg.HighLight.csproj KTDictSeg.HighLight/mssccprj.scc KTDictSeg.HighLight/obj/ KTDictSeg.HighLight/obj/Debug/ KTDictSeg.HighLight/obj/Debug/KTDictSeg.HighLight.dll KTDictSeg.HighLight/obj/Debug/KTDictSeg.HighLight.pdb KTDictSeg.HighLight/obj/Debug/ResolveAssemblyReference.cache KTDictSeg.HighLight/obj/Debug/TempPE/ KTDictSeg.HighLight/obj/KTDictSeg.HighLight.csproj.FileListAbsolute.txt KTDictSeg.HighLight/obj/Release/ KTDictSeg.HighLight/obj/Release/KTDictSeg.HighLight.dll KTDictSeg.HighLight/obj/Release/KTDictSeg.HighLight.pdb KTDictSeg.HighLight/obj/Release/ResolveAssemblyReference.cache KTDictSeg.HighLight/obj/Release/TempPE/ KTDictSeg.HighLight/Properties/ KTDictSeg.HighLight/Properties/AssemblyInfo.cs KTDictSeg.HighLight/Properties/vssver2.scc KTDictSeg.HighLight/SimpleHTMLFormatter.cs KTDictSeg.HighLight/vssver2.scc KTDictSegAnalyzer/ KTDictSegAnalyzer/KTDictSegAnalyzer.cs KTDictSegAnalyzer/KTDictSegAnalyzer.csproj KTDictSegAnalyzer/KTDictSegTokenizer.cs KTDictSegAnalyzer/mssccprj.scc KTDictSegAnalyzer/obj/ KTDictSegAnalyzer/obj/Debug/ KTDictSegAnalyzer/obj/Debug/KTDictSegAnalyzer.dll KTDictSegAnalyzer/obj/Debug/KTDictSegAnalyzer.pdb KTDictSegAnalyzer/obj/Debug/ResolveAssemblyReference.cache KTDictSegAnalyzer/obj/Debug/TempPE/ KTDictSegAnalyzer/obj/KTDictSegAnalyzer.csproj.FileListAbsolute.txt KTDictSegAnalyzer/obj/Release/ KTDictSegAnalyzer/obj/Release/KTDictSegAnalyzer.dll KTDictSegAnalyzer/obj/Release/KTDictSegAnalyzer.pdb KTDictSegAnalyzer/obj/Release/ResolveAssemblyReference.cache KTDictSegAnalyzer/obj/Release/TempPE/ KTDictSegAnalyzer/Properties/ KTDictSegAnalyzer/Properties/AssemblyInfo.cs KTDictSegAnalyzer/Properties/vssver2.scc KTDictSegAnalyzer/vssver2.scc PosDisplayCtrl/ PosDisplayCtrl/mssccprj.scc PosDisplayCtrl/PosCtrl.cs PosDisplayCtrl/PosCtrl.Designer.cs PosDisplayCtrl/PosCtrl.resx PosDisplayCtrl/PosDisplayCtrl.csproj PosDisplayCtrl/Properties/ PosDisplayCtrl/Properties/AssemblyInfo.cs PosDisplayCtrl/Properties/vssver2.scc PosDisplayCtrl/vssver2.scc PosDisplayCtrl/WORDART.ICO PubLib/ PubLib/Highlighter.Net.dll PubLib/Lucene.Ne