dimbl 0.15-2.1build1 source package in Ubuntu

Changelog

dimbl (0.15-2.1build1) focal; urgency=medium

  * No-change rebuild for libgcc-s1 package name change.

 -- Matthias Klose <email address hidden>  Sun, 22 Mar 2020 16:38:18 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Science Team
Architectures:
any
Section:
science
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe science

Downloads

File Size SHA-256 Checksum
dimbl_0.15.orig.tar.gz 399.7 KiB f274dca3284b53a27274947663ef81d068c49e173836933e478c3939c3a9e5b6
dimbl_0.15-2.1build1.debian.tar.xz 3.3 KiB 749be57fd56522dd9688c587fd1d93982b813d81dea7fbf290f15575ecfb8b16
dimbl_0.15-2.1build1.dsc 2.0 KiB baf7f23cd1dcee9887e345f37118febe22643e4ac046be0a0cd73472a8dff4ba

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