Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/zqhZY/rasa_chatbot
Browse files Browse the repository at this point in the history
  • Loading branch information
zqhZY committed Jan 24, 2018
2 parents 072bab9 + 5af5a93 commit 99bcc20
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,17 @@ BOT:您好,您上月共消费二十八元。
BOT:您还想干什么
```

### train word vector

You can train your own MITIE model using following method:
```
$ git clone https://github.com/mit-nlp/MITIE.git
$ cd MITIE/tools/wordrep
$ mkdir build
$ cd build
$ cmake ..
$ cmake --build . --config Release
$ ./wordrep -e /path/to/your/folder_of_cutted_text_files
```
/path/to/your/folder_of_cutted_text_files above is a directory path in which has word cutted data files to train. This process may cost one or two days.

0 comments on commit 99bcc20

Please sign in to comment.