roy-ht / editdistanceLinks
Fast implementation of the edit distance(Levenshtein distance)
☆708Updated last year
Alternatives and similar repositories for editdistance
Users that are interested in editdistance are comparing it to the libraries listed below
Sorting:
- The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity☆1,278Updated 4 years ago
- Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.☆1,123Updated 2 months ago
- Python port of Moses tokenizer, truecaser and normalizer☆495Updated last week
- spellchecking library for python☆618Updated 4 months ago
- Python library implementing a trie data structure.☆824Updated 4 years ago
- Fast, efficiently stored Trie for Python. Uses libdatrie.☆547Updated last month
- The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity☆389Updated 3 years ago
- pyxDamerauLevenshtein implements the Damerau-Levenshtein (DL) edit distance algorithm for Python in Cython for high performance.☆250Updated 4 months ago
- Python port of SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm…☆856Updated 3 weeks ago
- A python binding for crfsuite☆772Updated last month
- Find parts of long text or data, allowing for some changes/typos.☆339Updated 3 months ago
- scikit-learn inspired API for CRFsuite☆433Updated this week
- Fast BPE☆679Updated last year
- English word segmentation, written in pure-Python, and based on a trillion-word corpus.☆378Updated 3 years ago
- Python Set subclass that supports searching by ngram similarity☆119Updated 4 years ago
- 🐍💯pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.☆900Updated last year
- Byte Pair Encoding for Python!☆232Updated 3 years ago
- CRFsuite: a fast implementation of Conditional Random Fields (CRFs)☆667Updated last year
- 🪼 a python library for doing approximate and phonetic matching of strings.☆2,189Updated last month
- Correctly generate plurals, ordinals, indefinite articles; convert numbers to words☆1,063Updated 8 months ago
- A mutable, self-balancing interval tree. Queries may be by point, by range overlap, or by range containment.☆682Updated last month
- Python, Java implementation of TS-SS called from "A Hybrid Geometric Approach for Measuring Similarity Level Among Documents and Document…☆303Updated 6 years ago
- A Fast Levenshtein Distance Library for Python☆86Updated last week
- Python wrapper for LanguageTool grammar checker☆329Updated 4 years ago
- Pre-trained subword embeddings in 275 languages, based on Byte-Pair Encoding (BPE)☆1,222Updated last year
- Calculates Word Mover's Distance Insanely Fast☆462Updated 2 years ago
- Weighted Levenshtein library☆113Updated 2 months ago
- Approximate Nearest Neighbor Search for Sparse Data in Python!☆919Updated 5 years ago
- DAFSA-based dictionary-like read-only objects for Python. Based on `dawgdic` C++ library.☆305Updated last year
- Locality Sensitive Hashing using MinHash in Python/Cython to detect near duplicate text documents☆292Updated 2 years ago