in utils.py [0:0]
def get_key(label, use_pos): if use_pos: key = '.'.join(label.split('.')[:2]) else: key = label.split('.')[0] return key