vishnumani2009/siamese-text-similarity
Tensorflow based implementation of deep siamese LSTM network for sentence classification using character embeddings
This project helps developers build systems that can identify when two pieces of text, like phrases or sentences, mean the same thing, even if they're written differently. It takes pairs of text examples and determines how similar their meanings are. Developers creating applications for tasks like information retrieval or data cleaning would use this.
No commits in the last 6 months.
Use this if you need to build a system that automatically identifies semantically similar phrases or sentences from different written forms.
Not ideal if you're looking for an out-of-the-box solution without any programming or need to understand document-level similarity.
Stars
15
Forks
6
Language
Python
License
MIT
Category
Last pushed
Oct 17, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/vishnumani2009/siamese-text-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