All Projects → SnakeHacker → Qa Snake

SnakeHacker / Qa Snake

基于多搜索引擎和深度学习技术的自动问答

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Qa Snake

Covid Qa
API & Webapp to answer questions about COVID-19. Using NLP (Question Answering) and trusted data sources.
Stars: ✭ 283 (-52.99%)
Mutual labels:  question-answering
Deep qa
A deep NLP library, based on Keras / tf, focused on question answering (but useful for other NLP too)
Stars: ✭ 409 (-32.06%)
Mutual labels:  question-answering
Chat
基于自然语言理解与机器学习的聊天机器人,支持多用户并发及自定义多轮对话
Stars: ✭ 516 (-14.29%)
Mutual labels:  question-answering
Spm toolkit
Neural network toolkit for sentence pair modeling.
Stars: ✭ 301 (-50%)
Mutual labels:  question-answering
Cogqa
Source code and dataset for ACL 2019 paper "Cognitive Graph for Multi-Hop Reading Comprehension at Scale"
Stars: ✭ 399 (-33.72%)
Mutual labels:  question-answering
Cdqa
⛔ [NOT MAINTAINED] An End-To-End Closed Domain Question Answering System.
Stars: ✭ 500 (-16.94%)
Mutual labels:  question-answering
Anspress
AnsPress is the most complete question and answer system for WordPress. AnsPress is made with developers in mind, highly customizable. AnsPress provide an easy to use override system for theme
Stars: ✭ 264 (-56.15%)
Mutual labels:  question-answering
Deeppavlov
An open source library for deep learning end-to-end dialog systems and chatbots.
Stars: ✭ 5,525 (+817.77%)
Mutual labels:  question-answering
Gnn4nlp Papers
A list of recent papers about Graph Neural Network methods applied in NLP areas.
Stars: ✭ 405 (-32.72%)
Mutual labels:  question-answering
Rust Bert
Rust native ready-to-use NLP pipelines and transformer-based models (BERT, DistilBERT, GPT2,...)
Stars: ✭ 510 (-15.28%)
Mutual labels:  question-answering
Informers
State-of-the-art natural language processing for Ruby
Stars: ✭ 306 (-49.17%)
Mutual labels:  question-answering
Adam qas
ADAM - A Question Answering System. Inspired from IBM Watson
Stars: ✭ 330 (-45.18%)
Mutual labels:  question-answering
Qa Survey
北航大数据高精尖中心研究张日崇团队对问答系统的调研。包括知识图谱问答系统(KBQA)和文本问答系统(TextQA),每类系统分别对学术界和工业界进行调研。
Stars: ✭ 502 (-16.61%)
Mutual labels:  question-answering
Node Question Answering
Fast and production-ready question answering in Node.js
Stars: ✭ 294 (-51.16%)
Mutual labels:  question-answering
Memn2n Babi Python
End-To-End Memory Networks for bAbI question-answering tasks
Stars: ✭ 570 (-5.32%)
Mutual labels:  question-answering
Nlu sim
all kinds of baseline models for sentence similarity 句子对语义相似度模型
Stars: ✭ 286 (-52.49%)
Mutual labels:  question-answering
Mac Network
Implementation for the paper "Compositional Attention Networks for Machine Reasoning" (Hudson and Manning, ICLR 2018)
Stars: ✭ 444 (-26.25%)
Mutual labels:  question-answering
Awesome Qa
😎 A curated list of the Question Answering (QA)
Stars: ✭ 596 (-1%)
Mutual labels:  question-answering
Tapas
End-to-end neural table-text understanding models.
Stars: ✭ 583 (-3.16%)
Mutual labels:  question-answering
Paper Reading
Paper reading list in natural language processing, including dialogue systems and text generation related topics.
Stars: ✭ 508 (-15.61%)
Mutual labels:  question-answering

QA-Snake

Eric

QA-Snake是什么?

目前QA-Snake是上海海事大学信息工程学院航运大数据实验室开发的一个基于多搜索引擎的自动问答机器人(Eric)
作者:周铭吉
目前开放了部分关于搜索的代码 满足了大部分中文通用问答需求 开发历程戳这里:http://www.snakehacker.me/411

Eric有哪些功能?

  • 问答
  • 闲聊
  • 运价查询(后期要做)

使用方法

测试环境为windows7 + Python2.7(Anaconda2) 需要额外安装的Python包有:

  • pip install jieba
  • pip install aiml
  • pip install lxml
  • pip install beautifulsoup4
下载整个工程,直接运行QA-Snake/QA/MainProgram.py
或者 打开dist目录,下载 并安装 QASnake-0.1.0.tar.gz
  pip install QASnake-0.1.0.tar.gz  
新建一个.py文件
  import QA.qa as qa  
  if __name__ == '__main__':    
    qa.qa()  

目前只支持命令行模式和Socket模式,后期会提供更多的接口。

演示

Demo01 Demo02 Demo03

用Django写的一个网站进行展示

Demo01 Demo01 Demo01 Demo01 Demo01 Demo01

有问题欢迎反馈

在使用中有任何问题,欢迎反馈给我,我会尽我最大的能力去更正。 可以用以下联系方式跟我交流:

  • 邮件(mingjizhou#foxmail.com, 把#换成@)
  • blog: snakehacker.me

关于作者

Snake(周铭吉),研究方向:自然语言处理、深度学习。 该软件的著作权归上海海事大学-信息工程学院-航运大数据实验室所有 如需使用相关服务用于商业活动,请联系实验室或者作者获取许可。 实验室网址:http://140.207.46.137:3000/lab

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].