Skip to content

Commit

Permalink
Clean Taiba info due to copyright issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
zake7749 authored Mar 5, 2017
1 parent c52ed3a commit f37dffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Mianbot 是採用樣板與檢索式模型搭建的聊天機器人,目前有兩
* 安裝 python3 開發環境
* 安裝 [gensim – Topic Modelling in Python](https://github.com/RaRe-Technologies/gensim)
* 安裝 [jieba 结巴中文分词 ](https://github.com/fxsjy/jieba)
* 安裝 [Taiba 中文分詞](https://github.com/fann1993814/Taiba) : QA 使用,可以更換為 jieba 模組
* 有已訓練好的中文詞向量,並根據檔案位置調整 `Console class` 的初始化參數。

```python
import Chatbot.console as console
c = console.Console(model_path='your_model')
Expand Down

0 comments on commit f37dffd

Please sign in to comment.