How to Install and Uninstall python3-pyspellchecker.noarch Package on Fedora 39
Last updated: November 29,2024
1. Install "python3-pyspellchecker.noarch" package
This guide covers the steps necessary to install python3-pyspellchecker.noarch on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
python3-pyspellchecker.noarch
Copied
2. Uninstall "python3-pyspellchecker.noarch" package
This guide covers the steps necessary to uninstall python3-pyspellchecker.noarch on Fedora 39:
$
sudo dnf remove
python3-pyspellchecker.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-pyspellchecker.noarch package on Fedora 39
Last metadata expiration check: 4:10:50 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-pyspellchecker
Version : 0.8.1
Release : 1.fc39
Architecture : noarch
Size : 6.4 M
Source : python-pyspellchecker-0.8.1-1.fc39.src.rpm
Repository : updates
Summary : Pure python spell checker based on work by Peter Norvig
URL : https://github.com/barrust/pyspellchecker
License : MIT
Description : pyspellchecker (Pure Python Spell Checking) uses a Levenshtein Distance
: algorithm to find permutations within an edit distance of 2 from the original
: word. It then compares all permutations (insertions, deletions, replacements,
: and transpositions) to known words in a word frequency list. Those words that
: are found more often in the frequency list are more likely the correct results.
:
: pyspellchecker supports multiple languages including English, Spanish, German,
: French, Portuguese, Arabic and Basque. For information on how the dictionaries
: were created and how they can be updated and improved, please see the Dictionary
: Creation and Updating section of the readme!
:
: pyspellchecker allows for the setting of the Levenshtein Distance (up to two) to
: check. For longer words, it is highly recommended to use a distance of 1 and not
: the default 2. See the quickstart to find how one can change the distance
: parameter.
Available Packages
Name : python3-pyspellchecker
Version : 0.8.1
Release : 1.fc39
Architecture : noarch
Size : 6.4 M
Source : python-pyspellchecker-0.8.1-1.fc39.src.rpm
Repository : updates
Summary : Pure python spell checker based on work by Peter Norvig
URL : https://github.com/barrust/pyspellchecker
License : MIT
Description : pyspellchecker (Pure Python Spell Checking) uses a Levenshtein Distance
: algorithm to find permutations within an edit distance of 2 from the original
: word. It then compares all permutations (insertions, deletions, replacements,
: and transpositions) to known words in a word frequency list. Those words that
: are found more often in the frequency list are more likely the correct results.
:
: pyspellchecker supports multiple languages including English, Spanish, German,
: French, Portuguese, Arabic and Basque. For information on how the dictionaries
: were created and how they can be updated and improved, please see the Dictionary
: Creation and Updating section of the readme!
:
: pyspellchecker allows for the setting of the Levenshtein Distance (up to two) to
: check. For longer words, it is highly recommended to use a distance of 1 and not
: the default 2. See the quickstart to find how one can change the distance
: parameter.