GithubHelp home page GithubHelp logo

yemenr / qa-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bsnsk/qa

0.0 1.0 0.0 28.86 MB

[Broken] A Chinese Question and Answer System

License: MIT License

Makefile 0.27% Python 96.37% Shell 0.71% C++ 2.66%

qa-1's Introduction

QA

A Chinese Question and Answer System

Stages

  • Question Processing

    • Word segmentation
    • Output:
      1. Query formulation
        • Keywords: 中心词,名词,其他词
        • 命名实体
        • 主谓宾
      2. Question Classification
        • Rules / Template matching
        • Parser -> wh-words is ATT to which word => question type
        • Learning
  • Passage Retrieval

    • 篇章分词
    • 建立倒排索引
    • Input: Keywords
    • Output: Related Passages
      • 计算篇章的权重
      • 排序,输出前面的篇章
  • Answer Extraction

    • Algorithm
      • N-gram?
      • Template matching? Template learning using Search Engines?
    • Output: set of pairs {(answer, passage), ...}
  • Answer Ranking

    • Rank (answer, passage) pairs
    • Produce final answer(s)

Remarks

This is only part of the code we wrote.

qa-1's People

Contributors

bsnsk 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.