期刊文献+
共找到1篇文章
< 1 >
每页显示 20 50 100
Text Compression Based on Letter’s Prefix in the Word
1
作者 Majed AbuSafiya 《Computers, Materials & Continua》 SCIE EI 2020年第7期17-30,共14页
Huffman[Huffman(1952)]encoding is one of the most known compression algorithms.In its basic use,only one encoding is given for the same letter in text to compress.In this paper,a text compression algorithm that is bas... Huffman[Huffman(1952)]encoding is one of the most known compression algorithms.In its basic use,only one encoding is given for the same letter in text to compress.In this paper,a text compression algorithm that is based on Huffman encoding is proposed.Huffman encoding is used to give different encodings for the same letter depending on the prefix preceding it in the word.A deterministic finite automaton(DFA)that recognizes the words of the text is constructed.This DFA records the frequencies for letters that label the transitions.Every state will correspond to one of the prefixes of the words of the text.For every state,a different Huffman encoding is defined for the letters that label the transitions leaving that state.These Huffman encodings are then used to encode the letters of the words in the text.This algorithm was implemented and experimental study showed significant reduction in compression ratio over the basic Huffman encoding.However,more time is needed to construct these codes. 展开更多
关键词 Text compression huffman encoding deterministic finite automata
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部