DavidHarar/Siamese-Networks-for-name-nickname-similarity
Using siamese networks to learn a similarity metric between names and nicknames.
This project helps you accurately link common names with their nicknames. You provide lists of names and potential nicknames, and it tells you which ones are likely matches. This is ideal for anyone working with customer data, identity verification, or social network analysis who needs to standardize or connect different forms of personal names.
No commits in the last 6 months.
Use this if you need to reliably identify when a nickname belongs to a specific name, even with variations in spelling.
Not ideal if you're looking for general text similarity beyond names and nicknames, or if you don't have example pairs of names and nicknames to train the system.
Stars
7
Forks
1
Language
Jupyter Notebook
License
—
Category
Last pushed
Dec 13, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/DavidHarar/Siamese-Networks-for-name-nickname-similarity"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
shibing624/similarity
similarity: Text similarity calculation Toolkit for Java. 文本相似度计算工具包,java编写,可用于文本相似度计算、情感分析等任务,开箱即用。
eBay/Sequence-Semantic-Embedding
Tools and recipes to train deep learning models and build services for NLP tasks such as text...
RandolphVI/Text-Pairs-Relation-Classification
About Text Pairs (Sentence Level) Classification (Similarity Modeling) Based on Neural Network.
MartinoMensio/spacy-universal-sentence-encoder
Google USE (Universal Sentence Encoder) for spaCy
piotrmaciejbednarski/text-similarity-node
High-performance and memory efficient native C++ text similarity algorithms for Node.js