@@ -253,20 +253,13 @@ module.exports = [
253
253
} ,
254
254
{
255
255
// https://azu.github.io/morpheme-match/?text=動作の(確認を行わなければ)ならない
256
- message : `"確認を行わなければ "は冗長な表現です。"確認しなければ "など簡潔な表現にすると文章が明瞭になります。` ,
256
+ message : `"$1を行う "は冗長な表現です。"$1する "など簡潔な表現にすると文章が明瞭になります。` ,
257
257
url : "http://www.atmarkit.co.jp/ait/articles/1001/19/news106_2.html" ,
258
258
tokens : [
259
259
{
260
- "surface_form" : "確認" ,
261
260
"pos" : "名詞" ,
262
261
"pos_detail_1" : "サ変接続" ,
263
- "pos_detail_2" : "*" ,
264
- "pos_detail_3" : "*" ,
265
- "conjugated_type" : "*" ,
266
- "conjugated_form" : "*" ,
267
- "basic_form" : "確認" ,
268
- "reading" : "カクニン" ,
269
- "pronunciation" : "カクニン"
262
+ "_capture" : "$1"
270
263
} ,
271
264
{
272
265
"surface_form" : "を" ,
@@ -281,41 +274,49 @@ module.exports = [
281
274
"pronunciation" : "ヲ"
282
275
} ,
283
276
{
284
- "surface_form" : "行わ" ,
285
277
"pos" : "動詞" ,
286
278
"pos_detail_1" : "自立" ,
287
279
"pos_detail_2" : "*" ,
288
280
"pos_detail_3" : "*" ,
289
281
"conjugated_type" : "五段・ワ行促音便" ,
290
- "conjugated_form" : "未然形" ,
291
282
"basic_form" : "行う" ,
292
- "reading" : "オコナワ" ,
293
- "pronunciation" : "オコナワ"
283
+ }
284
+ ]
285
+ } ,
286
+ {
287
+ message : `"$1を実行"は冗長な表現です。"$1する"など簡潔な表現にすると文章が明瞭になります。` ,
288
+ url : "http://www.atmarkit.co.jp/ait/articles/1001/19/news106_2.html" ,
289
+ tokens : [
290
+ {
291
+ "pos" : "名詞" ,
292
+ "pos_detail_1" : "サ変接続" ,
293
+ "_capture" : "$1"
294
294
} ,
295
295
{
296
- "surface_form" : "なけれ " ,
297
- "pos" : "助動詞 " ,
298
- "pos_detail_1" : "* " ,
299
- "pos_detail_2" : "* " ,
296
+ "surface_form" : "を " ,
297
+ "pos" : "助詞 " ,
298
+ "pos_detail_1" : "格助詞 " ,
299
+ "pos_detail_2" : "一般 " ,
300
300
"pos_detail_3" : "*" ,
301
- "conjugated_type" : "特殊・ナイ " ,
302
- "conjugated_form" : "仮定形 " ,
303
- "basic_form" : "ない " ,
304
- "reading" : "ナケレ " ,
305
- "pronunciation" : "ナケレ "
301
+ "conjugated_type" : "* " ,
302
+ "conjugated_form" : "* " ,
303
+ "basic_form" : "を " ,
304
+ "reading" : "ヲ " ,
305
+ "pronunciation" : "ヲ "
306
306
} ,
307
307
{
308
- "surface_form" : "ば " ,
309
- "pos" : "助詞 " ,
310
- "pos_detail_1" : "接続助詞 " ,
308
+ "surface_form" : "実行 " ,
309
+ "pos" : "名詞 " ,
310
+ "pos_detail_1" : "サ変接続 " ,
311
311
"pos_detail_2" : "*" ,
312
312
"pos_detail_3" : "*" ,
313
313
"conjugated_type" : "*" ,
314
314
"conjugated_form" : "*" ,
315
- "basic_form" : "ば " ,
316
- "reading" : "バ " ,
317
- "pronunciation" : "バ "
318
- }
315
+ "basic_form" : "実行 " ,
316
+ "reading" : "ジッコウ " ,
317
+ "pronunciation" : "ジッコー "
318
+ } ,
319
319
]
320
320
}
321
+
321
322
] ;
0 commit comments