`start` and `exclusive_end` seems swapped

#1
by pietrolesci - opened

Hi there,
Inspecting the dataset it appears that in the turns.frames.slots the start and exclusive_end are mixed
For example:

[{'slot': ['attraction-name'],
  'value': ['Man on the Moon'],
  'start': [89],
  'exclusive_end': [74],
  'copy_from': [''],
  'copy_from_value': [[]]}]

I hope this helps! :)

Datasets Maintainers org

Thanks for reporting (and fixing it).
Fixed by #3.

albertvillanova changed discussion status to closed

Sign up or log in to comment