Update parsing.py
Browse files- 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 =
|
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 |
|