File: control

package info (click to toggle)
mitlm 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,524 kB
  • sloc: sh: 11,535; cpp: 5,513; fortran: 2,437; ansic: 715; makefile: 129
file content (78 lines) | stat: -rw-r--r-- 2,819 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Source: mitlm
Section: text
Priority: optional
Maintainer: Giulio Paci <giuliopaci@gmail.com>
Build-Depends: cdbs (>= 0.4.123~),
 autotools-dev,
 devscripts,
 libtool,
 automake,
 autoconf,
 debhelper (>= 9~),
 dh-buildinfo,
 gfortran,
 dpkg-dev (>= 1.16.1~)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/mitlm.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/mitlm.git
Homepage: https://github.com/mitlm/mitlm

Package: mitlm
Architecture: any
Depends: libmitlm0 (= ${binary:Version}),
	 ${shlibs:Depends},
	 ${misc:Depends}
Description: MIT Language Modeling toolkit
 The MIT Language Modeling (MITLM) toolkit is a set of tools designed for the
 efficient estimation of statistical n-gram language models involving iterative
 parameter estimation. It achieves much of its efficiency through the use of a
 compact vector representation of n-grams.
 .
 Currently, MITLM supports the following features:
  * Smoothing: Modified Kneser-Ney, Kneser-Ney, maximum likelihood
  * Interpolation: Linear interpolation, count merging, generalized linear
    interpolation
  * Evaluation: Perplexity
  * File formats: ARPA, binary, gzip, bz2
 .
 This package provides the command line tools.

Package: libmitlm-dev
Section: libdevel
Architecture: any
Depends: libmitlm0 (= ${binary:Version}),
         ${misc:Depends}
Description: MIT Language Modeling toolkit - development files
 The MIT Language Modeling (MITLM) toolkit is a set of tools designed for the
 efficient estimation of statistical n-gram language models involving iterative
 parameter estimation. It achieves much of its efficiency through the use of a
 compact vector representation of n-grams.
 .
 Currently, MITLM supports the following features:
  * Smoothing: Modified Kneser-Ney, Kneser-Ney, maximum likelihood
  * Interpolation: Linear interpolation, count merging, generalized linear
    interpolation
  * Evaluation: Perplexity
  * File formats: ARPA, binary, gzip, bz2
 .
 This package provides development headers for MITLM.

Package: libmitlm0
Section: libs
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: MIT Language Modeling toolkit - runtime library
 The MIT Language Modeling (MITLM) toolkit is a set of tools designed for the
 efficient estimation of statistical n-gram language models involving iterative
 parameter estimation. It achieves much of its efficiency through the use of a
 compact vector representation of n-grams.
 .
 Currently, MITLM supports the following features:
  * Smoothing: Modified Kneser-Ney, Kneser-Ney, maximum likelihood
  * Interpolation: Linear interpolation, count merging, generalized linear
    interpolation
  * Evaluation: Perplexity
  * File formats: ARPA, binary, gzip, bz2
 .
 This package contains the MITLM runtime library.