dimbl 0.17-2 source package in Ubuntu

Changelog

dimbl (0.17-2) unstable; urgency=medium

  * Team upload
  * Move to pkgconf

 -- Bastian Germann <email address hidden>  Tue, 07 May 2024 17:22:25 +0000

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
science
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dimbl_0.17-2.dsc 1.8 KiB d3659f1d22297a3cfb27e62ac3d99c6d07f37c4d1030a4dedb6c3d759e39cd8f
dimbl_0.17.orig.tar.xz 49.0 KiB eb24fdcc44cf6041eccd269716bce2c4ff7e91c5c0fa1b9f1d5646a0950481ca
dimbl_0.17-2.debian.tar.xz 3.4 KiB d013a1ca5753532afac3172e64d08771f1c6a22d1673bc129c886345d302c6c0

No changes file available.

Binary packages built by this source

dimbl: 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.

dimbl-dbgsym: debug symbols for dimbl