文件名称:Segmentation
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:4.13mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
用HMM实现的中文分词程序,用C#实现的。-HMM to achieve with the Chinese word segmentation
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Segmentation/AutoSegment/AutoSegment.csproj
Segmentation/AutoSegment/Data/BigramDict.dct
Segmentation/AutoSegment/Data/coreDict.dct
Segmentation/AutoSegment/Data/lexical.ctx
Segmentation/AutoSegment/Data/nr.ctx
Segmentation/AutoSegment/Data/nr.dct
Segmentation/AutoSegment/Data/ns.ctx
Segmentation/AutoSegment/Data/ns.dct
Segmentation/AutoSegment/Data/tr.ctx
Segmentation/AutoSegment/Data/tr.dct
Segmentation/AutoSegment/FrmMain.cs
Segmentation/AutoSegment/FrmMain.Designer.cs
Segmentation/AutoSegment/FrmMain.resx
Segmentation/AutoSegment/icon.ico
Segmentation/AutoSegment/ILog.cs
Segmentation/AutoSegment/OriginalSourceProcess.cs
Segmentation/AutoSegment/Program.cs
Segmentation/AutoSegment/Properties/AssemblyInfo.cs
Segmentation/AutoSegment/Properties/Resources.Designer.cs
Segmentation/AutoSegment/Properties/Resources.resx
Segmentation/AutoSegment/Properties/Settings.Designer.cs
Segmentation/AutoSegment/Properties/Settings.settings
Segmentation/AutoSegment/SegmentProcess.cs
Segmentation/AutoSegment/SegTextFile.cs
Segmentation/AutoSegment/SimpleSegTextFile.cs
Segmentation/AutoSegment/Text/Original/199801.txt
Segmentation/AutoSegment/Text/Original/shengming.doc
Segmentation/Segmentation.sln
Segmentation/Segmentation.suo
Segmentation/SharpICTCLAS/EventInterface/SegmentEventArg.cs
Segmentation/SharpICTCLAS/EventInterface/SegmentEventHandler.cs
Segmentation/SharpICTCLAS/EventInterface/SegmentStage.cs
Segmentation/SharpICTCLAS/Properties/AssemblyInfo.cs
Segmentation/SharpICTCLAS/Segment/AtomNode.cs
Segmentation/SharpICTCLAS/Segment/DynamicArray/ChainContent.cs
Segmentation/SharpICTCLAS/Segment/DynamicArray/ChainItem.cs
Segmentation/SharpICTCLAS/Segment/DynamicArray/ColumnFirstDynamicArray.cs
Segmentation/SharpICTCLAS/Segment/DynamicArray/DynamicArray.cs
Segmentation/SharpICTCLAS/Segment/DynamicArray/RowFirstDynamicArray.cs
Segmentation/SharpICTCLAS/Segment/NShortPath/CQueue.cs
Segmentation/SharpICTCLAS/Segment/NShortPath/NShortPath.cs
Segmentation/SharpICTCLAS/Segment/NShortPath/PathNode.cs
Segmentation/SharpICTCLAS/Segment/Segment.cs
Segmentation/SharpICTCLAS/Segment/WordLinkedArray.cs
Segmentation/SharpICTCLAS/Segment/WordNode.cs
Segmentation/SharpICTCLAS/SharpICTCLAS.csproj
Segmentation/SharpICTCLAS/Tag/Span.cs
Segmentation/SharpICTCLAS/Tag/TagType.cs
Segmentation/SharpICTCLAS/Unknown/UnknowWord.cs
Segmentation/SharpICTCLAS/Utility/ContextItem.cs
Segmentation/SharpICTCLAS/Utility/ContextStat.cs
Segmentation/SharpICTCLAS/Utility/Predefine.cs
Segmentation/SharpICTCLAS/Utility/Utility.cs
Segmentation/SharpICTCLAS/Utility/WordDictionary.cs
Segmentation/SharpICTCLAS/Utility/WordDictionaryElement.cs
Segmentation/SharpICTCLAS/WordSegment.cs
Segmentation/AutoSegment/Text/Original
Segmentation/SharpICTCLAS/Segment/DynamicArray
Segmentation/SharpICTCLAS/Segment/NShortPath
Segmentation/AutoSegment/Data
Segmentation/AutoSegment/Properties
Segmentation/AutoSegment/Text
Segmentation/SharpICTCLAS/EventInterface
Segmentation/SharpICTCLAS/Properties
Segmentation/SharpICTCLAS/Segment
Segmentation/SharpICTCLAS/Tag
Segmentation/SharpICTCLAS/Unknown
Segmentation/SharpICTCLAS/Utility
Segmentation/AutoSegment
Segmentation/SharpICTCLAS
Segmentation
Segmentation/AutoSegment/Data/BigramDict.dct
Segmentation/AutoSegment/Data/coreDict.dct
Segmentation/AutoSegment/Data/lexical.ctx
Segmentation/AutoSegment/Data/nr.ctx
Segmentation/AutoSegment/Data/nr.dct
Segmentation/AutoSegment/Data/ns.ctx
Segmentation/AutoSegment/Data/ns.dct
Segmentation/AutoSegment/Data/tr.ctx
Segmentation/AutoSegment/Data/tr.dct
Segmentation/AutoSegment/FrmMain.cs
Segmentation/AutoSegment/FrmMain.Designer.cs
Segmentation/AutoSegment/FrmMain.resx
Segmentation/AutoSegment/icon.ico
Segmentation/AutoSegment/ILog.cs
Segmentation/AutoSegment/OriginalSourceProcess.cs
Segmentation/AutoSegment/Program.cs
Segmentation/AutoSegment/Properties/AssemblyInfo.cs
Segmentation/AutoSegment/Properties/Resources.Designer.cs
Segmentation/AutoSegment/Properties/Resources.resx
Segmentation/AutoSegment/Properties/Settings.Designer.cs
Segmentation/AutoSegment/Properties/Settings.settings
Segmentation/AutoSegment/SegmentProcess.cs
Segmentation/AutoSegment/SegTextFile.cs
Segmentation/AutoSegment/SimpleSegTextFile.cs
Segmentation/AutoSegment/Text/Original/199801.txt
Segmentation/AutoSegment/Text/Original/shengming.doc
Segmentation/Segmentation.sln
Segmentation/Segmentation.suo
Segmentation/SharpICTCLAS/EventInterface/SegmentEventArg.cs
Segmentation/SharpICTCLAS/EventInterface/SegmentEventHandler.cs
Segmentation/SharpICTCLAS/EventInterface/SegmentStage.cs
Segmentation/SharpICTCLAS/Properties/AssemblyInfo.cs
Segmentation/SharpICTCLAS/Segment/AtomNode.cs
Segmentation/SharpICTCLAS/Segment/DynamicArray/ChainContent.cs
Segmentation/SharpICTCLAS/Segment/DynamicArray/ChainItem.cs
Segmentation/SharpICTCLAS/Segment/DynamicArray/ColumnFirstDynamicArray.cs
Segmentation/SharpICTCLAS/Segment/DynamicArray/DynamicArray.cs
Segmentation/SharpICTCLAS/Segment/DynamicArray/RowFirstDynamicArray.cs
Segmentation/SharpICTCLAS/Segment/NShortPath/CQueue.cs
Segmentation/SharpICTCLAS/Segment/NShortPath/NShortPath.cs
Segmentation/SharpICTCLAS/Segment/NShortPath/PathNode.cs
Segmentation/SharpICTCLAS/Segment/Segment.cs
Segmentation/SharpICTCLAS/Segment/WordLinkedArray.cs
Segmentation/SharpICTCLAS/Segment/WordNode.cs
Segmentation/SharpICTCLAS/SharpICTCLAS.csproj
Segmentation/SharpICTCLAS/Tag/Span.cs
Segmentation/SharpICTCLAS/Tag/TagType.cs
Segmentation/SharpICTCLAS/Unknown/UnknowWord.cs
Segmentation/SharpICTCLAS/Utility/ContextItem.cs
Segmentation/SharpICTCLAS/Utility/ContextStat.cs
Segmentation/SharpICTCLAS/Utility/Predefine.cs
Segmentation/SharpICTCLAS/Utility/Utility.cs
Segmentation/SharpICTCLAS/Utility/WordDictionary.cs
Segmentation/SharpICTCLAS/Utility/WordDictionaryElement.cs
Segmentation/SharpICTCLAS/WordSegment.cs
Segmentation/AutoSegment/Text/Original
Segmentation/SharpICTCLAS/Segment/DynamicArray
Segmentation/SharpICTCLAS/Segment/NShortPath
Segmentation/AutoSegment/Data
Segmentation/AutoSegment/Properties
Segmentation/AutoSegment/Text
Segmentation/SharpICTCLAS/EventInterface
Segmentation/SharpICTCLAS/Properties
Segmentation/SharpICTCLAS/Segment
Segmentation/SharpICTCLAS/Tag
Segmentation/SharpICTCLAS/Unknown
Segmentation/SharpICTCLAS/Utility
Segmentation/AutoSegment
Segmentation/SharpICTCLAS
Segmentation
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.