roy-ht / editdistanceLinks
Fast implementation of the edit distance(Levenshtein distance)
☆690Updated 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,276Updated 4 years ago
- Python library implementing a trie data structure.☆825Updated 4 years ago
- Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.☆1,113Updated 2 weeks ago
- spellchecking library for python☆614Updated last month
- Fast, efficiently stored Trie for Python. Uses libdatrie.☆544Updated last week
- English word segmentation, written in pure-Python, and based on a trillion-word corpus.☆378Updated 2 years ago
- Python port of Moses tokenizer, truecaser and normalizer☆495Updated last year
- Python module (C extension and plain python) implementing Aho-Corasick algorithm☆1,040Updated last week
- pyxDamerauLevenshtein implements the Damerau-Levenshtein (DL) edit distance algorithm for Python in Cython for high performance.☆250Updated last month
- 🐍💯pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.☆880Updated last year
- Find parts of long text or data, allowing for some changes/typos.☆332Updated 5 months ago
- A python binding for crfsuite☆771Updated 2 months ago
- Python Set subclass that supports searching by ngram similarity☆119Updated 4 years ago
- Python port of SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm…☆848Updated last month
- Python implementation of Suffix Trees and Generalized Suffix Trees.☆127Updated 5 years ago
- Pure python Aho-Corasick library.☆220Updated 2 years ago
- Byte Pair Encoding for Python!☆232Updated 3 years ago
- DAFSA-based dictionary-like read-only objects for Python. Based on `dawgdic` C++ library.☆303Updated last year
- The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity☆388Updated 3 years ago
- 🪼 a python library for doing approximate and phonetic matching of strings.☆2,161Updated 2 weeks ago
- Python3 bindings for the Compact Language Detector v3 (CLD3)☆154Updated 2 years ago
- Weighted Levenshtein library☆113Updated 2 years ago
- A mutable, self-balancing interval tree. Queries may be by point, by range overlap, or by range containment.☆672Updated 7 months ago
- CRFsuite: a fast implementation of Conditional Random Fields (CRFs)☆663Updated last year
- Fast, DB Backed pretrained word embeddings for natural language processing.☆223Updated 7 months ago
- Pre-trained subword embeddings in 275 languages, based on Byte-Pair Encoding (BPE)☆1,217Updated last year
- A Fast Levenshtein Distance Library for Python☆85Updated 8 months ago
- Locality Sensitive Hashing using MinHash in Python/Cython to detect near duplicate text documents☆291Updated 2 years ago
- Levenshtein and Hamming distance computation☆116Updated 6 years ago
- Python library for computing edit distance between arbitrary Python sequences.☆102Updated last month