Method for managing and searching dictionary with perfect even numbers group TRIE Tree
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- 灵玖中科软件(北京)有限公司
- Publication Date
- 2006-06-14
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention relates to the fields of natural language processing and information retrieval, in particular to a perfect double array TRIE tree dictionary management and retrieval method. Background technique
[0002] For the storage and search of a large amount of data, the index structure is usually used to realize it at present. Commonly used index structures include linear index tables, inverted lists, hash (Hash) tables, and various search trees.
[0003] The linear index is a static index structure, which is not conducive to updating, and the position of each index item in the index table needs to be changed every time a sequential update is performed. The inverted list is also a static index. It is the same as the linear index table. When searching the data in it, it can only be searched sequentially or in half.
[0004] The hash (Hash) method is to establish a definite corresponding function relationship Hash() between the storage location of...