ozdemiroorhan/NLP-SQUAD
NLP-CHATBOT
This helps you quickly find answers to specific questions within a collection of text documents. You provide a document (like a Wikipedia article) and a question, and it extracts the most relevant answer directly from the text. This is useful for researchers, students, or anyone who needs to extract precise information from large text datasets.
No commits in the last 6 months.
Use this if you need to build a system that can automatically answer questions based on information contained within provided text passages.
Not ideal if you need a conversational AI that can understand context, engage in dialogue, or generate original responses outside of the provided text.
Stars
13
Forks
6
Language
Python
License
—
Category
Last pushed
Dec 15, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/ozdemiroorhan/NLP-SQUAD"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
charlesXu86/Chatbot_CN
基于金融-司法领域(兼有闲聊性质)的聊天机器人,其中的主要模块有信息抽取、NLU、NLG、知识图谱等,并且利用Django整合了前端展示,目前已经封装了nlp和kg的restful接口
hyunwoongko/kochat
Opensource Korean chatbot framework
Decalogue/chat
基于自然语言理解与机器学习的聊天机器人,支持多用户并发及自定义多轮对话
DengBoCong/nlp-dialogue
A full-process dialogue system that can be deployed online
parulnith/Building-a-Simple-Chatbot-in-Python-using-NLTK
Building a Simple Chatbot from Scratch in Python (using NLTK)