SPOClab-ca / COVFEFE

COre Variable Feature Extraction Feature Extractor
Apache License 2.0
30 stars 10 forks source link

ERROR:utils.logger:lexicosyntactic: Failed with error 'PlaintextTranscript' object has no attribute 'pos_tagger' #28

Open monicagoma opened 2 years ago

monicagoma commented 2 years ago

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