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

Last updated: May 20,2024

1. Install "mbt" package

This guide let you learn how to install mbt on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install mbt

2. Uninstall "mbt" package

This guide let you learn how to uninstall mbt on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove mbt $ sudo apt autoclean && sudo apt autoremove

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

Package: mbt
Priority: extra
Section: universe/science
Installed-Size: 72
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Team
Architecture: amd64
Version: 3.2.10-5build1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libmbt1, libstdc++6 (>= 5.2), libticcutils2v5, libtimbl4
Filename: pool/universe/m/mbt/mbt_3.2.10-5build1_amd64.deb
Size: 11548
MD5sum: d1b155ae718713cbd97882e1d9659c0d
SHA1: db54ac0f978387211871b4291608b2a73be31c67
SHA256: 7e7b01550f4d5f829b617492161eb838f056e1e35d2ca37a2a8c371b7e14f169
Description-en: memory-based tagger-generator and tagger
MBT is a memory-based tagger-generator and tagger in one. The tagger-generator
part can generate a sequence tagger on the basis of a training set of tagged
sequences; the tagger part can tag new sequences. MBT can, for instance, be
used to generate part-of-speech taggers or chunkers for natural language
processing. Features:
* Tagger generation: tagged text in, tagger out,
* Optional feedback loop: feed previous tag decision back to input of next
decision,
* Easily customizable feature representation; can incorporate user-provided
features,
* Automatic generation of separate sub-taggers for known words and unknown
words,
* Can make use of full algorithmic parameters of TiMBL.
.
MBT is a product of the ILK Research Group (Tilburg University, The
Netherlands) and the CLiPS Research Centre (University of Antwerp, Belgium).
.
If you do scientific research in natural language processing, MBT will
likely be of use to you.
Description-md5: 70ac42b26ad7f688f18ee13b90f992cc
Homepage: http://ilk.uvt.nl/mbt/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu