Skip to main content

A Python String Similarity Checker

Project description

SimilarityChecker

A Python similarity checker V.0.0.9 | Made by: Jekkow

What does this module:

This module compares strings on similarity and returns the name and a float percentage

How to use:

Import the module:
from similaritychecker import checker

Create the Constructor:
    SC = checker()

Set Values:
    SC.Set_Difference =
        (Default = 1)
    SC.Length_Difference =
        (Default = 2)
    SC.Minimum_Percentage =
        (Default = 0.75)

Use the Check method:
    SC.Check("string*", ["List*"])
    String* = string that needs to be compared
    List* =  List that contains the word(s) that the string will be compared with

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

similaritychecker-0.0.9.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

similaritychecker-0.0.9-py3-none-any.whl (3.8 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