Right now, the tool navigates within the conllu files using the relative order of a sentence within the conllu file. However, this is not always helpful since some of the actions need to be done on the raw file. In those cases finding the relevant sentence is really hard. Is there a way to implement adding navigation via sentence_id?
Right now, the tool navigates within the conllu files using the relative order of a sentence within the conllu file. However, this is not always helpful since some of the actions need to be done on the raw file. In those cases finding the relevant sentence is really hard. Is there a way to implement adding navigation via sentence_id?