-
Notifications
You must be signed in to change notification settings - Fork 1
/
configs.json
42 lines (42 loc) · 1.11 KB
/
configs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"format": "ass",
"merge": {
"pair": true,
"singlesuf": true,
"time": false,
"limit": 2,
"ignore_limit_on_overlap": false,
"sep": " ",
"sep_on_overlap": " ",
"special_prefix": "",
"sep_on_special_prefix": "\\N",
"merge_pairs_left": "《<<〈「「『(([[",
"merge_pairs_right": "》>>〉」」』))]]",
"merge_suffix": "→➡"
},
"symbols": {
"remove": "。。!!??~~∼・♪≫《》<><>〈〉",
"replace_key": "、、⚟",
"replace_val": " "
},
"texts": {
"replace": {
"ウソ": "嘘",
"イヤ": "嫌",
"ダメ": "だめ",
"ヤツ": "奴",
"ジャマ": "邪魔",
"ケンカ": "喧嘩",
"ホント": "本当"
}
},
"remove_rubi": true,
"remove_format_tags": true,
"remove_comments": true,
"remove_speaker": true,
"convert_width": true,
"add_newline_prefix": true,
"format_digit": true,
"mark_overlap": true,
"mark_segment": 3
}