Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zqhZY authored Sep 8, 2018
1 parent 638d771 commit 238edd5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@ rasa_chatbot/
### train nlu model
```bash
sh train.sh
```
命令运行耗时较长,模型训练完毕生成:
```
projects/
└── ivr_nlu
└── demo
├── entity_extractor.dat
├── entity_synonyms.json
├── intent_classifier_sklearn.pkl
├── metadata.json
└── training_data.json
```
### test rasa nlu
```
Expand Down

0 comments on commit 238edd5

Please sign in to comment.