{"library":"textsearch","type":"library","category":null,"description":"TextSearch is a Python library designed for efficient and convenient searching and replacing of multiple strings within text. It leverages C-speed through an Aho-Corasick implementation, making it significantly faster than equivalent regex operations for specific tasks. The library focuses on providing convenience for Natural Language Processing (NLP) and text search tasks, often defaulting to full word matches rather than sub-matches. The current version is 0.0.24, with releases appearing on an as-needed basis.","language":"python","status":"active","version":"0.0.24","tags":["text search","NLP","Aho-Corasick","performance","string matching","text processing"],"last_verified":"Sat May 23","install":[{"cmd":"pip install textsearch","imports":["from textsearch import TextSearch"]}],"homepage":null,"github":"https://github.com/kootenpv/textsearch","docs":null,"changelog":null,"pypi":"https://pypi.org/project/textsearch/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.8,"avg_import_s":0.05,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/textsearch/compatibility"}}