-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
do not see csv file #20
Comments
Hi Somayeh, Did the setup.sh script run successfully? I did a fresh install and ran it on a test file and this is what I got. The line |
The error is coming from this line https://github.com/SPOClab-ca/COVFEFE/blob/master/nodes/lexicosyntactic.py#L110 But I'm not sure what the error means and don't have easy access to a windows machine to replicate the problem. Would you be able to try debug the problem? Or if you need this to work quickly, the fastest way may be to run it in a linux virtual machine. |
I also have a Windows computer. Having looked at this for a while, it appears to me that the problem is with the "filler_file" code... there's a note at the top of the lexicosyntactic.py file that says "# TODO: Figure out and support filler_dir" I am pretty sure that the problem is there. When I tried to debug it, it runs fine until it hits line 97 |
Is there any update on this issue? i am having the same error (do not see csv file) |
I followed all steps, but when running the command, I get this:
$ python covfefe.py -i input_data -o output_folder -p lex
C:\Users\Somayeh\AppData\Local\Programs\Python\Python37\lib\site-packages\gensim\utils.py:1209: UserWarning: detected Windows; aliasing chunkize to chunkize_serial
warnings.warn("detected Windows; aliasing chunkize to chunkize_serial")
0%| | 0/1 [00:00<?, ?it/s]INFO:utils.logger:lexicosyntactic: Starting input_data\transcript.txt
ERROR:utils.logger:Unable to import secrets for receptiviti
ERROR:utils.logger:Problem with Stanford sentiment analysis output filelist index out of range
ERROR:utils.logger:lexicosyntactic: Failed with error [WinError 2] The system cannot find the file specified
INFO:utils.logger:lexicosyntactic: Done input_data\transcript.txt -> output_folder\lexicosyntactic\transcript.csv
100%|##########| 1/1 [00:34<00:00, 34.66s/it]
and the output folder does not include transcript.csv.
what should I do to fix this?
thanks
Somayeh
The text was updated successfully, but these errors were encountered: