| { | |
| "bert_model_id": "tohoku-nlp/bert-base-japanese-v3", | |
| "bert_model": "JA_model_bert_int8.onnx", | |
| "g2p_threshold": 0.1, | |
| "use_int8": true, | |
| "num_threads": 4, | |
| "g2p": { | |
| "enabled": true, | |
| "head_onnx": "JA_yomi_head.onnx" | |
| }, | |
| "semiotic": { | |
| "enabled": true, | |
| "head_onnx": "JA_semiotic_head.onnx", | |
| "label_map": "JA_semiotic_label_map.json" | |
| }, | |
| "heteronym": { | |
| "enabled": false | |
| }, | |
| "counter": { | |
| "enabled": false | |
| }, | |
| "morph": { | |
| "enabled": false | |
| }, | |
| "dictionaries": { | |
| "kanji_dict": "JA_kanji_dict.json", | |
| "accent_dict": "JA_accent_dict.json", | |
| "counter_liaison": "JA_counter_liaison.json", | |
| "dict_patches": "JA_dict_patches.json", | |
| "custom_eng_dict": "JA_custom_eng_dict_ja.json" | |
| }, | |
| "tokenizer": "JA_tokenizer.json" | |
| } |