dimbl 0.17-2build1 source package in Ubuntu

Changelog

dimbl (0.17-2build1) oracular; urgency=medium

  * Rebuild against new libticcutils9.

 -- Gianfranco Costamagna <email address hidden>  Sat, 11 May 2024 15:14:44 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Oracular
Original maintainer:
Debian Science Team
Architectures:
any
Section:
science
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe science

Downloads

File Size SHA-256 Checksum
dimbl_0.17.orig.tar.xz 49.0 KiB eb24fdcc44cf6041eccd269716bce2c4ff7e91c5c0fa1b9f1d5646a0950481ca
dimbl_0.17-2build1.debian.tar.xz 3.4 KiB 2168777a772358ed175cddbdb708a773c04dc7b9bfd3397e53b707118dede5bc
dimbl_0.17-2build1.dsc 1.9 KiB bcc847d1a73896fc3152aee7ddbce8b4de7b084e65e98cdafd01bb4f54bf1d07

Available diffs

View changes file

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