How to Install and Uninstall liblink-grammar4-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "liblink-grammar4-java" package

Please follow the guidelines below to install liblink-grammar4-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install liblink-grammar4-java

2. Uninstall "liblink-grammar4-java" package

Please follow the step by step instructions below to uninstall liblink-grammar4-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove liblink-grammar4-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the liblink-grammar4-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: liblink-grammar4-java
Priority: optional
Section: universe/libs
Installed-Size: 111
Maintainer: Ubuntu Developers
Original-Maintainer: Debian QA Group
Architecture: amd64
Source: link-grammar
Version: 4.7.4-3
Depends: libc6 (>= 2.14), liblink-grammar4 (>= 4.7.0)
Filename: pool/universe/l/link-grammar/liblink-grammar4-java_4.7.4-3_amd64.deb
Size: 30510
MD5sum: 9ae1a23eb58068111753dd893a838a01
SHA1: d04c3ff05d3542a4bfc010cfa5fdbf833ecced8e
SHA256: f1f436e2783069351d68661c377492d4311608edd0852282fe8a75f8be3c5aa7
Description-en: Carnegie Mellon University's link grammar parser (JNI library)
In Selator, D. and Temperly, 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 Java JNI library for using link-grammar from your java
applications.
Description-md5: 39283579a2220350d5e2b819832373e7
Homepage: http://www.abisource.com/projects/link-grammar/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu