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
I followed all the steps for installation and worked correctly.
When I try running covfefe.py: python covfefe.py -i input_folder -o output_folder -p lex, the output folders (lu_parses, rst_output, standford_parses) are empty. The input file is format txt.
The output when running the command is:
INFO:utils.logger:lexicosyntactic: Starting /Users/monicagonzalez/text/try.txt
ERROR:utils.logger:lexicosyntactic: Failed with error 'PlaintextTranscript' object has no attribute 'pos_tagger'
INFO:utils.logger:lexicosyntactic: Done /Users/monicagonzalez/Desktop/text/try.txt -> /Users/monicagonzalez/Desktop/text/lexicosyntactic/try.csv
I understand the problem is: ERROR:utils.logger:lexicosyntactic: Failed with error 'PlaintextTranscript' object has no attribute 'pos_tagger', but so far I have not been able to solve it.
Thanks in advance,
Monica
The text was updated successfully, but these errors were encountered:
I followed all the steps for installation and worked correctly.
When I try running covfefe.py:
python covfefe.py -i input_folder -o output_folder -p lex
, the output folders (lu_parses, rst_output, standford_parses) are empty. The input file is format txt.The output when running the command is:
INFO:utils.logger:lexicosyntactic: Starting /Users/monicagonzalez/text/try.txt
ERROR:utils.logger:lexicosyntactic: Failed with error 'PlaintextTranscript' object has no attribute 'pos_tagger'
INFO:utils.logger:lexicosyntactic: Done /Users/monicagonzalez/Desktop/text/try.txt -> /Users/monicagonzalez/Desktop/text/lexicosyntactic/try.csv
I understand the problem is: ERROR:utils.logger:lexicosyntactic: Failed with error 'PlaintextTranscript' object has no attribute 'pos_tagger', but so far I have not been able to solve it.
Thanks in advance,
Monica
The text was updated successfully, but these errors were encountered: