freeICTCLAS中科院中文分词(拼音中文输入法设计和源代码).zip ICTCLAS源码结构 Codes │ ICTCLAS_WIN.cpp Windows界面的程序 │ ICTCLAS_Win.dsp │ ICTCLAS_WIN.dsw │ ICTCLAS_WIN.h │ ICTCLAS_Win.exe 可执行程序 │ ICTCLAS_WinDlg.cpp │ ICTCLAS_WinDlg.h │ resource.h │ StdAfx.cpp │ StdAfx.h │ log.txt 日志 │ ICTCLAS_Win.rc Windows界面的资源 │ ├─Utility 共用函数模块 │ ContextStat.cpp │ ContextStat.h │ Dictionary.cpp │ Dictionary.h │ Utility.h │ Utility.cpp │ ├─Unknown 未登录词识别模块 │ UnknowWord.cpp │ UnknowWord.h │ ├─Tag HMM标注模块 │ Span.cpp │ Span.h │ ├─Segment 词语切分模块 │ DynamicArray.h │ NShortPath.cpp │ NShortPath.h │ Queue.cpp │ Queue.h │ SegGraph.cpp │ Segment.cpp │ Segment.h │ DynamicArray.cpp │ SegGraph.h │ ├─Result 结果生成模块 │ Result.cpp │ Result.h │ ├─Data 概率数据文件 │ lexical.ctx │ BigramDict.dct │ coreDict.dct │ nr.dct │ nr.ctx │ ns.ctx │ ns.dct │ tr.dct │ tr.ctx │ └─res Windows界面的资源
1