右上角打包下载。下载到本地以后解压。
苹果电脑按Command+space搜Terminal打开终端。
在终端里切到文件夹位置,输"cd [路径]"
例:
cd Document/Pour-l-etoile
输入
python reverse.py
词库会自动存入文件名为“Reversed.txt”的txt文件中。
输入
python shuffle.py
或
python shuffle.py [seed]
可根据种子名生成固定的乱序词库。
词库会被自动存入文件名为“version_[seed].txt”的txt文件中。
例:
python shuffle.py abc
会生成文件“version_abc.txt”
输入
python search.py [word]
可调出词条完整内容。
输入
python search.py [word] -ant
可调出该词条及其所有反义词词条。
输入
python search.py [word] -syn
可调出该词条及其所有近义词词条。
也可输入python search.py [word] -syn -ant
。
例:
python search.py abandon -syn -ant