diff --git a/combo/data/api.py b/combo/data/api.py index d49a531a27d78dd50357fc10581ded59f6d45d5b..ecfeb18729d71a6fc56bdc10cff5f2f547396834 100644 --- a/combo/data/api.py +++ b/combo/data/api.py @@ -86,8 +86,7 @@ def serialize_field(field: Any) -> str: return "{}".format(field) def serialize_token_list(tokenlist: conllu.models.TokenList) -> str: - KEYS_ORDER = ['idx', 'text', 'lemma', 'upostag', 'xpostag', - 'entity_type', 'feats', 'head', 'deprel', 'deps', 'misc'] + KEYS_ORDER = ['idx', 'text', 'lemma', 'upostag', 'xpostag', 'feats', 'head', 'deprel', 'deps', 'misc'] lines = [] if tokenlist.metadata: