ucfnlp / multidoc_summarization

Code for the EMNLP 2018 paper "Adapting the Neural Encoder-Decoder Framework from Single to Multi-Document Summarization"
Other
33 stars 20 forks source link

TypeError while running convert_data.py #5

Closed Soumya1612-Rasha closed 4 years ago

Soumya1612-Rasha commented 4 years ago

Running the following code :

python convert_data.py --dataset_name=example_custom_dataset --custom_dataset_path=./example_custom_dataset/

gives the following errors:

File "convert_data.py", line 278, in

Can you please help in resolving this issue.

loganlebanoff commented 4 years ago

This code was written in Python 2.7, so you will have to either use that or convert the code to Python 3.