1.preprocess.py 预处理 文本.txt -> 切词.txt 2.embedding.py 向量化 文本.txt -> embedding.npy 3.main.py 切词.txt + embedding.npy -> result python -V Python 3.10.6