Accagain2014/TextMatching
Methods about Deep Learning for Text Matching
This project helps researchers and practitioners understand and implement methods for determining how similar two pieces of text are. It takes in text inputs and outputs a measure of their relatedness, using either keyword-based or semantic deep learning approaches. It's designed for natural language processing researchers, information retrieval specialists, and data scientists working on text similarity tasks.
No commits in the last 6 months.
Use this if you need to compare two pieces of text to see how semantically alike they are, leveraging established models in text matching.
Not ideal if you are looking for a ready-to-use, high-level API for immediate deployment without needing to understand or implement the underlying models.
Stars
90
Forks
36
Language
Python
License
—
Last pushed
Mar 27, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Accagain2014/TextMatching"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch