bartman081523 commited on
Commit
8be00b3
·
1 Parent(s): c25913e

populate db

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. gematria.db +2 -2
app.py CHANGED
@@ -253,7 +253,7 @@ def run_app():
253
 
254
  # Pre-populate the database
255
  tanach_texts = process_json_files(1, 39)
256
- populate_database(tanach_texts, max_phrase_length=1)
257
  tanach_texts = process_json_files(27, 27)
258
  populate_database(tanach_texts, max_phrase_length=24)
259
 
 
253
 
254
  # Pre-populate the database
255
  tanach_texts = process_json_files(1, 39)
256
+ populate_database(tanach_texts, max_phrase_length=5)
257
  tanach_texts = process_json_files(27, 27)
258
  populate_database(tanach_texts, max_phrase_length=24)
259
 
gematria.db CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e0980d4bce7ceb073947238edd5f86ce284a784981e72ba04ebc8bc154eb73f7
3
- size 55259136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06faa206f211a61ddf8609791d575035fba1f81f092b9b4a5a30a24d7d4bc2f0
3
+ size 69844992