Dodana vrsta oz. semafor pri obdelovanju conllu datotek

This commit is contained in:
Kikimanox
2022-07-11 15:27:46 +02:00
parent b78e657266
commit 763ca8a7c6
2 changed files with 11 additions and 11 deletions
+4
View File
@@ -144,3 +144,7 @@ def _deserialize_dict(data, boxed_type):
def get_conllu_path_by_id(file_id):
return f'..\\mnt\\ssd\\ds_ftp\\classla_OS2022\\conll\\rsdo_doc-{file_id}.plainText.conllu'
def get_original_file_by_id(file_id):
return f'..\\mnt\\ssd\\ds_ftp\\classla_OS2022\\conll\\rsdo_doc-{file_id}.xml'