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
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