摘要
介绍了对词进行顺序编码的系统设计及实现。词编码的实现采用了libdatrie(一种双数组Trie树的C语言实现版本)和哈希表。介绍了双数组Trie树的原理以及在编码系统中的使用,并详细介绍了libdatrie库的使用方法,以及在编码系统中的应用。
This article describes the design and realization of the Chinese words sequence encoding system.The word cod- ing implementations using libdatrie (a c language version library of double-array Trie) ,And hash tables. This article de- scribes the use of the principle of the double-array Trie and coding system,And details libdatrie library, and how to use it in the Chinese words coding system.
出处
《电脑编程技巧与维护》
2013年第4期71-72,109,共3页
Computer Programming Skills & Maintenance