How to Install and Uninstall dimbl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "dimbl" package

Here is a brief guide to show you how to install dimbl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install dimbl

2. Uninstall "dimbl" package

Please follow the step by step instructions below to uninstall dimbl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove dimbl $ sudo apt autoclean && sudo apt autoremove

3. Information about the dimbl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: dimbl
Priority: extra
Section: universe/science
Installed-Size: 145
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Team
Architecture: amd64
Version: 0.12-2build1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgomp1 (>= 4.9), libstdc++6 (>= 5.2), libticcutils2v5, libtimbl4
Filename: pool/universe/d/dimbl/dimbl_0.12-2build1_amd64.deb
Size: 61428
MD5sum: 1a3b9442ed03e7bd0210a2e83d9164df
SHA1: 298d406b4cdc62cd2f8e5fa087866470b6408e88
SHA256: 6659c4a864b282a34ad72ce0045ff4c626c045acee0c9c466e7a15029de0e67a
Description-en: 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.
Description-md5: 06587733ff2a291321d9c79bb2c5e523
Homepage: http://ilk.uvt.nl/dimbl/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu