File: control

package info (click to toggle)
dimbl 0.17-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 376 kB
  • sloc: cpp: 967; sh: 41; makefile: 23
file content (37 lines) | stat: -rw-r--r-- 1,521 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
Source: dimbl
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ko van der Sloot <ko.vandersloot@uvt.nl>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
               pkgconf,
               libicu-dev,
               libxml2-dev,
               libticcutils-dev (>= 0.34),
               libtimbl-dev (>= 6.9)
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/science-team/dimbl.git
Vcs-Git: https://salsa.debian.org/science-team/dimbl.git
Homepage: https://github.com/LanguageMachines/dimbl

Package: dimbl
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Distributed Memory Based Learner
 Dimbl is a wrapper around the k-nearest neighbor classifier in TiMBL, offering
 parallel classification on multi-CPU machines.  Dimbl splits the original
 training set, builds separate TiMBL classifiers per training subset, and
 merges their nearest-neighbor sets per classified instance
 .
 Dimbl's features are:
  * Wraps neatly around TiMBL, retaining all command line options;
  * Knows what to do with your multiple, duo, or quad cores;
  * Makes use of the OpenMP specification for parallel programming;
  * Can attain superlinear speed gains compared to standard TiMBL.
 .
 Dimbl is a product of the ILK Research Group (Tilburg University, The
 Netherlands).
 .
 If you do scientific research in Natural Language Processing using the
 Memory-Based Learning technique, Dimbl will likely be of use to you.