File: control

package info (click to toggle)
tercpp 0.6.2%2Bsvn46-4
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 544 kB
  • sloc: cpp: 4,279; makefile: 27; sh: 6
file content (45 lines) | stat: -rw-r--r-- 1,672 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
Source: tercpp
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13), cmake, libboost-dev, libtinyxml-dev
Standards-Version: 3.9.5
Rules-Requires-Root: no
Section: text
Homepage: http://sourceforge.net/projects/tercpp/

Package: libtercpp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libtercpp0v5 (= ${binary:Version}), libtinyxml-dev
Description: Translation Error Rate scoring tool - development files
 TERCpp is a tool (implemented in C++) for scoring machine translation
 performance. It uses the Translation Error Rate (TER) metric to measure
 edit distances between translations and references.
 .
 This package contains development files for TERCpp.

Package: libtercpp0v5
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libtercpp0
Replaces: libtercpp0
Description: Translation Error Rate scoring tool - shared library
 TERCpp is a tool (implemented in C++) for scoring machine translation
 performance. It uses the Translation Error Rate (TER) metric to measure
 edit distances between translations and references.
 .
 This package contains the library for TERCpp.

Package: tercpp
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libtercpp0v5 (= ${binary:Version})
Description: Translation Error Rate scoring tool - binary
 TERCpp is a tool (implemented in C++) for scoring machine translation
 performance. It uses the Translation Error Rate (TER) metric to measure
 edit distances between translations and references.
 .
 This package contains the tercpp binary.