Skip to content

Commit

Permalink
Merge pull request zake7749#18 from zake7749/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
zake7749 authored Oct 29, 2016
2 parents a5a6ac3 + 87818b0 commit dfa744c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@ c = console.Console(model_path='your_model')

### 聊天機器人

演示可見 `python3 chatbot.py`
```python
import Chatbot.chatbot as chatbot

chatter = chatbot.Chatbot()
chatter.waiting_loop()
```

### 計算匹配度

Expand Down

0 comments on commit dfa744c

Please sign in to comment.