StKirill commited on
Commit
14f1512
·
verified ·
1 Parent(s): cc62e13

Update parsing.py

Browse files
Files changed (1) hide show
  1. parsing.py +1 -1
parsing.py CHANGED
@@ -127,7 +127,7 @@ def clean_and_write_text(transcript_name):
127
  for c, d in zip(char, texts):
128
  file.write(f"{c}: {d}\n")
129
 
130
- raw_texts_exists = True # change on False to download transcripts and preprocess them
131
  # parse data from website to get txt transcripts
132
  transcript_paths = get_transcripts_from_url("https://fangj.github.io/friends/")
133
 
 
127
  for c, d in zip(char, texts):
128
  file.write(f"{c}: {d}\n")
129
 
130
+ raw_texts_exists = False # change on False to download transcripts and preprocess them
131
  # parse data from website to get txt transcripts
132
  transcript_paths = get_transcripts_from_url("https://fangj.github.io/friends/")
133