International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 116 - Issue 16 |
Published: April 2015 |
Authors: Debashis Chakraborty, Debajyoti Ghosh, Piyali Ganguly |
![]() |
Debashis Chakraborty, Debajyoti Ghosh, Piyali Ganguly . A Dictionary based Efficient Text Compression Technique using Replacement Strategy. International Journal of Computer Applications. 116, 16 (April 2015), 19-23. DOI=10.5120/20420-2720
@article{ 10.5120/20420-2720, author = { Debashis Chakraborty,Debajyoti Ghosh,Piyali Ganguly }, title = { A Dictionary based Efficient Text Compression Technique using Replacement Strategy }, journal = { International Journal of Computer Applications }, year = { 2015 }, volume = { 116 }, number = { 16 }, pages = { 19-23 }, doi = { 10.5120/20420-2720 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2015 %A Debashis Chakraborty %A Debajyoti Ghosh %A Piyali Ganguly %T A Dictionary based Efficient Text Compression Technique using Replacement Strategy%T %J International Journal of Computer Applications %V 116 %N 16 %P 19-23 %R 10.5120/20420-2720 %I Foundation of Computer Science (FCS), NY, USA
The concept of compression comes from the need to store data using as less space as possible and to ease transfer of data through a channel. The proposed algorithm deals with compression of text files using character replacement technique. For every string of length six, it is compressed by assigning a single character to it, maintaining a dictionary. The dictionary is used to decompress the encoded file. This gives a good compression ratio irrespective of the content of the text file.