A Novel Approach to Compress Centralized Text Data using Indexed Dictionary
Vivek Dimri, Prof. Ranjit Biswas

TL;DR
This paper introduces a lossless text data compression method using an indexed dictionary that efficiently handles small, special, and alphanumeric words, optimizing storage in centralized systems.
Contribution
It proposes a novel centralized, dictionary-based compression technique that improves efficiency by specially handling various word types and is suitable for storage rather than transfer.
Findings
Effective compression of small and special character words.
Suitable for storage in centralized systems like cloud or hard drives.
Enhances memory utilization by compressing text data.
Abstract
Data compression is very important feature in terms of saving the memory space. In this proposal, an indexed dictionary based compression is used for text data, where the word's reference in dictionary is used for compression. This approach is not file based, a common dictionary is used for compression. Which contains the words, the position of the word in dictionary is one of the key parts of encoded frame which is compressed form of the text word. This is loss-less compression. This compression approach is also take cares of small words like one or two characters words which usually decrease the efficiency of compression algorithms. This approach is also deals with file having special characters as a word. Special character words, alpha numeric words, normal texted words and small words all deals differently which makes this approach more efficient. Since a centralized dictionary is…
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 · Chaos-based Image/Signal Encryption · Numerical Methods and Algorithms
