# KBQA **Repository Path**: knightboy/KBQA ## Basic Information - **Project Name**: KBQA - **Description**: 知识库问答实现 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # KBQA Python Package This is a knowledge base question answering framework written by python. ## How to develop 1. Clone the repo with 'git clone https://gitee.com/knightboy/KBQA' 2. Install in 'devolop' mode: `python setup.py develop` > [How to build a python package](https://python-packaging-tutorial.readthedocs.io/en/latest/setup_py.html) ## How to use Test the package with scripts in `examples`. ## Test `$ python setup.py test`