Spaces:
Sleeping
Sleeping
neuralworm
commited on
Commit
•
62c79bd
1
Parent(s):
841bd40
translations
Browse files- gematria.db +1 -1
- populate_translations.py +1 -1
gematria.db
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 418160640
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08abb115ef3dd9196977771c5ec3b3a567b742065954d666f64f67523197f03a
|
3 |
size 418160640
|
populate_translations.py
CHANGED
@@ -15,7 +15,7 @@ NUM_THREADS = 10 # Number of parallel translation threads
|
|
15 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
16 |
|
17 |
# Initialize the translator
|
18 |
-
translator = GoogleTranslator(source='
|
19 |
logging.info("Translator initialized.")
|
20 |
|
21 |
# Separate Queue and tqdm
|
|
|
15 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
16 |
|
17 |
# Initialize the translator
|
18 |
+
translator = GoogleTranslator(source='yi', target='en')
|
19 |
logging.info("Translator initialized.")
|
20 |
|
21 |
# Separate Queue and tqdm
|