文件名称:SharpICTCLAS
- 所属分类:
- 搜索引擎
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.87mb
- 下载次数:
- 0次
- 提 供 者:
- oun***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
ICTCLAS分词的总体流程包括:1)初步分词;2)词性标注;3)人名、地名识别;4)重新分词;5)重新词性标注这五步。就第一步分词而言,又细分成:1)原子切分;2)找出原子之间所有可能的组词方案;3)N-最短路径中文词语粗分三步。
在所有内容中,词典库的读取是最基本的功能。ICTCLAS中词典存放在Data目录中,常用的词典包括coreDict.dct(词典库)、BigramDict.dct(词与词间的关联库)、nr.dct(人名库)、ns.dct(地名库)、tr.dct(翻译人名库),它们的文件格式是完全相同的,都使用CDictionary类进行解析。如果想深入了解ICTCLAS词典结构,可以参考sinboy的《ICTCLAS分词系统研究(二)--词典结构》一文,详细介绍了词典结构。
-ICTCLAS word of the overall process include: 1) initial segmentation 2) POS tagging 3) names, places identification 4) to re-word 5) This five-step re-speech tagging. The first word, the thin, divided into: 1) atom splitting 2) to identify all the possible atomic set of words between the program 3) N-shortest paths Chinese words rough three steps.
在所有内容中,词典库的读取是最基本的功能。ICTCLAS中词典存放在Data目录中,常用的词典包括coreDict.dct(词典库)、BigramDict.dct(词与词间的关联库)、nr.dct(人名库)、ns.dct(地名库)、tr.dct(翻译人名库),它们的文件格式是完全相同的,都使用CDictionary类进行解析。如果想深入了解ICTCLAS词典结构,可以参考sinboy的《ICTCLAS分词系统研究(二)--词典结构》一文,详细介绍了词典结构。
-ICTCLAS word of the overall process include: 1) initial segmentation 2) POS tagging 3) names, places identification 4) to re-word 5) This five-step re-speech tagging. The first word, the thin, divided into: 1) atom splitting 2) to identify all the possible atomic set of words between the program 3) N-shortest paths Chinese words rough three steps.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
doc\css\customercss.css
...\...\style.css
...\images\0220001.gif
...\......\0220002.gif
...\......\0220003.gif
...\......\0220004.gif
...\......\0220005.gif
...\......\0220006.gif
...\......\0225007.gif
...\......\0225008.gif
...\......\0225009.gif
...\......\0308001.gif
...\......\0308002.gif
...\......\0308003.gif
...\......\0308004.gif
...\......\0308005.gif
...\......\0308006.gif
...\......\0308007.gif
...\......\0308008.gif
...\......\copycode.gif
...\......\copycodeHighlight.gif
...\......\Thumbs.db
...\SharpICTCLAS分词系统简介(1)读取词典库.htm
...\SharpICTCLAS分词系统简介(2)初步分词.htm
...\SharpICTCLAS分词系统简介(3)DynamicArray.htm
...\SharpICTCLAS分词系统简介(4)NShortPath-1.htm
...\SharpICTCLAS分词系统简介(5)NShortPath-2.htm
...\SharpICTCLAS分词系统简介(6)Segment.htm
...\SharpICTCLAS分词系统简介(7)OptimumSegment.htm
...\SharpICTCLAS分词系统简介(8)其它.htm
...\SharpICTCLAS分词系统简介(9)词库扩充.htm
...\移植ICTCLAS到CSharp平台上.htm
SharpICTCLAS\Samples\AddWords2Dict\AddWords2Dict.csproj
............\.......\.............\Program.cs
............\.......\.............\...perties\AssemblyInfo.cs
............\.......\ConsoleTest\ConsoleTest.csproj
............\.......\...........\ConsoleTest.csproj.user
............\.......\...........\Program.cs
............\.......\...........\...perties\AssemblyInfo.cs
............\.......\PreProcessUtility\PreProcessUtility.cs
............\.......\.................\PreProcessUtility.csproj
............\.......\.................\..operties\AssemblyInfo.cs
............\.......\SegmentSample\Program.cs
............\.......\.............\Program.cs.bak
............\.......\.............\...perties\AssemblyInfo.cs
............\.......\.............\SegmentSample.csproj
............\.......\.............\TestWordSegment.cs
............\.harpICTCLAS\EventInterface\SegmentEventArg.cs
............\............\..............\SegmentEventHandler.cs
............\............\..............\SegmentStage.cs
............\............\Properties\AssemblyInfo.cs
............\............\Segment\AtomNode.cs
............\............\.......\DynamicArray\ChainContent.cs
............\............\.......\............\ChainItem.cs
............\............\.......\............\ColumnFirstDynamicArray.cs
............\............\.......\............\DynamicArray.cs
............\............\.......\............\RowFirstDynamicArray.cs
............\............\.......\NShortPath\CQueue.cs
............\............\.......\..........\NShortPath.cs
............\............\.......\..........\PathNode.cs
............\............\.......\Segment.cs
............\............\.......\WordLinkedArray.cs
............\............\.......\WordNode.cs
............\............\SharpICTCLAS.csproj
............\............\SharpICTCLAS.csproj.user
............\............\Tag\Span.cs
............\............\...\TagType.cs
............\............\Unknown\UnknowWord.cs
............\............\.tility\ContextItem.cs
............\............\.......\ContextStat.cs
............\............\.......\Predefine.cs
............\............\.......\Utility.cs
............\............\.......\WordDictionary.cs
............\............\.......\WordDictionaryElement.cs
............\............\WordSegment.cs
............\SharpICTCLAS.sln
............\SharpICTCLAS.suo
bin\AddWords2Dict.exe
...\ConsoleTest.exe
...\Data\BigramDict.dct
...\....\coreDict.dct
...\....\engstopwords.txt
...\....\lexical.ctx
...\....\log.txt
...\....\nr.ctx
...\....\nr.dct
...\....\ns.ctx
...\....\ns.dct
...\....\Readme.TXT
...\....\stopwords.txt
...\....\tr.ctx
...\....\tr.dct
...\PreProcessUtility.dll
...\SegmentSample.exe
...\SharpICTCLAS.dll
SharpICTCLAS\Samples\AddWords2Dict\Properties
............\.......\ConsoleTest\Properties
............\.......\PreProcessUtility\Properties
............\.......\SegmentSample\Properties
............\.harpICTCLAS\Segment\DynamicArray
...\...\style.css
...\images\0220001.gif
...\......\0220002.gif
...\......\0220003.gif
...\......\0220004.gif
...\......\0220005.gif
...\......\0220006.gif
...\......\0225007.gif
...\......\0225008.gif
...\......\0225009.gif
...\......\0308001.gif
...\......\0308002.gif
...\......\0308003.gif
...\......\0308004.gif
...\......\0308005.gif
...\......\0308006.gif
...\......\0308007.gif
...\......\0308008.gif
...\......\copycode.gif
...\......\copycodeHighlight.gif
...\......\Thumbs.db
...\SharpICTCLAS分词系统简介(1)读取词典库.htm
...\SharpICTCLAS分词系统简介(2)初步分词.htm
...\SharpICTCLAS分词系统简介(3)DynamicArray.htm
...\SharpICTCLAS分词系统简介(4)NShortPath-1.htm
...\SharpICTCLAS分词系统简介(5)NShortPath-2.htm
...\SharpICTCLAS分词系统简介(6)Segment.htm
...\SharpICTCLAS分词系统简介(7)OptimumSegment.htm
...\SharpICTCLAS分词系统简介(8)其它.htm
...\SharpICTCLAS分词系统简介(9)词库扩充.htm
...\移植ICTCLAS到CSharp平台上.htm
SharpICTCLAS\Samples\AddWords2Dict\AddWords2Dict.csproj
............\.......\.............\Program.cs
............\.......\.............\...perties\AssemblyInfo.cs
............\.......\ConsoleTest\ConsoleTest.csproj
............\.......\...........\ConsoleTest.csproj.user
............\.......\...........\Program.cs
............\.......\...........\...perties\AssemblyInfo.cs
............\.......\PreProcessUtility\PreProcessUtility.cs
............\.......\.................\PreProcessUtility.csproj
............\.......\.................\..operties\AssemblyInfo.cs
............\.......\SegmentSample\Program.cs
............\.......\.............\Program.cs.bak
............\.......\.............\...perties\AssemblyInfo.cs
............\.......\.............\SegmentSample.csproj
............\.......\.............\TestWordSegment.cs
............\.harpICTCLAS\EventInterface\SegmentEventArg.cs
............\............\..............\SegmentEventHandler.cs
............\............\..............\SegmentStage.cs
............\............\Properties\AssemblyInfo.cs
............\............\Segment\AtomNode.cs
............\............\.......\DynamicArray\ChainContent.cs
............\............\.......\............\ChainItem.cs
............\............\.......\............\ColumnFirstDynamicArray.cs
............\............\.......\............\DynamicArray.cs
............\............\.......\............\RowFirstDynamicArray.cs
............\............\.......\NShortPath\CQueue.cs
............\............\.......\..........\NShortPath.cs
............\............\.......\..........\PathNode.cs
............\............\.......\Segment.cs
............\............\.......\WordLinkedArray.cs
............\............\.......\WordNode.cs
............\............\SharpICTCLAS.csproj
............\............\SharpICTCLAS.csproj.user
............\............\Tag\Span.cs
............\............\...\TagType.cs
............\............\Unknown\UnknowWord.cs
............\............\.tility\ContextItem.cs
............\............\.......\ContextStat.cs
............\............\.......\Predefine.cs
............\............\.......\Utility.cs
............\............\.......\WordDictionary.cs
............\............\.......\WordDictionaryElement.cs
............\............\WordSegment.cs
............\SharpICTCLAS.sln
............\SharpICTCLAS.suo
bin\AddWords2Dict.exe
...\ConsoleTest.exe
...\Data\BigramDict.dct
...\....\coreDict.dct
...\....\engstopwords.txt
...\....\lexical.ctx
...\....\log.txt
...\....\nr.ctx
...\....\nr.dct
...\....\ns.ctx
...\....\ns.dct
...\....\Readme.TXT
...\....\stopwords.txt
...\....\tr.ctx
...\....\tr.dct
...\PreProcessUtility.dll
...\SegmentSample.exe
...\SharpICTCLAS.dll
SharpICTCLAS\Samples\AddWords2Dict\Properties
............\.......\ConsoleTest\Properties
............\.......\PreProcessUtility\Properties
............\.......\SegmentSample\Properties
............\.harpICTCLAS\Segment\DynamicArray