forked from zqhZY/_rasa_chatbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/zqhZY/rasa_chatbot
- Loading branch information
Showing
2 changed files
with
32 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
## install dependency | ||
|
||
#### python3 | ||
install or update to python 3 | ||
|
||
#### install chinese version of rasa nlu | ||
``` | ||
git clone https://github.com/crownpku/Rasa_NLU_Chi.git | ||
cd rasa_nlu | ||
pip install -r requirements.txt | ||
python setup.py install | ||
``` | ||
|
||
#### install sklearn and MITIE | ||
|
||
``` | ||
pip install -U scikit-learn sklearn-crfsuite | ||
pip install git+https://github.com/mit-nlp/MITIE.git | ||
``` | ||
|
||
#### install rasa_core | ||
|
||
``` | ||
pip install rasa_core | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters