Click here to visit the old openkoji buildsystem (Archived)

Information for build python-pyspellchecker-0.8.1-2.fc40

ID39788
Package Namepython-pyspellchecker
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.8.1
Release2.fc40
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-pyspellchecker.git#0549fc0125168571a49aa1f3db0f1ab7ff23d92e
SummaryPure python spell checker based on work by Peter Norvig
Descriptionpyspellchecker (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.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 04 May 2024 17:21:09 CST
CompletedSat, 04 May 2024 17:38:07 CST
Taskbuild (f40, /rpms/python-pyspellchecker.git:0549fc0125168571a49aa1f3db0f1ab7ff23d92e)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-pyspellchecker.git#0549fc0125168571a49aa1f3db0f1ab7ff23d92e'}}
Tags
f40
RPMs
src
python-pyspellchecker-0.8.1-2.fc40.src.rpm (info) (download)
noarch
python3-pyspellchecker-0.8.1-2.fc40.noarch.rpm (info) (download)
Logs
noarch
root.log
installed_pkgs.log
state.log
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 20 2024 Packit <hello@packit.dev> - 0.8.1-1 - [packit] 0.8.1 upstream release - Resolves rhbz#2259362 * Tue Jan 16 2024 Packit <hello@packit.dev> - 0.8.0-1 - [packit] 0.8.0 upstream release - Resolves rhbz#2258640 * Thu Dec 28 2023 topazus <topazus@outlook.com> - 0.7.3-1 - initial import; rhbz#2256044