Wed, 08 Apr 2026 08:13:13 CST | login

Information for build python-pyspellchecker-0.8.1-1.oc9

ID23516
Package Namepython-pyspellchecker
Version0.8.1
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-pyspellchecker.git?.#4894e747e9d50a655bc7c01c9201a141414e5bc8
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 byfanjunkong
State complete
Volume DEFAULT
StartedMon, 03 Jun 2024 20:46:21 CST
CompletedMon, 03 Jun 2024 20:49:24 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-pyspellchecker.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-pyspellchecker.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-2504-build
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-pyspellchecker-0.8.1-1.oc9.src.rpm (info) (download)
noarch
python3-pyspellchecker-0.8.1-1.oc9.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Apr 15 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.8.1-1 - initial build