MCPcopy Create free account

hub / github.com/codemayq/chinese-chatbot-corpus / functions

Functions48 in github.com/codemayq/chinese-chatbot-corpus

↓ 10 callersFunctionformat_refine
(file_name)
util.py:47
↓ 3 callersMethodconvert
(self, string)
language/langconv.py:225
↓ 3 callersFunctiongenerate_single_pairs_from_multi_turn
(utterances)
util.py:28
↓ 3 callersFunctiontradition2simple
(line)
language/langconv.py:287
↓ 2 callersMethod_clean
(self)
language/langconv.py:209
↓ 2 callersMethodclone
(self, pool)
language/langconv.py:115
↓ 2 callersMethodget_result
(self)
language/langconv.py:232
↓ 2 callersFunctionregistery
(name, mapping)
language/langconv.py:236
↓ 2 callersMethodstart
(self)
language/langconv.py:216
↓ 1 callersFunctionchatterbot_process_pipeline
()
process_pipelines/chatterbot.py:31
↓ 1 callersFunctiondouban_process_pipeline
()
process_pipelines/douban.py:35
↓ 1 callersMethodend
(self)
language/langconv.py:220
↓ 1 callersMethodfeed
(self, char)
language/langconv.py:192
↓ 1 callersMethodis_follow
(self, chars)
language/langconv.py:57
↓ 1 callersMethodis_original_long_word
(self)
language/langconv.py:54
↓ 1 callersFunctionprepocess
(raw_corpus_file_name, result_file_name)
process_pipelines/chatterbot.py:8
↓ 1 callersFunctionprepocess
(raw_corpus_file_name, result_file_name)
process_pipelines/qingyun.py:9
↓ 1 callersFunctionprepocess
(raw_corpus_file_name, result_file_name, single_result_file_name)
process_pipelines/douban.py:8
↓ 1 callersFunctionprepocess
(raw_corpus_file_name, result_file_name)
process_pipelines/tieba.py:8
↓ 1 callersFunctionprepocess
(raw_corpus_file_name, result_file_name)
process_pipelines/subtitle.py:8
↓ 1 callersFunctionprepocess
(raw_corpus_file_name, result_file_name)
process_pipelines/xiaohuangji.py:8
↓ 1 callersFunctionprepocess_v1
(raw_corpus_file_name, result_file_name)
process_pipelines/ptt.py:8
↓ 1 callersFunctionprepocess_v2
(raw_corpus_file_name, result_file_name)
process_pipelines/ptt.py:28
↓ 1 callersFunctionpreprocess
(raw_corpus_post_file_name, raw_corpus_response_file_name, result_file_name)
process_pipelines/weibo.py:8
↓ 1 callersFunctionprocess_all_corpus
()
main.py:14
↓ 1 callersFunctionptt_process_pipeline
()
process_pipelines/ptt.py:49
↓ 1 callersFunctionqingyun_process_pipeline
()
process_pipelines/qingyun.py:26
↓ 1 callersFunctionrun
()
language/langconv.py:246
↓ 1 callersMethodset_convert_map
(self, mapping)
language/langconv.py:74
↓ 1 callersFunctionsubtitle_process_pipeline
()
process_pipelines/subtitle.py:40
↓ 1 callersFunctiontieba_process_pipeline
()
process_pipelines/tieba.py:22
↓ 1 callersFunctionweibo_process_pipeline
()
process_pipelines/weibo.py:28
↓ 1 callersFunctionxiaohuangji_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
Functioncheck_file_encoding
(file_name)
util.py:20
Functioncheck_format
(file_name)
util.py:35
Methodfeed
(self, char, map)
language/langconv.py:121
Functionsimple2tradition
(line)
language/langconv.py:281
Functionstr_q2b
(s)
util.py:8