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

31 lines
703 B
JSON

{
"language": "ja",
"category": "structural",
"rules": [
{
"name": "ja_purpose",
"pattern": "(?:するために|目的として)",
"replacement": "ため ",
"context": "all",
"category": "structural",
"minIntensity": "lite"
},
{
"name": "ja_connectors",
"pattern": "(?:さらに|加えて|その上)",
"replacement": "また ",
"context": "all",
"category": "structural",
"minIntensity": "lite"
},
{
"name": "ja_emphasis",
"pattern": "(?:非常に|とても|かなり)",
"replacement": "",
"context": "all",
"category": "structural",
"minIntensity": "lite"
}
]
}