摘要:
語音問答助手 from multiprocessing import Process from threading import Thread import os import json import whisper import zhconv from pyaudio import PyAudio 閱讀全文
摘要:
文本預(yù)處理 with open('C:/Users/tellw/Desktop/假面山莊殺人事件.txt',encoding='utf8') as f: contents=f.read() contents=''.join(contents.split('\n')) import re import 閱讀全文