1 Star 0 Fork 10

巴黎旧夢/chinese_chatbot_corpus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.py 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
codingma 提交于 2018-11-04 14:40 . add readme
import os
class Config(object):
encoding = "utf-8"
clean_chat_corpus_root = "clean_chat_corpus"
raw_chat_corpus_root = "raw_chat_corpus"
raw_chatterbot_corpus_root = os.path.join(raw_chat_corpus_root, "chatterbot-1k", "chinese")
raw_douban_corpus_root = os.path.join(raw_chat_corpus_root, "douban-multiturn-100w")
raw_ptt_corpus_path = os.path.join(raw_chat_corpus_root, "ptt-42w", "Gossiping-QA-Dataset.txt")
raw_qingyun_corpus_path = os.path.join(raw_chat_corpus_root, "qingyun-11w", "12万对话语料青云库.csv")
raw_subtitle_corpus_path = os.path.join(raw_chat_corpus_root, "subtitle-useless", "dgk_shooter_min.conv")
raw_tieba_corpus_path = os.path.join(raw_chat_corpus_root, "tieba-305w", "tieba.dialogues")
raw_weibo_post_corpus_path = os.path.join(raw_chat_corpus_root, "weibo-400w", "stc_weibo_train_post")
raw_weibo_response_corpus_path = os.path.join(raw_chat_corpus_root, "weibo-400w", "stc_weibo_train_response")
raw_xiaohuangji_corpus_path = os.path.join(raw_chat_corpus_root, "xiaohuangji-40w", "xiaohuangji50w_nofenci.conv")
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ZLT000309/chinese_chatbot_corpus.git
git@gitee.com:ZLT000309/chinese_chatbot_corpus.git
ZLT000309
chinese_chatbot_corpus
chinese_chatbot_corpus
master

搜索帮助