-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
21 lines (21 loc) · 852 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: Hrate
Type: Package
Title: Implements LZ estimator for texts
Version: 0.2
Date: 2017-02-13
Authors@R: c(person("Christian", "Bentz", role = c("aut", "cre"),
email = "[email protected]"),
person("Dimitrios", "Alikaniotis", role = c("aut", "cre"),
email = "[email protected]"))
Author: Christian Bentz [aut, cre],
Dimitris Alikaniotis [aut, cre]
Maintainer: Dimitris Alikaniotis <[email protected]>
Description: Implements the increasing window entropy estimator (i.e.,
LZ78) for text corpora. Concretely, the algorithm finds the entropy
rate of a corpus by calculating the entropy in increasingly larger
blocks of text.
Depends: R (>= 3.1.0)
Imports: ggplot2, scales, methods
License: MIT + file LICENSE
RoxygenNote: 6.0.1
Suggests: testthat