Skip to main content

Auto-Correct miswritten 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

  1. Discord Bots : Where the words are auto-corrected using the given correct words list. This will help make the bot more easier and better.
  2. 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

  • autocorrect_list : Autocorrects mistyped words using the given correct words list
  • autocorrect : Autocorrects words easily
  • accuracy_correction : Corrects words with above 90% word accuracy

We are ready to accept your suggestions.

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.3.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

autolist-0.0.3-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page