Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 454 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 454 Bytes

scel2txt

搜狗细胞词库到普通文本的转换提取工具

使用

将从搜狗官方网站下载的 .scel 文件放入 scel 文件夹,然后运行

python ./scel2txt.py

将在 scel 文件夹得到后缀为 .txt 的同名词库。词库格式为一行一词。

致谢

绝大部分的转换代码都来自 zhongxinwangsmall-program 项目