How to Install and Uninstall python3-pynlpl.noarch Package on Fedora 35

Last updated: May 19,2024

1. Install "python3-pynlpl.noarch" package

This guide covers the steps necessary to install python3-pynlpl.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-pynlpl.noarch

2. Uninstall "python3-pynlpl.noarch" package

This is a short guide on how to uninstall python3-pynlpl.noarch on Fedora 35:

$ sudo dnf remove python3-pynlpl.noarch $ sudo dnf autoremove

3. Information about the python3-pynlpl.noarch package on Fedora 35

Last metadata expiration check: 0:02:26 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-pynlpl
Version : 1.2.7
Release : 11.fc35
Architecture : noarch
Size : 430 k
Source : python-pynlpl-1.2.7-11.fc35.src.rpm
Repository : fedora
Summary : A Python library for Natural Language Processing
URL : https://github.com/proycon/pynlpl
License : GPLv3
Description : PyNLPl, pronounced as ‘pineapple’, is a Python library for Natural Language
: Processing. It contains various modules useful for common, and less common,
: NLP tasks. PyNLPl can be used for basic tasks such as the extraction of
: n-grams and frequency lists, and to build simple language model. There are
: also more complex data types and algorithms. Moreover, there are parsers for
: file formats common in NLP (e.g. FoLiA/Giza/Moses/ARPA/Timbl/CQL). There are
: also clients to interface with various NLP specific servers. PyNLPl most
: notably features a very extensive library for working with FoLiA XML (Format
: for Linguistic Annotation).