Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0129 authored Mar 16, 2023
1 parent 31a08fa commit 2e3ce27
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,15 @@ python main.py
当有观众发送弹幕消息时,机器人将自动生成回复并将其转换为语音。声音文件将被保存并立即播放。

### 常见问题
1. 提示缺少en-core-web-sm
打开终端输入
1. 提示缺少en-core-web-sm,打开终端输入
```bash
python -m spacy download en_core_web_sm
```
2. 报错:no module named ‘spacy’解决办法
```bash
pip install spacy
```

### TODO
- [ ] 优化ChatterBot
- [ ] 重写ChatterBot
Expand Down

0 comments on commit 2e3ce27

Please sign in to comment.