📜  从文本文件中获取词汇 python 代码示例

📅  最后修改于: 2022-03-11 14:47:20.229000             🧑  作者: Mango

代码示例1
note:text is the variable that contains your already read textfile

vocab=sorted(set(text))