diff --git a/run.py b/run.py index b5a7d2d..79aa768 100644 --- a/run.py +++ b/run.py @@ -79,6 +79,7 @@ def read_data_files_and_align_sentences(book_code): book1_chapters[idx] = book1_chapter book2_chapters[idx] = book2_chapter time.sleep(10) + # We need to put some seconds of sleep to avoid getting blocked by Google print(const.BLUE, 'Book Sentence Alignment Done', const.END) diff --git a/schema/json_entry.png b/schema/json_entry.png new file mode 100644 index 0000000..b717d64 Binary files /dev/null and b/schema/json_entry.png differ