Comparing inverted files and signature files for searching a large lexicon

作者:

Highlights:

摘要

Signature files and inverted files are well-known index structures. In this paper we undertake a direct comparison of the two for searching for partially-specified queries in a large lexicon stored in main memory. Using n-grams to index lexicon terms, a bit-sliced signature file can be compressed to a smaller size than an inverted file if each n-gram sets only one bit in the term signature. With a signature width less than half the number of unique n-grams in the lexicon, the signature file method is about as fast as the inverted file method, and significantly smaller. Greater flexibility in memory usage and faster index generation time make signature files appropriate for searching large lexicons or other collections in an environment where memory is at a premium.

论文关键词:Compression,Dictionaries,Indexing methods,Personal Digital Assistants,Performance evaluation

论文评审过程:Received 9 June 2003, Accepted 8 December 2003, Available online 7 February 2004.

论文官网地址:https://doi.org/10.1016/j.ipm.2003.12.003