How to Install and Uninstall perl-Lingua-EN-Tagger Package on openSUSE Leap

Last updated: December 25,2024

1. Install "perl-Lingua-EN-Tagger" package

This tutorial shows how to install perl-Lingua-EN-Tagger on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Lingua-EN-Tagger

2. Uninstall "perl-Lingua-EN-Tagger" package

Here is a brief guide to show you how to uninstall perl-Lingua-EN-Tagger on openSUSE Leap:

$ sudo zypper remove perl-Lingua-EN-Tagger

3. Information about the perl-Lingua-EN-Tagger package on openSUSE Leap

Information for package perl-Lingua-EN-Tagger:
----------------------------------------------
Repository : Main Repository
Name : perl-Lingua-EN-Tagger
Version : 0.31-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.3 MiB
Installed : No
Status : not installed
Source package : perl-Lingua-EN-Tagger-0.31-bp155.2.10.src
Upstream URL : https://metacpan.org/release/Lingua-EN-Tagger
Summary : Part-of-speech tagger for English natural language processing
Description :
The module is a probability based, corpus-trained tagger that assigns POS
tags to English text based on a lookup dictionary and a set of probability
values. The tagger assigns appropriate tags based on conditional
probabilities - it examines the preceding tag to determine the appropriate
tag for the current word. Unknown words are classified according to word
morphology or can be set to be treated as nouns or other parts of speech.
The tagger also extracts as many nouns and noun phrases as it can, using a
set of regular expressions.