File: control

package info (click to toggle)
mbtserver 0.14-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,792 kB
  • sloc: sh: 4,166; cpp: 434; makefile: 25
file content (89 lines) | stat: -rw-r--r-- 3,409 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
79
80
81
82
83
84
85
86
87
88
89
Source: mbtserver
Section: science
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
 Joost van Baal-Ilić <joostvb@debian.org>,
 Ko van der Sloot <ko.vandersloot@uvt.nl>,
 Maarten van Gompel <proycon@anaproy.nl>,
Build-Depends:
 debhelper-compat (= 13),
 libmbt-dev (>= 3.6),
 libticcutils-dev (>= 0.24),
 libtimbl-dev (>= 6.5),
 libtimblserver-dev (>= 1.14),
 libxml2-dev,
 pkg-config,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://languagemachines.github.io/mbt/
Vcs-Git: https://salsa.debian.org/science-team/mbtserver.git
Vcs-Browser: https://salsa.debian.org/science-team/mbtserver

Package: mbtserver
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Server extensions for the MBT tagger
 MbtServer extends Mbt with a server layer, running as a TCP server.  Mbt is a
 memory-based tagger-generator and tagger for natural language processing.
 MbtServer provides the possibility to access a trained tagger from multiple
 sessions. It also allows one to run and access different taggers in parallel.
 .
 MbtServer is a product of the Centre for Language and Speech Technology
 (Radboud University, Nijmegen, The Netherlands), the ILK Research Group
 (Tilburg University, The Netherlands) and the CLiPS Research Centre
 (University of Antwerp, Belgium).
 .
 If you do scientific research in natural language processing, MbtServer will
 likely be of use to you.

Package: libmbtserver1
Section: libs
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Server extensions for Timbl - runtime
 MbtServer extends Mbt with a server layer, running as a TCP server.  Mbt is a
 memory-based tagger-generator and tagger for natural language processing.
 MbtServer provides the possibility to access a trained tagger from multiple
 sessions. It also allows one to run and access different taggers in parallel.
 .
 MbtServer is a product of the Centre for Language and Speech Technology
 (Radboud University, Nijmegen, The Netherlands), the ILK Research Group
 (Tilburg University, The Netherlands) and the CLiPS Research Centre
 (University of Antwerp, Belgium).
 .
 If you do scientific research in natural language processing, MbtServer will
 likely be of use to you.
 .
 This package provides the runtime files required to run programs that use
 timblserver

Package: libmbtserver-dev
Section: libdevel
Architecture: any
Depends:
 libmbtserver1 (= ${binary:Version}),
 ${misc:Depends},
Breaks:
 mbtserver (<< 0.14-1),
Replaces:
 mbtserver (<< 0.14-1),
Description: Server extensions for Timbl - development
 MbtServer extends Mbt with a server layer, running as a TCP server.  Mbt is a
 memory-based tagger-generator and tagger for natural language processing.
 MbtServer provides the possibility to access a trained tagger from multiple
 sessions. It also allows one to run and access different taggers in parallel.
 .
 MbtServer is a product of the Centre for Language and Speech Technology
 (Radboud University, Nijmegen, The Netherlands), the ILK Research Group
 (Tilburg University, The Netherlands) and the CLiPS Research Centre
 (University of Antwerp, Belgium).
 .
 If you do scientific research in natural language processing, MbtServer will
 likely be of use to you.
 This package provides the header files required to compile C++ programs that
 use timblserver.