{"id":20323705,"url":"https://github.com/erthium/search-tools","last_synced_at":"2026-04-11T15:38:47.481Z","repository":{"id":210532226,"uuid":"723856641","full_name":"erthium/search-tools","owner":"erthium","description":"String comparison and string search optimisation repertoire, written in C++, Python3 and Typescript","archived":false,"fork":false,"pushed_at":"2024-09-21T02:01:14.000Z","size":5343,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T14:12:03.138Z","etag":null,"topics":["cpp","fuzzy-search","fuzzysearch","levenshtein-distance","python","python3","search-algorithm","string-comparison","string-search","typescript"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erthium.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-26T22:59:27.000Z","updated_at":"2024-09-21T02:01:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"6f6b9762-63db-4333-8d59-5cc6cd14fded","html_url":"https://github.com/erthium/search-tools","commit_stats":null,"previous_names":["ertyumpx/levenshtein-distance","erthium/levenshtein-distance","erthium/search-tools"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erthium%2Fsearch-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erthium%2Fsearch-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erthium%2Fsearch-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erthium%2Fsearch-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erthium","download_url":"https://codeload.github.com/erthium/search-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241827169,"owners_count":20026601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","fuzzy-search","fuzzysearch","levenshtein-distance","python","python3","search-algorithm","string-comparison","string-search","typescript"],"created_at":"2024-11-14T19:29:21.406Z","updated_at":"2025-12-31T01:03:32.873Z","avatar_url":"https://github.com/erthium.png","language":"C","readme":"# Levenshtein Distance\n\nA repertoire for Levenshtein Distance calculation functions to be used in other projects. \n\nProject is still being worked on.\n\n## License\n\nThis project is licensed under the [GNU GPL-3.0](https://github.com/ErtyumPX/levenshtein-distance/blob/main/LICENSE) license.\n\n## Setup\n\nThere is no third-party dependency.\n\nEasily clone the project.\n\n```\n\u003e git clone \u003crepo-url\u003e\n\u003e cd levenshtein-distance\n```\n\n### Python\n\nThe project is written in Python 3.11.6, although should work on any Python Interpreter above 3.5.x.\n\nMain library is `python3/distance.py` where all the functions are defined.\n\nTo run the general tests:\n\n```\n\u003e cd python/\n\u003e make test\n```\n\n### C++\n\nProject is currently compiled with GNU G++ 13.2.1.\n\nFor compiling and linking rules GNU Make 4.4.1 was used.\n\nAfter fulfilling dependencies, download or clone the project and use Makefile to easily compile:\n\n```\n\u003e cd cpp/ \n\u003e make all\n\u003e make run\n```\n\n### TypeScript\n\nProject is written in TypeScript 5.3.3 with ES2021 target.\n\nFor package management Yarn 1.22.21 is used.\n\nThere is no dependancy for library, but for testing Jest 27.4.7 is used.\n\n```\n\u003e cd typescript/\n\u003e yarn install\n```\n\nAssuming that you will compile the source here and rather use the code somewhere else, there is no need for a build script.\n\nStill, there are some tests that you can run with Jest:\n\n```\n\u003e yarn test \n```\n\n\n\n## Project\n\nWill be written soon...\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferthium%2Fsearch-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferthium%2Fsearch-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferthium%2Fsearch-tools/lists"}