luozhouyang / python-string-similarityLinks
A library implementing different string similarity and distance measures using Python.
☆1,016Updated 2 years ago
Alternatives and similar repositories for python-string-similarity
Users that are interested in python-string-similarity are comparing it to the libraries listed below
Sorting:
- Python module (C extension and plain python) implementing Aho-Corasick algorithm☆1,019Updated 2 months ago
- Python port of SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm…☆839Updated last week
- Python Keyphrase Extraction module☆1,581Updated 2 years ago
- Pure python Aho-Corasick library.☆217Updated 2 years ago
- Probabilistically split concatenated words using NLP based on English Wikipedia unigram frequencies.☆853Updated 2 years ago
- Compute Sentence Embeddings Fast!☆622Updated 2 years ago
- Multilingual Rapid Automatic Keyword Extraction (RAKE) for Python☆272Updated 2 years ago
- Pure Python Spell Checking http://pyspellchecker.readthedocs.io/en/latest/☆755Updated last week
- The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity☆1,276Updated 4 years ago
- NLP, before and after spaCy☆2,229Updated last year
- Fuzzy string matching, grouping, and evaluation.☆778Updated last month
- Single-document unsupervised keyword extraction☆1,773Updated this week
- A Python framework for sequence labeling evaluation(named-entity recognition, pos tagging, etc...)☆1,149Updated 11 months ago
- Multilingual text (NLP) processing toolkit☆2,353Updated last year
- TextRank implementation for Python 3.☆1,261Updated 2 years ago
- Port of Google's language-detection library to Python.☆1,833Updated 5 months ago
- 📐 Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage.☆3,491Updated 4 months ago
- Python implementation of the Rapid Automatic Keyword Extraction algorithm using NLTK.☆1,072Updated 2 years ago
- 🪼 a python library for doing approximate and phonetic matching of strings.☆2,151Updated this week
- English word segmentation, written in pure-Python, and based on a trillion-word corpus.☆376Updated 2 years ago
- A python binding for crfsuite☆775Updated 10 months ago
- ☆172Updated 4 months ago
- 🐍💯pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.☆871Updated last year
- Various Algorithms for Short Text Mining☆472Updated last week
- semi supervised guided topic model with custom guidedLDA☆510Updated 4 months ago
- GSDMM: Short text clustering☆357Updated 2 years ago
- a sklearn wrapper for Google's BERT model☆301Updated 2 years ago
- spellchecking library for python