Auto-Corrects mistyped words by checking them with the list of given correct words
Project description
Autolist
Python Basic Library for Auto-Correct purposes using lists.
Download Autolist : pip install autolist
If the above didn't work, check if Python3 is working properly.
Examples
# Import the Module
import autolist as al
# Create a list which has all the correct words OR Take input from user
correct_words_list = ["autolist","advanced","listing"]
string = "autosift" # Take input from user or Give a String
# Autolist checks the list and corrects it using the following
print(al.autocorrect_list(string, correct_words_list))
Application & Features
- Discord Bots : Where the words are auto-corrected using the given correct words list. This will help make the bot more easier and better.
- Python Programs : Where you take input from user for a definite options but you fear that user will mistype. Autolist autochecks and corrects the mistyped word.
Functions Available
- autocorrect_list : Autocorrects mistyped words using the given correct words list
- autocorrect : Autocorrects words easily and has accuracy rate over 98%
- accuracy_correction : Corrects words with above 90% word accuracy
We are ready to accept your suggestions.
- Message me on Discord (AbelR007#5096)
- Create an Issue in Autolist Github
Created with ❤️ by AbelR007
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
autolist-0.0.5.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file autolist-0.0.5.tar.gz
.
File metadata
- Download URL: autolist-0.0.5.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3834d1517e4b1774ad4079bca9e741fec23ab2841e903fcdebc3df6e5c18a9c1 |
|
MD5 | b726b5aa39830eb34de39a60df8acfdb |
|
BLAKE2b-256 | 9536527cda8577791957bca62df7a926aa3b431650395578f257a5304e584fd6 |
File details
Details for the file autolist-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: autolist-0.0.5-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09a0757816df775a610da84abb53c5f5d5f5591e3ae264030d25b3e072c29b3e |
|
MD5 | f92f9cda2f96c799cce8bbce4446d6a5 |
|
BLAKE2b-256 | f13958ebc701bde2e744fe64063b6aa4f9be497e1af35b02b13c41b6deb6c800 |