Enhancing Dictionary Based Preprocessing For Better Text Compression
R. R. Baruah, V.Deka, M. P. Bhuyan

TL;DR
This paper proposes a dictionary-based preprocessing technique to improve the compression ratio of text files, demonstrating significant gains when combined with the Burrows Wheeler Compression Algorithm.
Contribution
A novel dictionary-based transformation algorithm is developed and evaluated, enhancing the effectiveness of existing compression methods like BWCA.
Findings
Increased compression ratio with dictionary preprocessing
Effective combination of proposed method with BWCA
Performance improvement across various text file sizes
Abstract
With the rapid growing of data and number of applications, there is a crucial need of dictionary based reversible transformation techniques to increase the efficiency of the compression algorithms and hence contribute towards the enhancement in compression ratio. Performance analysis of compression methods in combination with the various transformation techniques is obtained for different text files of varying sizes. The popular block sorting lossless Burrows Wheeler Compression Algorithm (BWCA) is implemented along with one proposed method. For efficient compression a dictionary based transformation algorithm is also developed. It is observed that much increase in terms of compression ratio is attained when a source file is preprocessed with dictionary and then applied to BWCA and the proposed method.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Advanced Data Storage Technologies · Advanced Data Compression Techniques
