roy-ht / editdistanceLinks
Fast implementation of the edit distance(Levenshtein distance)
☆689Updated 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,279Updated 4 years ago
- Python module (C extension and plain python) implementing Aho-Corasick algorithm☆1,030Updated 3 months ago
- spellchecking library for python☆614Updated last week
- Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.☆1,110Updated 3 weeks ago
- Python library implementing a trie data structure.☆825Updated 4 years ago
- Fast, efficiently stored Trie for Python. Uses libdatrie.☆540Updated 3 weeks ago
- A python binding for crfsuite☆772Updated 3 weeks ago
- Find parts of long text or data, allowing for some changes/typos.☆330Updated 4 months ago
- Python Set subclass that supports searching by ngram similarity☆119Updated 4 years ago
- English word segmentation, written in pure-Python, and based on a trillion-word corpus.☆376Updated 2 years ago
- pyxDamerauLevenshtein implements the Damerau-Levenshtein (DL) edit distance algorithm for Python in Cython for high performance.☆249Updated 2 weeks ago
- Python port of SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm…☆845Updated 2 weeks ago
- Correctly generate plurals, ordinals, indefinite articles; convert numbers to words☆1,037Updated 4 months ago
- Python port of Moses tokenizer, truecaser and normalizer☆495Updated last year
- ☆174Updated 5 months ago
- The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity☆351Updated 5 months ago
- A Fast Levenshtein Distance Library for Python☆84Updated 7 months ago
- CRFsuite: a fast implementation of Conditional Random Fields (CRFs)☆662Updated last year
- scikit-learn inspired API for CRFsuite☆431Updated 2 years ago
- Pure python Aho-Corasick library.☆217Updated 2 years ago
- 🐍💯pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.☆877Updated last year
- Python library for computing edit distance between arbitrary Python sequences.☆102Updated 3 weeks ago
- DAFSA-based dictionary-like read-only objects for Python. Based on `dawgdic` C++ library.☆303Updated last year
- parallel graph management and execution in heterogeneous computing☆1,461Updated 3 months ago
- Pure Python Spell Checking http://pyspellchecker.readthedocs.io/en/latest/☆759Updated last week
- Python implementation of Suffix Trees and Generalized Suffix Trees.☆127Updated 5 years ago
- Python3 bindings for the Compact Language Detector v3 (CLD3)☆154Updated 2 years ago
- Fast BPE☆677Updated last year
- Python BK-tree data structure to allow fast querying of "close" matches☆186Updated 3 years ago
- Python, Java implementation of TS-SS called from "A Hybrid Geometric Approach for Measuring Similarity Level Among Documents and Document…☆300Updated 5 years ago