GV1028 / Text_Compressor

A web application built using R for efficient text compression using frequent pattern mining.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text_Compressor

A web application built using R for efficient text compression using frequent pattern mining. This web application uses a new version of huffman encoding where in codes are assigned to patterns. The Closed Frequent Itemsets are mined using an advanced modified version of the A-Close Algorithm. And then these itemsets are then encoded.

#Usage Go to http://vigneshgv.shinyapps.io/textcompressor to use this web application.

About

A web application built using R for efficient text compression using frequent pattern mining.


Languages

Language:CSS 92.4%Language:R 7.6%