Spaces:
Running
Running
neuralworm
commited on
Commit
•
396d07b
1
Parent(s):
9983d3c
populate db
Browse files- app.py +1 -1
- 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_LIMIT =
|
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_LIMIT = 20 # 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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae87f4cf5e8720cf2c2f9367df7753bc501369138b059291128ff0dac5d41ad6
|
3 |
+
size 334843904
|