所属分类:
多国语言处理
开发工具:Visual C++
文件大小:416KB
下载次数:157
上传日期:2006-05-15 12:13:43
说明: 最短路径法分词程序。将中文句子经过原子切分后生成一个有向无环图,然后使用Dijkstra算法求出由起点到终点的最短路径以实现中文分词。
(shortest path method participle procedures. Chinese Sentence will be read after splitting atoms generated a directed acyclic graph. then use the Dijkstra algorithm derived from the starting point to end the shortest path to achieve the Chinese word.)
文件列表:
MySeg
.....\coreDict.dct
.....\Dictionary.cpp
.....\Dictionary.h
.....\Graph.cpp
.....\Graph.h
.....\MySeg.cpp
.....\MySeg.h
.....\MySeg.ncb
.....\MySeg.rc
.....\MySeg.sln
.....\MySeg.vcproj
.....\MySegDlg.cpp
.....\MySegDlg.h
.....\ReadMe.txt
.....\resource.h
.....\Segment.cpp
.....\Segment.h
.....\stdafx.cpp
.....\stdafx.h