File size: 703 Bytes
cd8bd0a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "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"
    }
  ]
}