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

Last updated: October 05,2024

1. Install "python3-link-grammar" package

This guide covers the steps necessary to install python3-link-grammar on Kali Linux

$ sudo apt update $ sudo apt install python3-link-grammar

2. Uninstall "python3-link-grammar" package

Please follow the guidance below to uninstall python3-link-grammar on Kali Linux:

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

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

Package: python3-link-grammar
Source: link-grammar
Version: 5.12.3~dfsg-1
Installed-Size: 256
Maintainer: Jonas Smedegaard
Architecture: amd64
Depends: liblink-grammar5 (>= 5.12.3~dfsg), python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.14), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libstdc++6 (>= 5)
Recommends: link-grammar-dictionaries-all, python-link-grammar-examples
Size: 70836
SHA256: 31adee7c1e5732299e4a727d9d7d38fab4073df35e7c162c3909f2cb1696523a
SHA1: b6aa3690eaa74826e8be28093323e3f8f52cfce0
MD5sum: 5fca37802f6618122804dbf30d2c184b
Description: Carnegie Mellon University's link grammar parser (Python 3)
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 a Python 3 library for using link-grammar.
Description-md5:
Homepage: https://www.abisource.com/projects/link-grammar/
Section: python
Priority: optional
Filename: pool/main/l/link-grammar/python3-link-grammar_5.12.3~dfsg-1_amd64.deb