You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -375,6 +377,7 @@ A: Initial load downloads configs + dicts (~1-2MB). Subsequent conversions are f
375
377
376
378
- Uses persistent OpenCC handles to avoid reloading configs
377
379
- Dictionaries stored in `/data/dict/` in virtual FS
380
+
- Jieba assets stored in `/data/jieba_dict/` (dict, hmm_model, user dict, idf, stop_words)
378
381
- Memory grows on demand (`ALLOW_MEMORY_GROWTH=1`)
379
382
- Performance: Focuses on fidelity and compatibility with official OpenCC. May be slower than pure-JS implementations for raw throughput, but guarantees full OpenCC behavior.
0 commit comments