百度输入法的词库 bdict 转 txt

Python <br />\#encoding:utf-8 import struct import binascii class Baidu(object): def __init__(self, originfile): self.originfile = originfile self.lefile = originfile + '.le' self.txtfile = originfile
相关文章
相关标签/搜索