File: control

package info (click to toggle)
dimbl 0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,828 kB
  • ctags: 229
  • sloc: sh: 11,377; cpp: 935; makefile: 22
file content (37 lines) | stat: -rw-r--r-- 1,579 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>,
           Balint Reczey <balint@balintreczey.hu>
Section: science
Priority: extra
Build-Depends: debhelper (>= 10),
               pkg-config,
               libxml2-dev,
               libticcutils2-dev | libticcutils-dev,
               libtimbl4-dev | libtimbl-dev
Standards-Version: 3.9.8
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/dimbl/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/dimbl/trunk
Homepage: http://ilk.uvt.nl/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.