Coder Social home page Coder Social logo

kinkir / rabbitqa Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mashimaroljc/rabbitqa

0.0 1.0 0.0 9.04 MB

中文问答系统:使用NLP相关技术,对搜索引擎,问答社区等进行信息抽取,文本概括等,支持通识问答,社区问答和部分专业问答

Python 86.21% CSS 0.42% JavaScript 0.72% HTML 12.65%

rabbitqa's Introduction

rabbitQA

中文问答系统:使用NLP相关技术,对搜索引擎,问答社区等进行信息抽取,文本概括等,支持通识问答,社区问答和部分专业问答

下载

因为使用了word2vec和sqlite3,有两个>100M的二进制文件,github不允许直接上次,可在百度网盘上下载。

链接:https://pan.baidu.com/s/1PvGRNuJ_SIoWZfs3F5DblA 提取码:3b5k

环境

python 3

How to use

  • 进入到对应目录,使用pip 安装相关环境。
pip install -r requriements.txt
  • 然后打开server,默认会监听0.0.0.0:8888
python server.py
  • 打开任一款浏览器,输入localhost:8888即可访问

搜索模式

  • 普通模式(默认)

    搜索引擎怎么用就怎么用。

  • 代码模式

    在代码模式中,有为了检测出代码做的特殊优化。因为更希望获得的命令和代码例程,会更鼓励获取含英文的答案。

    当query中含有中文时,会再CSDN等中文门户内提取答案。而query为纯英文+符号时,会从StackOverflow挑选被采纳的答案。

例子

  • 通识问答

  • 社区问答

  • 代码问答

未来优化

  • 更完善的社区回答,可以考虑在答案中提取关键信息,再由算法根据Template或Generative Model重新组织语言,生成神回复。

  • 增大社区问答相关的数据库,提高查询效率。

  • 完善抽取信息,概括信息算法的能力。

  • 提供更专业的问答

rabbitqa's People

Contributors

mashimaroljc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.