constants.py 217 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 MASK_VALUE = -100 FIRST = 'first' LAST = 'last' EMPTY = '<EMPTY>' TOKENS = 'tokens' LEMMAS = 'lemmas' TAGS = 'tags' SPINES = 'spines' ANCHORS = 'anchors' ANCHOR_HS = 'anchor_hs' HEADS = 'heads' DEPRELS = 'deprels'