Files
2026-07-13 13:39:12 +08:00

55 lines
1.3 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"language": "zh",
"category": "filler",
"rules": [
{
"name": "zh_filler_please",
"pattern": "请(?:你|您)?(?:帮我|帮忙)?",
"replacement": "",
"context": "user",
"category": "filler",
"minIntensity": "lite"
},
{
"name": "zh_filler_thanks",
"pattern": "(?:谢谢|多谢|感谢)(?:你|您|大家)?[。,!]?",
"replacement": "",
"context": "all",
"category": "filler",
"minIntensity": "lite"
},
{
"name": "zh_filler_trouble",
"pattern": "(?:麻烦你|麻烦您|劳驾)[]?",
"replacement": "",
"context": "user",
"category": "filler",
"minIntensity": "lite"
},
{
"name": "zh_filler_greeting",
"pattern": "(?:你好|您好|大家好)[,]?",
"replacement": "",
"context": "all",
"category": "filler",
"minIntensity": "lite"
},
{
"name": "zh_filler_hedge_think",
"pattern": "(?:我觉得|我认为|我想说)",
"replacement": "",
"context": "all",
"category": "filler",
"minIntensity": "full"
},
{
"name": "zh_filler_hedge_actually",
"pattern": "(?:其实|说实话|基本上)[,]?",
"replacement": "",
"context": "all",
"category": "filler",
"minIntensity": "full"
}
]
}