Package: wnpp Severity: wishlist Owner: Markus Koschany <a...@debian.org> X-Debbugs-Cc: debian-devel@lists.debian.org, debian-j...@lists.debian.org, a...@debian.org
* Package name : openrefine-arithcode Version : 1.2 Upstream Author : Bob Carpenter * URL : https://github.com/bob-carpenter/java-arithcode * License : BSD-3-clause Programming Lang: Java Description : Java implementation of arithmetic coding and PPM compression Arithmetic coding is a general technique for coding the outcome of a stochastic process based on an adaptive model. The expected bit rate is the cross-entropy rate of the model versus the actual process. PPM, prediction by partial matching, is an adaptive statistical model of a symbol sequence which models the likelihood of the next byte based on a (relatively short) suffix of the sequence of previous bytes.