You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it a separate file for every line/document?
I'm getting this error:
IOError: [Errno 2] No such file or directory: u'../data/california_data/0'
I currently do not have such a directory as no instructions in the README file except providing the (name,,name,,lat,,lon,,start,end) formatted file which I have already under data/
So not sure what should be expected under this <corpus>/<line_no> directory?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
Can you elaborate on the file format read in this line of code in
generate_evaluation_data(corpus, file_name)
function in thepreprocessing.py
file?Is it a separate file for every line/document?
I'm getting this error:
IOError: [Errno 2] No such file or directory: u'../data/california_data/0'
I currently do not have such a directory as no instructions in the README file except providing the
(name,,name,,lat,,lon,,start,end)
formatted file which I have already underdata/
So not sure what should be expected under this
<corpus>/<line_no>
directory?Thanks!
The text was updated successfully, but these errors were encountered: