mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-12 10:12:11 +03:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"language": "ru",
|
|
"category": "context",
|
|
"rules": [
|
|
{
|
|
"name": "subject_omission",
|
|
"pattern": "^(?:Я |Мы |Вы )(?:можем|должны|будем|хотим|нужно)\\b\\s*",
|
|
"replacement": "",
|
|
"context": "all",
|
|
"category": "context",
|
|
"minIntensity": "full"
|
|
},
|
|
{
|
|
"name": "known_fact_hedging",
|
|
"pattern": "(?<=\\.)\\s*(?:Возможно|Наверное|Может быть),\\s+",
|
|
"replacement": "",
|
|
"context": "assistant",
|
|
"category": "context",
|
|
"minIntensity": "full"
|
|
},
|
|
{
|
|
"name": "redundant_clarification",
|
|
"pattern": "\\b(?:как я уже говорил|как уже упоминалось|как было сказано)\\b[,.!?\\s]*",
|
|
"replacement": "",
|
|
"context": "all",
|
|
"category": "context",
|
|
"minIntensity": "full"
|
|
},
|
|
{
|
|
"name": "obvious_continuation",
|
|
"pattern": "\\b(?:далее|затем|после этого|в итоге)\\b[,.!?\\s]*",
|
|
"replacement": "",
|
|
"context": "all",
|
|
"category": "context",
|
|
"minIntensity": "ultra"
|
|
}
|
|
]
|
|
}
|