摘要: from collections import defaultdict import math class MaxEnt(object): def __init__(self): self.feats = defaultdict(int) self.trainset = [] self.labels 阅读全文
posted @ 2017-08-21 21:58 energy1989 阅读(54) 评论(0) 推荐(0) 编辑