# chatterbot-faq **Repository Path**: kang_ka/chatterbot-faq ## Basic Information - **Project Name**: chatterbot-faq - **Description**: 利用Python3的ChatterBot模块实现简单的问答系统 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-10-30 - **Last Updated**: 2021-10-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # chatterbot-faq 利用Python3的ChatterBot模块实现简单的问答系统 [![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/) [![ChatterBot 0.8.7](https://img.shields.io/badge/chatterbot-0.8.7-green.svg)](https://github.com/gunthercox/ChatterBot/releases/tag/0.8.7) ## 示例 ``` (1) user:在吗 很高兴为您服务 (2) user:你好 我是小丽啊~ ``` ## 安装 ``` pip install chatterbot ``` ## 测试 ``` Python faq.py ``` ## FAQ问题单维护 ``` 修改data/faq.yml ```