fenchri / edge-oriented-graph

Source code for the EMNLP 2019 paper: "Connecting the Dots: Document-level Relation Extraction with Edge-oriented Graphs"
Other
146 stars 17 forks source link

help #30

Closed chengzhenq closed 1 year ago

chengzhenq commented 2 years ago

when I run sh process_cdr.sh The following problems occurred: czr@DESKTOP-QR7Q65P MINGW64 /d/edge-oriented-graph-reproduceEMNLP/data_processing $ sh process_cdr.sh mv: cannot stat '../data/CDR/processed/Training.data': No such file or directory mv: cannot stat '../data/CDR/processed/Development.data': No such file or directory mv: cannot stat '../data/CDR/processed/Test.data': No such file or directory mv: cannot stat '../data/CDR/processed/Training_filter.data': No such file or directory mv: cannot stat '../data/CDR/processed/Development_filter.data': No such file or directory mv: cannot stat '../data/CDR/processed/Test_filter.data': No such file or directory cat: ../data/CDR/processed/train_filter.data: No such file or directory cat: ../data/CDR/processed/dev_filter.data: No such file or directory

捕获
fenchri commented 2 years ago

Hello, could you check previous issues for this? I think the tokenizer wasn't run properly, so might need to check what happened there.

WilliamAntoniocrayon commented 2 years ago

when I run sh process_cdr.sh The following problems occurred: czr@DESKTOP-QR7Q65P MINGW64 /d/edge-oriented-graph-reproduceEMNLP/data_processing $ sh process_cdr.sh mv: cannot stat '../data/CDR/processed/Training.data': No such file or directory mv: cannot stat '../data/CDR/processed/Development.data': No such file or directory mv: cannot stat '../data/CDR/processed/Test.data': No such file or directory mv: cannot stat '../data/CDR/processed/Training_filter.data': No such file or directory mv: cannot stat '../data/CDR/processed/Development_filter.data': No such file or directory mv: cannot stat '../data/CDR/processed/Test_filter.data': No such file or directory cat: ../data/CDR/processed/train_filter.data: No such file or directory cat: ../data/CDR/processed/dev_filter.data: No such file or directory 捕获

hi,bro!Are you get over this problem?

suexin27 commented 2 years ago

hi,when I run sh process_gda.sh, The following problems occurred: FileNotFoundError: [Errno 2] No such file or directory: 'temp_file.split.txt'

Kakarot-Li commented 1 year ago

sorry to disturb , I didn't have the file named 'temp_file.split.txt' ,if you have this file ,would you please help me out? thanks a lot

fenchri commented 1 year ago

Hello, please make sure ruby is installed. Do a fresh install of the packages and try again? In case you are running this on Windows, I am not sure I can help as this code was tested only on Ubuntu.

Thank you

Kakarot-Li commented 1 year ago

Hello, please make sure ruby is installed. Do a fresh install of the packages and try again? In case you are running this on Windows, I am not sure I can help as this code was tested only on Ubuntu.

Thank you

it works! appreciate