File size: 16,247 Bytes
94f0a48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
{
  "header": {
    "document_id": "E00772",
    "document_name": "関東電化工業株式会社",
    "doc_text": "有価証券報告書",
    "edi_id": "E00772",
    "security_code": "40470",
    "category33": "化学",
    "category17": "素材・化学",
    "scale": "6"
  },
  "sentences": [
    {
      "sentence_id": 0,
      "sentence": "当連結会計年度におけるわが国経済は、政府の経済政策を背景に企業収益や雇用情勢の改善が見られるなど、緩やかな回復基調が続きました",
      "opinions": [
        {
          "target": "わが国経済",
          "category": "NULL#general",
          "polarity": "positive",
          "from": 11,
          "to": 16
        },
        {
          "target": "企業収益",
          "category": "NULL#general",
          "polarity": "positive",
          "from": 29,
          "to": 33
        },
        {
          "target": "雇用情勢",
          "category": "NULL#general",
          "polarity": "positive",
          "from": 34,
          "to": 38
        }
      ]
    },
    {
      "sentence_id": 1,
      "sentence": "一方、海外においては、中国ならびにアジア新興国経済の減速のほか、米国新政権の政策や英国のEU離脱が経済に与える影響も懸念されるなど、先行き不透明な状況のまま推移いたしました",
      "opinions": [
        {
          "target": "海外",
          "category": "NULL#general",
          "polarity": "neutral",
          "from": 3,
          "to": 5
        },
        {
          "target": "中国",
          "category": "NULL#general",
          "polarity": "negative",
          "from": 11,
          "to": 13
        },
        {
          "target": "アジア新興国経済",
          "category": "NULL#general",
          "polarity": "negative",
          "from": 17,
          "to": 25
        }
      ]
    },
    {
      "sentence_id": 2,
      "sentence": "化学工業におきましては、原油価格の下落に伴い原燃料費用は低下したものの、引き続き厳しい事業環境にありました",
      "opinions": [
        {
          "target": "化学工業",
          "category": "market#general",
          "polarity": "negative",
          "from": 0,
          "to": 4
        },
        {
          "target": "原油価格",
          "category": "NULL#price",
          "polarity": "negative",
          "from": 12,
          "to": 16
        },
        {
          "target": "原燃料費用",
          "category": "NULL#cost",
          "polarity": "positive",
          "from": 22,
          "to": 27
        }
      ]
    },
    {
      "sentence_id": 3,
      "sentence": "このような情勢下におきまして、当社グループは、基礎化学品事業、精密化学品事業および鉄系事業の収益力を強化するとともに、当社の強みであるフッ素関連技術を活かした新規製品の開発に取り組んでまいりました",
      "opinions": []
    },
    {
      "sentence_id": 4,
      "sentence": "当期の売上高は、精密化学品事業部門が販売数量の増加と価格修正効果により増収となったため、460億42百万円と前期に比べ30億35百万円、7.1%の増加となりました",
      "opinions": [
        {
          "target": "精密化学品事業部門",
          "category": "business#amount",
          "polarity": "positive",
          "from": 8,
          "to": 17
        },
        {
          "target": "精密化学品事業部門",
          "category": "business#sales",
          "polarity": "positive",
          "from": 8,
          "to": 17
        }
      ]
    },
    {
      "sentence_id": 5,
      "sentence": "損益につきましては、経常利益は94億16百万円と前期に比べ6億46百万円、7.4%の増加となりました",
      "opinions": [
        {
          "target": "経常利益",
          "category": "NULL#profit",
          "polarity": "positive",
          "from": 10,
          "to": 14
        }
      ]
    },
    {
      "sentence_id": 6,
      "sentence": "親会社株主に帰属する当期純利益は、前期に繰延税金資産を計上したこともあり、66億86百万円と前期に比べ13億81百万円、17.1%の減少となりました",
      "opinions": [
        {
          "target": "当期純利益",
          "category": "NULL#profit",
          "polarity": "negative",
          "from": 10,
          "to": 15
        }
      ]
    },
    {
      "sentence_id": 7,
      "sentence": "セグメント別の概況は、次のとおりであります",
      "opinions": []
    },
    {
      "sentence_id": 8,
      "sentence": "(無機製品)",
      "opinions": []
    },
    {
      "sentence_id": 9,
      "sentence": "か性ソーダは、販売価格の低下により、前期に比べ減収となりました",
      "opinions": [
        {
          "target": "か性ソーダ",
          "category": "product#price",
          "polarity": "negative",
          "from": 0,
          "to": 5
        },
        {
          "target": "か性ソーダ",
          "category": "product#sales",
          "polarity": "negative",
          "from": 0,
          "to": 5
        }
      ]
    },
    {
      "sentence_id": 10,
      "sentence": "塩酸は、販売数量の減少により、前期に比べ減収となりました",
      "opinions": [
        {
          "target": "塩酸",
          "category": "product#amount",
          "polarity": "negative",
          "from": 0,
          "to": 2
        },
        {
          "target": "塩酸",
          "category": "product#sales",
          "polarity": "negative",
          "from": 0,
          "to": 2
        }
      ]
    },
    {
      "sentence_id": 11,
      "sentence": "(有機製品)",
      "opinions": []
    },
    {
      "sentence_id": 12,
      "sentence": "塩素系有機製品につきましては、トリクロールエチレンおよびパークロールエチレンは、販売数量の減少と販売価格の低下により、前期に比べ減収となりました",
      "opinions": [
        {
          "target": "トリクロールエチレン",
          "category": "product#amount",
          "polarity": "negative",
          "from": 15,
          "to": 25
        },
        {
          "target": "トリクロールエチレン",
          "category": "product#price",
          "polarity": "negative",
          "from": 15,
          "to": 25
        },
        {
          "target": "トリクロールエチレン",
          "category": "product#sales",
          "polarity": "negative",
          "from": 15,
          "to": 25
        },
        {
          "target": "パークロールエチレン",
          "category": "product#amount",
          "polarity": "negative",
          "from": 28,
          "to": 38
        },
        {
          "target": "パークロールエチレン",
          "category": "product#price",
          "polarity": "negative",
          "from": 28,
          "to": 38
        },
        {
          "target": "パークロールエチレン",
          "category": "product#sales",
          "polarity": "negative",
          "from": 28,
          "to": 38
        }
      ]
    },
    {
      "sentence_id": 13,
      "sentence": "以上の結果、基礎化学品事業部門の売上高は、59億56百万円となり、前期に比べ6億06百万円、9.2%の減少となりました",
      "opinions": [
        {
          "target": "基礎化学品事業部門",
          "category": "business#sales",
          "polarity": "negative",
          "from": 6,
          "to": 15
        }
      ]
    },
    {
      "sentence_id": 14,
      "sentence": "営業損益につきましては、営業利益1億80百万円となり、前期に比べ1百万円、0.8%の減少となりました",
      "opinions": [
        {
          "target": "営業損益",
          "category": "NULL#profit",
          "polarity": "negative",
          "from": 0,
          "to": 4
        }
      ]
    },
    {
      "sentence_id": 15,
      "sentence": "(特殊ガス製品)",
      "opinions": []
    },
    {
      "sentence_id": 16,
      "sentence": "半導体・液晶用特殊ガス類につきましては、三フッ化窒素は販売数量の減少と販売価格の低下により、前期に比べ減収となりました",
      "opinions": [
        {
          "target": "三フッ化窒素",
          "category": "product#amount",
          "polarity": "negative",
          "from": 20,
          "to": 26
        },
        {
          "target": "三フッ化窒素",
          "category": "product#price",
          "polarity": "negative",
          "from": 20,
          "to": 26
        },
        {
          "target": "三フッ化窒素",
          "category": "product#sales",
          "polarity": "negative",
          "from": 20,
          "to": 26
        }
      ]
    },
    {
      "sentence_id": 17,
      "sentence": "六フッ化タングステンは、販売数量の増加により、前期に比べ増収となりました",
      "opinions": [
        {
          "target": "六フッ化タングステン",
          "category": "product#amount",
          "polarity": "positive",
          "from": 0,
          "to": 10
        },
        {
          "target": "六フッ化タングステン",
          "category": "product#sales",
          "polarity": "positive",
          "from": 0,
          "to": 10
        }
      ]
    },
    {
      "sentence_id": 18,
      "sentence": "(電池材料製品)",
      "opinions": []
    },
    {
      "sentence_id": 19,
      "sentence": "電池材料の六フッ化リン酸リチウムは、販売数量の増加と価格修正効果により、前期に比べ増収となりました",
      "opinions": [
        {
          "target": "六フッ化リン酸リチウム",
          "category": "product#amount",
          "polarity": "positive",
          "from": 5,
          "to": 16
        },
        {
          "target": "六フッ化リン酸リチウム",
          "category": "product#sales",
          "polarity": "positive",
          "from": 5,
          "to": 16
        }
      ]
    },
    {
      "sentence_id": 20,
      "sentence": "以上の結果、精密化学品事業部門の売上高は、329億51百万円となり、前期に比べ28億31百万円、9.4%の増加となりました",
      "opinions": [
        {
          "target": "精密化学品事業部門",
          "category": "business#sales",
          "polarity": "positive",
          "from": 6,
          "to": 15
        }
      ]
    },
    {
      "sentence_id": 21,
      "sentence": "営業損益につきましては、営業利益82億49百万円となり、前期に比べ3億94百万円、5.0%の増加となりました",
      "opinions": [
        {
          "target": "営業損益",
          "category": "NULL#profit",
          "polarity": "positive",
          "from": 0,
          "to": 4
        }
      ]
    },
    {
      "sentence_id": 22,
      "sentence": "複写機・プリンターの現像剤用であるキャリヤーは、販売数量の増加により、前期に比べ増収となりました",
      "opinions": [
        {
          "target": "キャリヤー",
          "category": "product#amount",
          "polarity": "positive",
          "from": 17,
          "to": 22
        },
        {
          "target": "キャリヤー",
          "category": "product#sales",
          "polarity": "positive",
          "from": 17,
          "to": 22
        }
      ]
    },
    {
      "sentence_id": 23,
      "sentence": "鉄酸化物は、着色剤の販売数量の増加により、前期に比べ増収となりました",
      "opinions": [
        {
          "target": "鉄酸化物",
          "category": "product#sales",
          "polarity": "positive",
          "from": 0,
          "to": 4
        },
        {
          "target": "着色剤",
          "category": "product#amount",
          "polarity": "positive",
          "from": 6,
          "to": 9
        }
      ]
    },
    {
      "sentence_id": 24,
      "sentence": "以上の結果、鉄系事業部門の売上高は、26億94百万円となり、前期に比べ2億82百万円、11.7%の増加となりました",
      "opinions": [
        {
          "target": "鉄系事業部門",
          "category": "business#sales",
          "polarity": "positive",
          "from": 6,
          "to": 12
        }
      ]
    },
    {
      "sentence_id": 25,
      "sentence": "営業損益につきましては、営業利益5億68百万円となり、前期に比べ1億27百万円、29.0%の増加となりました",
      "opinions": [
        {
          "target": "営業損益",
          "category": "NULL#profit",
          "polarity": "positive",
          "from": 0,
          "to": 4
        }
      ]
    },
    {
      "sentence_id": 26,
      "sentence": "商事事業につきましては、化学工業薬品の販売減少により、前期に比べ減収となりました",
      "opinions": [
        {
          "target": "商事事業",
          "category": "business#sales",
          "polarity": "negative",
          "from": 0,
          "to": 4
        },
        {
          "target": "化学工業薬品",
          "category": "product#amount",
          "polarity": "negative",
          "from": 12,
          "to": 18
        }
      ]
    },
    {
      "sentence_id": 27,
      "sentence": "以上の結果、商事事業部門の売上高は、21億01百万円となり、前期に比べ16百万円、0.8%の減少となりました",
      "opinions": [
        {
          "target": "商事事業部門",
          "category": "business#sales",
          "polarity": "negative",
          "from": 6,
          "to": 12
        }
      ]
    },
    {
      "sentence_id": 28,
      "sentence": "営業損益につきましては、営業利益1億45百万円となり、前期に比べ28百万円、16.6%の減少となりました",
      "opinions": [
        {
          "target": "営業損益",
          "category": "NULL#profit",
          "polarity": "negative",
          "from": 0,
          "to": 4
        }
      ]
    },
    {
      "sentence_id": 29,
      "sentence": "化学設備プラントおよび一般産業用プラント建設は、請負工事の増加により、前期に比べ増収となりました",
      "opinions": [
        {
          "target": "化学設備プラント",
          "category": "product#amount",
          "polarity": "positive",
          "from": 0,
          "to": 8
        },
        {
          "target": "化学設備プラント",
          "category": "product#sales",
          "polarity": "positive",
          "from": 0,
          "to": 8
        },
        {
          "target": "一般産業用プラント建設",
          "category": "product#amount",
          "polarity": "positive",
          "from": 11,
          "to": 22
        },
        {
          "target": "一般産業用プラント建設",
          "category": "product#sales",
          "polarity": "positive",
          "from": 11,
          "to": 22
        }
      ]
    },
    {
      "sentence_id": 30,
      "sentence": "以上の結果、設備事業部門の売上高は、23億38百万円となり、前期に比べ5億44百万円、30.3%の増加となりました",
      "opinions": [
        {
          "target": "設備事業部門",
          "category": "business#sales",
          "polarity": "positive",
          "from": 6,
          "to": 12
        }
      ]
    },
    {
      "sentence_id": 31,
      "sentence": "営業損益につきましては、営業利益4億45百万円となり、前期に比べ3億15百万円、243.2%の増加となりました",
      "opinions": [
        {
          "target": "営業損益",
          "category": "NULL#profit",
          "polarity": "positive",
          "from": 0,
          "to": 4
        }
      ]
    }
  ]
}