Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemayq/chinese-chatbot-corpus
/ functions
Functions
48 in github.com/codemayq/chinese-chatbot-corpus
⨍
Functions
48
◇
Types & classes
6
↓ 10 callers
Function
format_refine
(file_name)
util.py:47
↓ 3 callers
Method
convert
(self, string)
language/langconv.py:225
↓ 3 callers
Function
generate_single_pairs_from_multi_turn
(utterances)
util.py:28
↓ 3 callers
Function
tradition2simple
(line)
language/langconv.py:287
↓ 2 callers
Method
_clean
(self)
language/langconv.py:209
↓ 2 callers
Method
clone
(self, pool)
language/langconv.py:115
↓ 2 callers
Method
get_result
(self)
language/langconv.py:232
↓ 2 callers
Function
registery
(name, mapping)
language/langconv.py:236
↓ 2 callers
Method
start
(self)
language/langconv.py:216
↓ 1 callers
Function
chatterbot_process_pipeline
()
process_pipelines/chatterbot.py:31
↓ 1 callers
Function
douban_process_pipeline
()
process_pipelines/douban.py:35
↓ 1 callers
Method
end
(self)
language/langconv.py:220
↓ 1 callers
Method
feed
(self, char)
language/langconv.py:192
↓ 1 callers
Method
is_follow
(self, chars)
language/langconv.py:57
↓ 1 callers
Method
is_original_long_word
(self)
language/langconv.py:54
↓ 1 callers
Function
prepocess
(raw_corpus_file_name, result_file_name)
process_pipelines/chatterbot.py:8
↓ 1 callers
Function
prepocess
(raw_corpus_file_name, result_file_name)
process_pipelines/qingyun.py:9
↓ 1 callers
Function
prepocess
(raw_corpus_file_name, result_file_name, single_result_file_name)
process_pipelines/douban.py:8
↓ 1 callers
Function
prepocess
(raw_corpus_file_name, result_file_name)
process_pipelines/tieba.py:8
↓ 1 callers
Function
prepocess
(raw_corpus_file_name, result_file_name)
process_pipelines/subtitle.py:8
↓ 1 callers
Function
prepocess
(raw_corpus_file_name, result_file_name)
process_pipelines/xiaohuangji.py:8
↓ 1 callers
Function
prepocess_v1
(raw_corpus_file_name, result_file_name)
process_pipelines/ptt.py:8
↓ 1 callers
Function
prepocess_v2
(raw_corpus_file_name, result_file_name)
process_pipelines/ptt.py:28
↓ 1 callers
Function
preprocess
(raw_corpus_post_file_name, raw_corpus_response_file_name, result_file_name)
process_pipelines/weibo.py:8
↓ 1 callers
Function
process_all_corpus
()
main.py:14
↓ 1 callers
Function
ptt_process_pipeline
()
process_pipelines/ptt.py:49
↓ 1 callers
Function
qingyun_process_pipeline
()
process_pipelines/qingyun.py:26
↓ 1 callers
Function
run
()
language/langconv.py:246
↓ 1 callers
Method
set_convert_map
(self, mapping)
language/langconv.py:74
↓ 1 callers
Function
subtitle_process_pipeline
()
process_pipelines/subtitle.py:40
↓ 1 callers
Function
tieba_process_pipeline
()
process_pipelines/tieba.py:22
↓ 1 callers
Function
weibo_process_pipeline
()
process_pipelines/weibo.py:28
↓ 1 callers
Function
xiaohuangji_process_pipeline
()
process_pipelines/xiaohuangji.py:39
Method
__contains__
(self, k)
language/langconv.py:98
Method
__getitem__
(self, k)
language/langconv.py:91
Method
__init__
(self, from_word, to_word=None, is_tail=True, have_child=False)
language/langconv.py:40
Method
__init__
(self, name, mapping=None)
language/langconv.py:68
Method
__init__
(self)
language/langconv.py:109
Method
__init__
(self, to_encoding)
language/langconv.py:187
Method
__len__
(self)
language/langconv.py:101
Method
__len__
(self)
language/langconv.py:176
Method
__str__
(self)
language/langconv.py:60
Method
__str__
(self)
language/langconv.py:179
Function
check_file_encoding
(file_name)
util.py:20
Function
check_format
(file_name)
util.py:35
Method
feed
(self, char, map)
language/langconv.py:121
Function
simple2tradition
(line)
language/langconv.py:281
Function
str_q2b
(s)
util.py:8