Spaces:
Running
on
Zero
Running
on
Zero
Updated requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -13,6 +13,6 @@ safetensors
|
|
13 |
|
14 |
# Optional language-specific dependencies
|
15 |
# Uncomment the ones you need for specific languages:
|
16 |
-
|
17 |
-
|
18 |
# dicta-onnx>=0.1.0 # For Hebrew diacritization
|
|
|
13 |
|
14 |
# Optional language-specific dependencies
|
15 |
# Uncomment the ones you need for specific languages:
|
16 |
+
pkuseg # For Chinese text segmentation (improves mixed text handling)
|
17 |
+
pykakasi>=2.2.0 # For Japanese text processing (Kanji to Hiragana)
|
18 |
# dicta-onnx>=0.1.0 # For Hebrew diacritization
|