How to Install and Uninstall mbt Package on Kali Linux

Last updated: May 20,2024

1. Install "mbt" package

Please follow the steps below to install mbt on Kali Linux

$ sudo apt update $ sudo apt install mbt

2. Uninstall "mbt" package

This is a short guide on how to uninstall mbt on Kali Linux:

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

3. Information about the mbt package on Kali Linux

Package: mbt
Source: mbt (3.6-3)
Version: 3.6-3+b1
Installed-Size: 77
Maintainer: Debian Science Team
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libmbt1 (>= 3.6), libstdc++6 (>= 13.1), libticcutils8 (>= 0.24), libtimbl4 (>= 6.5)
Size: 24632
SHA256: d29ae53f51dae692f8b8aa41c2961ac9ea08d4fb0f0c0a1a0cdd632062a93649
SHA1: ea92ffe437d14085852bb3c679148948588b81a7
MD5sum: 2a329235887accf2f3bd15c0b8b93140
Description: 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 Centre of Language and Speech Technology (Radboud
University Nijmegen, The Netherlands), 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:
Homepage: http://languagemachines.github.io/mbt/
Tag: field::linguistics, role::program
Section: science
Priority: optional
Filename: pool/main/m/mbt/mbt_3.6-3+b1_amd64.deb