搜索资源列表
MySeg
- 最短路径法分词程序。将中文句子经过原子切分后生成一个有向无环图,然后使用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 s
PassaMak
- 在LabVIEW中实现多语种用户界面转换的实用例程 LabVIEW Versions: Created with LabVIEW 9.0-Descr iption PassaMak is an API for realising multi-lingual user interfaces in labview. Overview: PassaMak is an alternative to the established methods of creating mult
random_walker_matlab_code
- The random walker algorithm was introduced in the paper: Leo Grady and Gareth Funka-Lea, "Multi-Label Image Segmentation for Medical Applications Based on Graph-Theoretic Electrical Potentials", in Proceedings of the 8th ECCV04, Workshop on Compute
src
- 单词还原工具,自顶向下的分析 器和基于图的自底向上句法分析器。重点是基于图的自底向上句法分析器(chart parser)。-The word Restore tool, top-down parser, and graph-based bottom-up parser. Focused on graph-based bottom-up parser (chart parser).
dijkstra
- Dijkstra s algorithm is an algorithm for finding the shortest paths between nodes in a graph