Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chiragsaini/textual-similarity
This notebook provides textual similarity between given two paragraphs. Google universal sentence encoder is used to create embeddings for these words.
https://github.com/chiragsaini/textual-similarity
deep-learning embedding-models jupyter-notebook nlp python textual-similarity
Last synced: 19 days ago
JSON representation
This notebook provides textual similarity between given two paragraphs. Google universal sentence encoder is used to create embeddings for these words.
- Host: GitHub
- URL: https://github.com/chiragsaini/textual-similarity
- Owner: ChiragSaini
- Created: 2019-12-20T06:00:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-20T06:16:03.000Z (about 5 years ago)
- Last Synced: 2024-11-18T08:12:30.139Z (3 months ago)
- Topics: deep-learning, embedding-models, jupyter-notebook, nlp, python, textual-similarity
- Language: Jupyter Notebook
- Size: 33.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Textual-Similarity
### This notebook provides textual similarity between given two paragraphs. Google universal sentence encoder is used to create embeddings for these words.This can be used to compare any two types of sentences and find similarity between them, simply replace dataset file with you file and made changes in noebook accordingly.
This notebook was created in Google colab, so couple fo starting lines can be ignored.
Results are pretty convincing, thanks to Google's pre-trained model.### how this is different from techniques like Bag of words or TF-IDF?
Because these techniques does not find similarity on the basis of text, but find similarity on the basis of semantics.
For more info on this: Search Word2Vec and Google universal Sentence encoder.### Results:
![alt-text](precily.PNG)