prophesier
Results
1
issues of
prophesier
原来的issue太长了,所以关了重新开了一个。 首先是发现了revise_text.py里面的一个bug ``` def process(files, path): text_dict = {} with open("./text.txt" ,'r', encoding='utf-8') as text_file: for line in text_file.readlines(): line = line[:-1] file_name, text = line.split()[0],line.split()[1]#line.split()[0], re.search(r'[".txt "].*',line).group()[5:] text_dict[file_name] =...