著者
大塚真吾 宮崎収兄
出版者
一般社団法人情報処理学会
雑誌
情報処理学会論文誌データベース(TOD) (ISSN:18827799)
巻号頁・発行日
vol.42, no.8, pp.1-9, 2001-07-15
被引用文献数
2

本論文ではテキストファイルの圧縮と検索について述べる.通常,テキストはハードディスクなどの二次記憶装置に格納されるため,その容量の節約のため何らかの圧縮が施されていることが多い.それら圧縮テキストへの検索は復号処理をともなうため高速化が困難である.一方,検索の高速化にはあらかじめ索引などを用いる方法がある.しかし,索引を用いることにより必要な記憶容量が増加する.我々は索引を用いてテキストファイルを符号化し,そのファイルをさらに他の符号化法で符号化を行うことにより,圧縮率が高く高速な検索が可能となる二段階圧縮法を提案した.本論文では日本語テキストの二段階圧縮法とその有効性について論じる.In this paper, we discuss compression and search of text files. The texts are usually stored in secondary storage, and they are frequently compressed for file size saving. When we search compressed text files, it is usually necessary to decode them before search. Therefore, search is time consuming. On the other hand, we can use indexing for fast search. But indices consume extra amount of secondary storage. We proposed a two stage compression method to improve the performance. It compresses text files using index files and compresses the result again with another algorithm. This paper applies the two stage compression method to Japanese text files and discusses its effectiveness.