scripts/attr_prep_tag_NP.py [166:173]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                tmp.append(attr_w) # convert to lowercase
                                tmp_np_ind.append(attr[0])
                                if w2l.get(attr_w, -1) != -1:
                                    attr_l = w2l[attr_w]
                                    if w2d.get(attr_l, -1) != -1:
                                        tmp_obj.append(attr_l)
                                        tmp_ind.append(attr[0])
                            else:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



scripts/attr_prep_tag_NP.py [175:182]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                    tmp.append(attr_w)
                                    tmp_np_ind.append(attr[0])
                                    if w2l.get(attr_w, -1) != -1:
                                        attr_l = w2l[attr_w]
                                        if w2d.get(attr_l, -1) != -1:
                                            tmp_obj.append(attr_l)
                                            tmp_ind.append(attr[0])
                                else:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



