搜索资源列表
wordseg
- 中文字库搜索功能:一种针对可变长度关键字的引索结构,它的每一层不是靠整个关键字的值决定,而是由关键字的一个分量来确定,当然必须先满足关键字的分量在一个确定的范围内。如果要匹配某个字符串,只需要从树的根部逐层向下,搜索每一个字符是否有与之匹配的分量,能走到的最深的地方就是匹配到的最长前缀。-Chinese font search: A keyword for variable-length argument cable structure, it does not depend on each l
wordseg
- 利用所给的词库,将所给文章分成词语的集合体-divide a text to a group of words
wordseg
- 清华大学《数据结构》07年的大作业。要求用VC实现对汉字词典的处理,包括删除、查找等。 这里包括了作业介绍、辞典以及我写的cpp。-Homework of Data Structure in Tsinghua Univ in 2007. It is to realize Chinese dictionary with the VC treatment, including the deletion, search and so on. Here, including job descr ip
WordSeg
- 实现基本分词,对刚开始接触中文分词的人,是很有帮助的。-To achieve the basic word, the first contact with Chinese word for people, is helpful.
WordSeg
- 分词系统,主要是对中文进行分词处理,对初学者有一定的帮助。-Segmentation system is mainly deal with the Chinese word segmentation, there is some help for beginners.
WordSeg
- 用于在C++环境中的中文分词,用于在C++环境中的中文分词。-The Chinese word used in the C environment, the Chinese word used in the C environment.
WordSeg
- 此系统是用MFC编写的正向最大匹配的汉语分词系统,代码详尽,经本人调试能运行且正确。-The system is written in MFC forward maximum matching Chinese word segmentation system, a detailed source, I debug run and correct.
WordSeg
- 这是一个分词程序,有正向最大匹配算法,逆向最大匹配算法,正向最小匹配算法。-This is a word segmentation program, there are positive maximal matching algorithm, reverse maximal matching algorithm, positive minimum matching algorithms.
wordseg
- 运用R语言进行中文分词处理,得到词频统计,并绘制词云图直观表示(Chinese word segmentation and word cloud drawing)