Computational-Content-Analysis-2020 / frequently-asked-questions

Repo to ask questions and see answers
2 stars 0 forks source link

Missing files of HW8 #44

Open sunying2018 opened 4 years ago

sunying2018 commented 4 years ago

Hi,

In the colab file, you mentioned "run_generation.py, and run_language_modelling.py. These files would be on the GitHub repository." However, I cannot find these py files on the Github Repo now. Where should we find them? Thanks!

ccsuehara commented 4 years ago

I have the same issue, it also says to upload test_text_trump and train_text_trump but none of these files are in the trump_tweets

bhargavvader commented 4 years ago

Files uploaded! Sorry I missed those files the first time around. As for the test_text_trump and train_text_trump , you will be creating them - I write those files to disk, after extracting the information I want from the json file tweets which are in the data folder. This code is in the Creating a domain-specific language model section of the notebook.