How to Install and Uninstall link-grammar Package on Kali Linux

Last updated: May 21,2024

1. Install "link-grammar" package

In this section, we are going to explain the necessary steps to install link-grammar on Kali Linux

$ sudo apt update $ sudo apt install link-grammar

2. Uninstall "link-grammar" package

This tutorial shows how to uninstall link-grammar on Kali Linux:

$ sudo apt remove link-grammar $ sudo apt autoclean && sudo apt autoremove

3. Information about the link-grammar package on Kali Linux

Package: link-grammar
Version: 5.12.3~dfsg-1
Installed-Size: 206
Maintainer: Jonas Smedegaard
Architecture: amd64
Depends: link-grammar-dictionaries-en, libc6 (>= 2.34), libedit2 (>= 3.1-20140620-0), liblink-grammar5 (>= 5.12.3~dfsg)
Size: 111328
SHA256: 7ebecaeed79557f1d874beea631726d54372a427233966cc4c5cbe3cc0bc9231
SHA1: 5633d8c388be5f518f2861c0d9c73d1d645bf8ad
MD5sum: eba1bd7b3041b5ccd5311949e88abf58
Description: Carnegie Mellon University's link grammar parser
In Sleator, D. and Temperley, D. "Parsing English with a Link Grammar"
(1991), the authors defined a new formal grammatical system called a
"link grammar". A sequence of words is in the language of a link
grammar if there is a way to draw "links" between words in such a way
that the local requirements of each word are satisfied, the links do
not cross, and the words form a connected graph. The authors encoded
English grammar into such a system, and wrote this program to parse
English using this grammar.
.
link-grammar can be used for linguistic parsing for information
retrieval or extraction from natural language documents. It can also be
used as a grammar checker.
.
This package contains the user-executable binary.
Description-md5:
Homepage: https://www.abisource.com/projects/link-grammar/
Tag: field::linguistics, interface::commandline, role::program,
use::checking, works-with::dictionary
Section: text
Priority: optional
Filename: pool/main/l/link-grammar/link-grammar_5.12.3~dfsg-1_amd64.deb