toolbox.py 文件源码

python
阅读 29 收藏 0 点赞 0 评论 0

项目:segmenter 作者: yanshao9798 项目源码 文件源码
def decode_chars(idx, idx2chars):
    out = []
    for line in idx:
        line = np.trim_zeros(line)
        out.append([idx2chars[item] for item in line])
    return out
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号