shner-elmo / flashtext2
The fastest FlashText library for Python
☆20Updated 8 months ago
Alternatives and similar repositories for flashtext2:
Users that are interested in flashtext2 are comparing it to the libraries listed below
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆99Updated last week
- Efficient Trie-based regex unions for blacklist/whitelist filtering and one-pass mapping-based string replacing☆69Updated last month
- Blazingly fast Markdown parser for Python written in Rust.☆34Updated this week
- Build powerful CLIs with simple idiomatic Python, driven by type hints. Not all arguments are bad.☆60Updated 2 months ago
- Replace `Optional[T]` by `Union[T, None]` 👀☆57Updated 2 years ago
- Python library for fast approximate string matching using Jaro and Jaro-Winkler similarity☆69Updated last year
- A Rust-based regex crate wrapper for Python3 to get faster performance. 👾☆112Updated 8 months ago
- universal character encoding detector☆58Updated 6 months ago
- Parse numbers written in natural language☆109Updated 4 months ago
- LRU cache for Python. Use Redis as backend. Provides a dictionary-like object as well as a method decorator. pip install redis-lru☆43Updated 2 years ago
- The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity