darcyOly999
Results
1
issues of
darcyOly999
以下代码中: ` elif not hotword_list_or_file.endswith(".txt"): logging.info("Attempting to parse hotwords as str...") hotword_list = [] hotword_str_list = [] for hw in hotword_list_or_file.strip().split(): hotword_str_list.append(hw) hw_list = hw.strip().split() if seg_dict is not None:...
question