liujingqiao

Results 1 comments of liujingqiao

> 改成python3需要更改三个地方才能跑起来. > 1. > > ```python > np.random.shuffle(sents) # 打乱语料,以便后面划分验证集 > sents = sents[0] > chars = {} # 统计字表 > ``` > > > ```python > def max_in_dict(d):...