Finds the best matching string in a larger string.
Project description
Find Best String
Description
Finds the best matching string in a larger string. Returns either the first match or all matches, and their match value.
Installation
pip install find-best-string
or
pipenv install find-best-string
Arguments
- query - String of text to find matches of in corpus.
- corpus - String of text to scan for matches of query.
- step - Step size of first match-value scan through corpus. Can be thought of as a sort of "scan resolution". Should not exceed length of query.
- flex - Max left/right substring position adjustment value. Should not exceed length of query / 2.
- case_sensitive - If false, converts corpus and query to lowercase before fiding matches.
Usage
from find_best_string import find_best_string
corpus = "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum."
query = "Ipsum"
first_match = find_best_string(query, corpus)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
find_best_string-0.1.0.tar.gz
(13.1 kB
view details)
Built Distribution
File details
Details for the file find_best_string-0.1.0.tar.gz
.
File metadata
- Download URL: find_best_string-0.1.0.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fe34ee681b42dd12e2de4a3a3b50364eb81adfe24ebf5f913d265fcaba08620 |
|
MD5 | b24d99f2d1e916b3eb309470ce54a14a |
|
BLAKE2b-256 | 00df14f325570411b4d26f3267df13ed29c7fa1db9221ac13962c8ea68ffe4f9 |
File details
Details for the file find_best_string-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: find_best_string-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bfb401c6c959ba1cd42b2e026290650bef38fdf5492a607fe503eb58a3800787 |
|
MD5 | 77f156db1465f231bf354aba1fec0964 |
|
BLAKE2b-256 | 667bdf5c377b7acdb7720f5072193335ac6570212fcf372e15fc16cde9a7c9fb |