Intsights / pywordfreqLinks
Word frequency checker based on Wikipedia corpus written in Rust
☆10Updated 5 months ago
Alternatives and similar repositories for pywordfreq
Users that are interested in pywordfreq are comparing it to the libraries listed below
Sorting:
- Intsights open-source wrappers library for some AWS resources and high level management objects for distributed backend systems☆17Updated last year
- ☆25Updated this week
- Queue server base on RocksDB as a KV-Store backend and gRPC as an interface☆10Updated last year
- Uncompromising and opinionated flake8 plugin which follows Intsights' practices☆14Updated 5 months ago
- Python library for a duplicate lines removal written in C++☆33Updated this week
- A Python based alternative to Elasticsearch Reindex API with multiprocessing support.☆18Updated 5 months ago
- Concatenated-word segmentation Python library written in Rust☆17Updated 5 months ago
- Python library for fast substring/pattern search written in C++ leveraging Suffix Array Algorithm☆41Updated 5 months ago
- A blazingly fast domain extraction library written in Rust☆66Updated this week
- Python library for fast fuzzy search over a big file written in Rust☆45Updated 5 months ago
- A Git Repository Secrets Scanner written in Rust☆39Updated 5 months ago
- A fast and easy adblockplus parser and matcher based on adblock-rust package☆27Updated 5 months ago
- paints part of your python code black☆71Updated 3 months ago
- A python based HTML to text conversion library, command line client and Web service.☆315Updated last week
- Library to populate items using XPath and CSS with a convenient API☆47Updated 2 weeks ago
- Web grep: search all rendered resources used by a URI☆87Updated 2 months ago
- 🐚 Simple ZSH plugin for automatically activating and deactivating Poetry-created virtualenvs. 🐍☆77Updated last year
- Automatic version management and state recovery solution for any application agnostic to language or architecture☆64Updated last month
- ASCII transliterations of Unicode text - GitHub mirror☆577Updated 3 months ago
- ❄️ A flake8 plugin to help you write better list/set/dict comprehensions.☆469Updated last week
- Autoimport automatically fixes wrong import statements.☆98Updated 10 months ago
- Extract price amount and currency symbol from a raw text string☆334Updated 5 months ago
- A pure-Python robots.txt parser with support for modern conventions.☆70Updated 2 weeks ago
- URLExtract is python class for collecting (extracting) URLs from given text based on locating TLD.☆265Updated last year
- A linter to prevent exception handling antipatterns in Python (limited only for those who like dinosaurs).☆445Updated 9 months ago
- Our recommended way to add continuous profiling to your python applications! See the main server repo for more info: https://github.com/p…☆14Updated 3 years ago
- A tool to automatically convert old string literal formatting to f-strings☆720Updated 2 weeks ago
- Convert strings (and dictionary keys) between snake case, camel case and pascal case in Python. Inspired by Humps for Node