import struct
import binascii
class Baidu(object):
def __init__(self, originfile):
self.originfile = originfile
self.lefile = originfile + '.le'
self.txtfile = originfile[0:(originfile.__len__()-5)] + 'txt'
self.buf = [b'0' for x in range(0,2)]
self.listwords = []
#字节流大端转小端
def
百度词库bdict转txt
最新推荐文章于 2024-10-12 20:27:44 发布
最低0.47元/天 解锁文章

1417

被折叠的 条评论
为什么被折叠?



