neuralworm commited on
Commit
d0b771c
1 Parent(s): 0420e79

populate db

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. gematria.db +2 -2
app.py CHANGED
@@ -14,7 +14,7 @@ from tqdm import tqdm # Import tqdm for progress bars
14
 
15
  # Constants
16
  DATABASE_FILE = 'gematria.db'
17
- MAX_PHRASE_LENGTH = 5 # Populate database for phrases up to 5 words
18
  BATCH_SIZE = 1000 # Insert phrases into database in batches
19
 
20
  # Set up logging
 
14
 
15
  # Constants
16
  DATABASE_FILE = 'gematria.db'
17
+ MAX_PHRASE_LENGTH = 8 # Populate database for phrases up to 5 words
18
  BATCH_SIZE = 1000 # Insert phrases into database in batches
19
 
20
  # Set up logging
gematria.db CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:03a40767c98e5f667d5a4650979a34a51862be5244c23bf8d852d1ac4347c3ed
3
- size 118484992
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9595315eff73df85fb486c0c7b10ce57e4d0efa490dada582fcee542da4f6dcd
3
+ size 195698688