79282495

Date: 2024-12-15 14:20:00
Score: 0.5
Natty:
Report link

For the sake of others I retrieved the details using this code:

import tensorflow_datasets.core.dataset_builders.conll.conllu_dataset_builder_utils as conllu_utils
from tensorflow_datasets.core.features.class_label_feature import ClassLabel
UPOS = conllu_utils.UPOS
upos_mapping = ClassLabel(names=UPOS)
print(upos_mapping.int2str(5))
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: RodP