-
Notifications
You must be signed in to change notification settings - Fork 0
/
REUT-20-02-25-wordlists.jsonl
2151 lines (2151 loc) · 201 KB
/
REUT-20-02-25-wordlists.jsonl
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
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"citeInfo": {
"title": "Malaysian king to meet all lawmakers to decide the next PM"
},
"id": "REUT-2020-02-25-idUSKCN20J0HS",
"textInfo": {
"wordlist": "king meet member parliament decide prime minister palace official premier unexpectedly resign king appoint interim prime minister post picture seat desk office caption office"
}
}
{
"citeInfo": {
"title": "China aviation regulator says flights outside of Hubei to resume gradually"
},
"id": "REUT-2020-02-25-idUSKCN20J0HH",
"textInfo": {
"wordlist": "halt wake coronavirus outbreak resume gradually factory business reopen province virus epicenter remain suspend country aviation regulator urge global aviation regulator resume international flight sure country connect outside world statement quote comment director industry need stay alert spread coronavirus outside effort ensure spread home international community mention sharp increase infected patient total number confirm case reach coronavirus case spike country seal affected town public event light difficulty airline face regulator provide cash support flight critical virus control effort quote statement elaborate cash support"
}
}
{
"citeInfo": {
"title": "Asian currencies arrest slide as easing expectations stall dollar"
},
"id": "REUT-2020-02-25-idUSKCN20J03L",
"textInfo": {
"wordlist": "dollar check march higher investor sharply raise grow fallout coronavirus outbreak prompt interest rate help stay steep slide currency accompany virus recent rapid spread allow pound euro drift slightly high dollar strong greenback yuan rise recoup heavy loss world step effort prevent pandemic infection tick past people time case infection recent sharp rise case send market tailspin turmoil bond yield plunge expectation rate hike vanish fund rate surge instead price rate basis point reduction pause thought recent rush dollar basket currency dollar touch weak good news virus expect dollar recent gain cluster case emerge government strong step fight contagion give investor reason stay cool trade modestly strong report rise coronavirus case province epicentre outbreak rest country decline virus case outside report case increase total number infected patient leave expect region currency hold steady dollar rise"
}
}
{
"citeInfo": {
"title": "Factbox: Airlines suspend flights due to coronavirus outbreak"
},
"id": "REUT-2020-02-25-idUSKCN20I0XG",
"textInfo": {
"wordlist": "suspend flight modify service response coronavirus outbreak detail alphabetical order suspension flight suspend flight mainland flight budget carrier suspend flight notice state carrier plan begin charter flight postpone maiden flight flight suspend flight resume flight start suspend flight reduce flight suspend flight follow health ministry directive carrier extend suspension flight route airline suspend route start notice extend flight suspension state airline suspend flight notice notice notice cost carrier notice suspend flight mainland line aviation authority directive suspension flight suspend flight route remain active cancel flight carrier adjust flight service capacity route route route include notice capacity include flight mainland encourage employee unpaid leave preserve cash major international transit suspend flight flight mainland decrease number flight flight national flag carrier suspend route reduce service route number flight direct flight national carrier halt flight airline suspend direct flight launch direct route flight weekly airline exception national airline stop airline continue flight plane arrive send separate terminal airport reduce frequency flight airline suspension flight capacity flight regional flight virus normal manufacturing closure suspension operation withdraw route longer viable commercial route grow concern virus civil unrest allow traveler rebook flight part charge travel waiver list cancel flight decide halt flight suspend flight civil aviation authority suspend flight airport civil aviation authority halt flight earlier suspend flight halt flight block entry border previously suspend entry civil aviation authority halt flight sultanate suspend flight virus situation stabilize suspend flight cancel flight city decrease frequency flight suspend flight start"
}
}
{
"citeInfo": {
"title": "China's Didi to launch Japan food delivery service from April"
},
"id": "REUT-2020-02-25-idUSKCN20J0GQ",
"textInfo": {
"wordlist": "headquarters building ride hail company plan launch food delivery service firm back seek grow overseas business"
}
}
{
"citeInfo": {
"title": "Trump administration seeks $2.5 billion in funds to fight coronavirus"
},
"id": "REUT-2020-02-25-idUSKCN20I1U3",
"textInfo": {
"wordlist": "fight fast spread coronavirus include vaccine financial market fall concern virus significant impact global economy eager prepared combat virus despite limited number case virus spread country territory mainland outbreak money therapeutic vaccine development stockpiling personal protective equipment mask request represent funding rest come fund budget unused money fight virus administration require congressional approval redirect money fight coronavirus statement funding request woefully insufficient protect deadly coronavirus outbreak late supplemental funding request undersized completely inadequate scale emergency virus spread community country experience health official prepare possibility affect quarantine confirm case coronavirus people diagnose repatriate outbreak epicenter cruise ship quarantine accord health official warn case repatriate citizen likely increase warn avoid travel virus adviser coronavirus response seek downplay impact virus fade warm weather health expert unknown praise work adviser question reliability information share virus express frustration reluctance accept expertise combat administration grapple send evacuate test positive virus back plan quarantine federal facility statement cite rapidly evolve situation center need time look alternative"
}
}
{
"citeInfo": {
"title": "One of Korean Air's cabin crew tests positive for coronavirus"
},
"id": "REUT-2020-02-25-idUSKCN20J0GK",
"textInfo": {
"wordlist": "cabin crew test positive coronavirus airline prompt shut office near crew briefing room locate notify carrier employee confirm infect airline spokeswoman tell route flight employee immediately available"
}
}
{
"citeInfo": {
"title": "Thailand reports two new virus cases, bringing total to 37"
},
"id": "REUT-2020-02-25-idUSKCN20J0GA",
"textInfo": {
"wordlist": "confirm case coronavirus senior health official bring total infection country case national health ministry permanent secretary tell news conference patient female family member history travel official investigate rest family total patient discharge treat"
}
}
{
"citeInfo": {
"title": "U.S. grants asylum to Guatemala ex-attorney general after extradition request"
},
"id": "REUT-2020-02-25-idUSKCN20J0G3",
"textInfo": {
"wordlist": "attorney general recent presidential candidate grant asylum successor file extradition request allege irregularity tenure anti corruption crusader face process irregularity allegedly commit tenure help uncover corruption case lead conviction imprisonment support back depart country government renew mandate chair announce decision grant asylum champion justice major victory international fight corruption write president arrest warrant corruption case supporter trump lead rival exclude election conservative"
}
}
{
"citeInfo": {
"title": "Asia share slide pauses, awaiting clarity on pandemic risk"
},
"id": "REUT-2020-02-25-idUSKCN20I2N2",
"textInfo": {
"wordlist": "share market find stability wave early selling peter future manage solid bounce allow investor breather coronavirus fear dealer cite report possible vaccine help sentiment human test drug result because future bounce pare steep loss cash index suffer future future nudge hard market rise help broad index share outside fight flat catch global sell have shut blue chip ease stock suffer amid fear coronavirus morph pandemic cripple global supply chain wreak great economic damage thought risk bond market wager central bank ride rescue stimulus fund rate surge price chance point rate imply basis point reduction bank ease policy government promise large injection fiscal stimulus western country consider lose fear gauge jump high close economic impact virus drop datum show sale smartphone tumble coronavirus death toll climb country deal infection feed worry turn pandemic rush bond leave yield note basis point session rate rapidly approach time sharp drop combine simple fact room rate peer keep dollar restrain strong gain euro edge little recent reach dollar away basket currency dollar fraction profit taking peak ounce steady shed crude crude firm"
}
}
{
"citeInfo": {
"title": "Mallinckrodt proposes $1.6 billion opioid deal, Chapter 11 for generics unit: WSJ"
},
"id": "REUT-2020-02-25-idUSKCN20I2B7",
"textInfo": {
"wordlist": "finalize settlement proposal place generic drug business bankruptcy address debt maturity liability arise opioid crisis report propose deal include filing cover generic unit resolution claim state local government newspaper cite people familiar matter settlement offer state local government warrant equity stake company accord report immediately respond request comment company close fall follow report number state local government file lawsuit opioid drugmaker wholesale distributor hold accountable national drug addiction epidemic company focus separate generic unit sell opioid drug specialty business maker file bankruptcy halt lawsuit allow negotiate legal claim plaintiff supervision bankruptcy judge opioid manufacturer distributor trial allegation bring relate marketing distributing opioid"
}
}
{
"citeInfo": {
"title": "Trump's request for $2.5 billion to fight coronavirus 'inadequate', Pelosi says"
},
"id": "REUT-2020-02-25-idUSKCN20J0EV",
"textInfo": {
"wordlist": "request supplemental fund combat coronavirus outbreak long overdue completely inadequate scale emergency administration fight fast spread coronavirus include vaccine earlier"
}
}
{
"citeInfo": {
"title": "China to keep strict control, prevention measures in virus epicenter"
},
"id": "REUT-2020-02-25-idUSKCN20J0EJ",
"textInfo": {
"wordlist": "national health commission continue strict control prevention measure province epicenter coronavirus outbreak accord statement commission strictly control outbound movement people city province exist traffic control"
}
}
{
"citeInfo": {
"title": "South Korea to test 200,000 members of church at centre of coronavirus outbreak"
},
"id": "REUT-2020-02-25-idUSKCN20J048",
"textInfo": {
"wordlist": "health authority test member church centre surge coronavirus case take country tally fast spread outbreak fuel fear coronavirus believe begin central city develop global pandemic case link case report woman know infected case report southeastern city church locate nearby report death virus patient hospital leader agree provide authority name member estimate medium people government conduct coronavirus test member soon possible information prime minister office statement priority test member church show symptom complete disinfection service company sanitize church face public criticism handling outbreak government ensure personal detail member public church founder self proclaim messiah church cooperate government stop outbreak member check people church training programme surge case hospital designate special care zone case province confirm come residential home disabled people near trace worker mother member church raise warning level recommend avoid nonessential travel country cite widespread ongoing outbreak coronavirus military consider scale joint training concrete sign virus fallout global military activity tell news conference case confirm armed force citizen return impose entry arrange charter flight pilgrimage test positive virus"
}
}
{
"citeInfo": {
"title": "All 16 of Vietnam's coronavirus sufferers cured"
},
"id": "REUT-2020-02-25-idUSKCN20J0IC",
"textInfo": {
"wordlist": "people infect coronavirus cure health ministry case record know patient infect daughter return central city virus emerge recover good condition ministry statement immediately clear patient discharge hospital rest include baby improve ministry report virus citizen infect"
}
}
{
"citeInfo": {
"title": "Soccer: Japan postpones Cup games due to coronavirus concerns"
},
"id": "REUT-2020-02-25-idUSKCN20J0IK",
"textInfo": {
"wordlist": "postpone match schedule concern coronavirus outbreak consider postpone domestic soccer game death toll like virus originate exceed infect case cruise ship record death decision postpone match effort contain spread virus spread coronavirus force cancelation sport event include soccer match raise alarm bell organizer health minister early talk cancel start coronavirus rise move cancel mayoral candidate ready host game need advise case contingency plan cancel relocate"
}
}
{
"citeInfo": {
"title": "Five killed, 90 hurt in violence in Indian capital - hospital official"
},
"id": "REUT-2020-02-25-idUSKCN20J0FL",
"textInfo": {
"wordlist": "oppose citizenship throw piece brick riot police support clash people kill injure clash capital protest citizenship senior hospital official tell clash erupt demonstrate citizenship tear smoke grenade struggle disperse stone throw crowd police constable kill violence erupt ahead maiden visit capital city meet talk venue locate away clash occur part city remain high school remain shut area amid news report fresh clash metro station city close clash worst protest begin capital hotbed protest ease path neighbor dominate country gain citizenship lead accusation nationalist undermine secular tradition deny bias strong minority objector hold protest camp part"
}
}
{
"citeInfo": {
"title": "Fears grow as coronavirus outbreaks spread beyond China"
},
"id": "REUT-2020-02-24-idUSRTS33FB9",
"textInfo": {
"wordlist": "worker wear face mask picture supermarket town close government coronavirus outbreak northern"
}
}
{
"citeInfo": {
"title": "China bans trade, consumption of wild animals due to coronavirus"
},
"id": "REUT-2020-02-25-idUKKCN20J065",
"textInfo": {
"wordlist": "legislature immediately trade consumption wild animal fast track decision allow country battle coronavirus outbreak announcement late accord official come initial suspension trade consumption wildlife suspect prove coronavirus pass human animal disease kill people spread country globe early infection find people exposure wildlife market provincial capital snake civet animal sell urgent necessary decision critical moment epidemic prevention control decision stipulate illegal consumption trade wildlife severely punish hunt trade transport wild animal purpose consumption wild animal edible purpose include scientific research medical display subject strict examination approval quarantine inspection announcement trader legally sell donkey deer crocodile meat tell plan business soon market reopen academic environmentalist resident join international conservation group call permanent debate heavily favour permanent"
}
}
{
"citeInfo": {
"title": "Weinstein found guilty of sexual assault, rape, in victory for #MeToo movement"
},
"id": "REUT-2020-02-25-idUKKCN20I16B",
"textInfo": {
"wordlist": "movie producer convict sexual assault rape court take jail handcuff victory movement inspire woman publicly accuse powerful misconduct influential producer find guilty sexually assault production assistant onetime aspire actress help unsteadily foot lead away lawyer walker trial expect take medical facility jail complex spokesman later onetime movie mogul divert instead unit provide medical care jail inmate spokesman tell know long number news outlet include report complain chest pain destination sharp contrast posh hotel producer acclaim film start verdict lawyer quote client innocent innocent happen sentencing hearing attorney appeal testify defense tell reporter trial want speak lawyer unnecessary case weak accuse rape write powerful huge step forward collective healing statement movement jury work incredibly narrow unjust govern sexual assault convict count answer crime face prison sexual assault conviction convict degree rape sexual intercourse consent carry prison sentence jury woman acquit charge carry potential life sentence reporter outside court jury service experience personally jury foreman decline elaborate long legal battle appeal court likely ensue start trial defense lawyer accuse judge bias prosecutor withholding evidence medium turn trial circus face sexual assault charge announce trial begin woman file civil lawsuit woman include famous actress accuse sexual misconduct stretch deny accusation sexual encounter consensual news conference finally hold accountable praise juror verdict turn page criminal justice system jury acquit count predatory sexual assault degree rape forcible sexual intercourse conviction predatory sexual assault require jury find commit allege assault actress allege crime producer handcuff guilty verdict sexual assault trial courtroom sketch best know television testify force home force oral accusation charge separate crime portray serial predator manipulate woman promise open door coax hotel room private apartment overpower violently attack trial prosecution methodically elicit graphic testimony accuser include invite home work television production arrive back bedroom hold force orally yank tampon tell juror soon meet enter extremely degrading relationship include intercourse allege describe character charming public show terrifying anger expert additional woman testify prosecution provide powerful evidence difficult defense overcome actress model costume designer jury prosecutor characterize signature pattern behavior lure woman hotel room apartment discuss film role attack prior witness allow crime case pattern conduct counter defendant encounter consensual crime prosecutor woman heart case tell jury film producer trap hotel bathroom grope breast tell actress case defense regret drive accuser consensual incident reframe crime lawyer zero friendly message ongoing contact woman cross examination example defense show message send sign love attack lawyer repeatedly suggest willingly advance career push defense assertion accuser credible notion responsible allege attack"
}
}
{
"citeInfo": {
"title": "Factbox: Airlines suspend China flights due to coronavirus outbreak"
},
"id": "REUT-2020-02-25-idUKKCN20J0H7",
"textInfo": {
"wordlist": "suspend flight wake coronavirus outbreak detail alphabetical order extend suspension flight early suspend flight mainland budget carrier suspend flight notice state carrier plan begin charter flight postpone maiden flight flight notice suspend flight reduce flight suspend flight follow health ministry directive carrier extend suspension flight route airline suspend route start notice extend flight suspension state airline suspend flight notice notice notice cost carrier notice suspend flight mainland line aviation authority directive suspension flight suspend flight route remain active cancel flight carrier adjust flight service capacity route route route include notice capacity include flight mainland encourage employee unpaid leave preserve cash major international transit suspend flight flight mainland decrease number flight flight national flag carrier suspend route reduce service route number flight direct flight national carrier halt flight airline suspend direct flight launch direct route flight weekly airline exception national airline stop airline continue flight plane arrive send separate terminal airport reduce frequency flight airline suspension flight capacity flight regional flight virus normal manufacturing closure suspension operation withdraw route longer viable commercial route grow concern virus civil unrest"
}
}
{
"citeInfo": {
"title": "Factbox: Latest on coronavirus spreading in China and beyond"
},
"id": "REUT-2020-02-25-idUKKCN20J0HV",
"textInfo": {
"wordlist": "seek fight coronavirus epidemic military consider scale joint training virus spread world step effort prevent pandemic like virus infect people time case coronavirus confirm case report case bring total number frontline fight coronavirus case report death toll stand authority seal worst affect town closed school halt carnival case report virus case people toll dead infected infection holy city number coronavirus case rise health authority plan test potentially member church epicentre outbreak coronavirus outbreak beat insist premature declare pandemic potential reach level legislature immediately trade consumption wild animal fast track decision allow country battle virus warn citizen travel tourist treat unfairly excessive prevention measure avoid nonessential travel outbreak market ratchet press interest rate cushion fear economic growth spread coronavirus test positive case coronavirus outbreak spread country territory death toll accord tally transport strike plan postpone notice block coach passenger come concern board infect caution citizen travel virus part government warn resident avoid essential travel shut border crossing traveller trade request passenger remain home isolation quarantine facility minister need shut transport border despite spread coronavirus share market stabilise wave early selling peter future manage solid bounce allow investor break coronavirus fear"
}
}
{
"citeInfo": {
"title": "Coronavirus set to deal heavy blow to Italy's ailing economy"
},
"id": "REUT-2020-02-25-idUKKCN20I1TC",
"textInfo": {
"wordlist": "economy contract look sure throw recession sudden outbreak coronavirus rock country street vendor sell face mask outside central railway station coronavirus outbreak people come virus late datum show vast majority wealthy northern region common influenza highly contagious illness dangerous weak vulnerable true economic impact term gross domestic product growth vulnerable euro zone large economy sluggish bloc start monetary union shrink wake global financial crisis recover fall yield growth expect fare little better coronavirus head base chief economist forecast drop plunge recession slow flare disease outside authority northern shut school university museum public gathering include football match famed carnival financial capital account export central empty usual cashier famed cake shop client city cavernous usually bustling courtroom desert judge immediately postpone hearing accounting scandal involve coronavirus emergency city council hold eyewear fair politician call postponement showcas furniture maker attend people stock market head company risk expect spending slump motorway retailer shed jump government bond increase cost service high debt euro zone cost insure debt default rise world visit country accord datum tourism contribute accord sector take head hotelier association cancellation rain region like rest criticise draconian measure adopt authority head surround town closing time impose restaurant entertainment activity turnover fashion industry boasting brand like account struggle coronavirus outbreak main export market event industry desert buyer designer hold closed door theatre want expose guest risk contagion"
}
}
{
"citeInfo": {
"title": "Private Chinese oil refiners' credit suspended, tightened on default fears - sources"
},
"id": "REUT-2020-02-25-idUKKCN20J0E7",
"textInfo": {
"wordlist": "suspend credit line independent refinery amid rise concern overall industrial default coronavirus outbreak processor fuel sale independent refiner credit line suspend international bank refinery trading executive finance director affected company request anonymity sensitivity matter bank suspend open account credit facility company base province home majority independent plant import source refinery source suspension open account typically revolve credit line issue ship deliver account credit guarantee letter credit bank decline comment statement bank provide support company difficult time extend financing line loan maturity require company combine import quota credit suspension curb purchase wide suspension sector impact price drop coronavirus outbreak teapot refiner utilization rate genuine credit risk exist teapot refiner concern bank refiner revenue loss drop domestic fuel demand coronavirus outbreak limit ability repay debt senior trade finance banker global bank bank tighten credit term teapot refiner suspend slowdown economic industrial activity cause excess refined storage perception credit risk increase large dollar bond default state enterprise include commodity trader back city government private business default mature bond rating agency compare agency predict bond default tighten credit term teapot refiner refine margin tumble"
}
}
{
"citeInfo": {
"title": "China sentences Gui Minhai, Hong Kong bookseller, to 10 years in jail"
},
"id": "REUT-2020-02-25-idUKKCN20J08B",
"textInfo": {
"wordlist": "court sentence bear citizen jail illegally provide intelligence overseas statement website bookseller previously base sell book critical political leadership detain mainland police seize plainclothe police company diplomat"
}
}
{
"citeInfo": {
"title": "Six Nations talking to unions over Italy coronavirus outbreak - The Times"
},
"id": "REUT-2020-02-25-idUKKCN20J0FX",
"textInfo": {
"wordlist": "organiser talk participate union amid concern coronavirus outbreak report people come like virus mainly northern region outbreak illness virus infect people kill host final match concern fixture grow number soccer rugby game postpone medium outlet report concern game"
}
}
{
"citeInfo": {
"title": "India's economy likely grew 4.7% in December quarter - Reuters poll"
},
"id": "REUT-2020-02-25-idINKCN20J0DU",
"textInfo": {
"wordlist": "economic growth likely accelerate touch period weak expansion poll show small rebound rural demand private consumption expect labourer sleep sack traffic move past wholesale market gross domestic product growth likely rise growth rate appear bottom poll find economist poll forecast growth momentum hurt high retail inflation rise potentially constrain consumption demand consider interest rate prop economic growth soon inflation moderate mandate medium term target minute meeting show growth projection previously economist wide poll expect growth pick government budget focus farm spending revive sluggish growth economist place burden monetary policy heavy lifting"
}
}
{
"citeInfo": {
"title": "Nifty, Sensex inch higher, no big support from Trump visit"
},
"id": "REUT-2020-02-25-idINKCN20J0F5",
"textInfo": {
"wordlist": "share slightly high market steady steep sell visit fail boost sentiment broker smile trade computer terminal stock brokerage firm broad index benchmark rise index tumble plunge broad global market sell spark fear great impact economic growth rapid spread coronavirus outside country sign defence deal worth side early stage reach incredible trade agreement share outside inch mini future bounce index suffer steep loss gainer rise laggard fall wheeler manufacturer tumble warn drop production auto part supply coronavirus epidemic blue chip index fall record intraday high weigh coronavirus outbreak lacklustre federal budget"
}
}
{
"citeInfo": {
"title": "Global Markets: Asian shares try to stabilise as S&P futures bounce"
},
"id": "REUT-2020-02-25-idINKCN20J01M",
"textInfo": {
"wordlist": "share market stabilise wave early selling peter future manage solid bounce allow investor break coronavirus fear look electronic board show stock information brokerage house dealer cite report possible vaccine help sentiment human test drug start because future bounce pare steep loss cash index suffer hard market edge help broad index share outside fight flat catch global sell have shut blue chip ease early stock suffer amid fear coronavirus morph pandemic cripple global supply chain wreak great economic damage thought risk bond market wager central bank ride rescue stimulus fund rate surge price chance point rate imply basis point reduction bank ease policy government promise large injection fiscal stimulus western country consider lose fear gauge jump high close economic impact virus drop datum show sale smartphone tumble coronavirus death toll climb country deal infection feed worry turn pandemic rush bond leave yield note basis point session rate rapidly approach time sharp drop combine simple fact room rate peer keep dollar restrain strong gain euro edge little recent reach dollar away basket currency dollar steady profit taking peak ounce steady shed crude crude firm"
}
}
{
"citeInfo": {
"title": "Five killed, about 90 hurt in Delhi clashes - hospital official"
},
"id": "REUT-2020-02-25-idINKCN20J0GW",
"textInfo": {
"wordlist": "support citizenship throw petrol bomb shrine clash oppose people kill injure clash protest citizenship senior hospital official tell clash erupt demonstrate citizenship tear smoke grenade struggle disperse stone throw crowd"
}
}
{
"citeInfo": {
"title": "Didi to launch Japan food delivery service from April"
},
"id": "REUT-2020-02-25-idINKCN20J0GU",
"textInfo": {
"wordlist": "ride hail company plan launch food delivery service firm back seek grow overseas business"
}
}
{
"citeInfo": {
"title": "Oil bounces as investors hunt bargains; virus fears cap gains"
},
"id": "REUT-2020-02-25-idINKCN20J0GJ",
"textInfo": {
"wordlist": "rise investor snap bargain crude benchmark drop previous session fear spread coronavirus wreak great economic damage initially think gain storage tank crude rise barrel slip large single price fall crude future climb recover drop previous session concern savage price swathe industrial commodity equity suffer steep loss coronavirus death toll climb country deal infection send market tailspin coronavirus outbreak beat insist premature declare pandemic potential reach level share extend loss amid fear coronavirus mutate pandemic cripple global supply chain damage economy initially expect expect coronavirus impact demand short lived consumption rise tell crude inventory build refined product likely fall preliminary poll show"
}
}
{
"citeInfo": {
"title": "JPMorgan Chase plans to unveil climate initiatives at investor day"
},
"id": "REUT-2020-02-25-idINKCN20J0G8",
"textInfo": {
"wordlist": "executive plan announce climate change initiative include restriction finance coal mining drilling target provide financing sustainable project logo detail initiative bank investor bank face year criticism environmentalist relationship fossil fuel company scrutiny seek avoid event like shareholder meeting open public bank change approach investor invitation come bank announce similar initiative facilitate transaction support climate action advance sustainable development goal transaction expect loan underwriting advisory service investment include financing green initiative earmark count target bank stop provide financing development expand restriction financing coal mining coal fire power activist group welcome bank restriction provide financing coal company bank restrict lending bank decline comment previous revenue gain type lending regulator permission skip vote shareholder resolution seek review voting climate relate proposal company hold stake thing bank argue board directly control proxy voting asset management division resolution filer investment management firm agreement regulator review matter side come agreement clock tick firm filer agree withdraw similar resolution agree talk activist immediately comment"
}
}
{
"citeInfo": {
"title": "Expedia to cut 3,000 jobs"
},
"id": "REUT-2020-02-25-idINKCN20J0FV",
"textInfo": {
"wordlist": "logo global online travel brand picture workforce plan streamline business online travel service company employee globally include people headquarters company spokeswoman statement provide forecast company assess impact coronavirus outbreak operation"
}
}
{
"citeInfo": {
"title": "Mexico's economy ministry hit by cyber attack"
},
"id": "REUT-2020-02-25-idINKCN20J0FQ",
"textInfo": {
"wordlist": "economy ministry detect cyber attack server consider sensitive information compromise beef safety measure statement high profile cyber attack government hacker demand bitcoin national company force shut computer nationwide temporarily isolate network server ministry processing form temporarily suspend protect legal status immediately clear cyber attack accompany ransom demand case take hostage digitally suffer catastrophic damage regardless ransom"
}
}
{
"citeInfo": {
"title": "Gold eases from seven-year high, but virus fears limit losses"
},
"id": "REUT-2020-02-25-idINKCN20J0FD",
"textInfo": {
"wordlist": "price ease investor book profit jump high previous session equity regain footing spike coronavirus case outside bullion loss gold ounce decline earlier session metal rise high gold future fall ounce equity stabilise wave early selling peter future manage solid bounce coronavirus death toll climb authority seal worst affect town closed school halt carnival country deal infection rapid spread virus heighten fear impact global economy drive press rate cushion interest rate reduce opportunity cost hold yield bullion tell expect outbreak material impact trade deal change data available consider lawmaker emergency funding ramp response epidemic spokesman precious metal palladium gain ounce slip ounce have touch high previous session platinum inch"
}
}
{
"citeInfo": {
"title": "After a Four Seasons breakfast, Harvey Weinstein sent to dank New York jail"
},
"id": "REUT-2020-02-25-idINKCN20I2LA",
"textInfo": {
"wordlist": "begin expensive coffee mineral water breakfast meeting lawyer hotel near criminal court producer arrive ahead jury deliberation sexual assault trial borough violence plague jail complex film producer order await sentencing jury find guilty woman sexually assault rerout unspecified reason special ward treat jail inmate presumably move longer need hospital spokesman tell news outlet include report onetime movie mogul complain chest pain heart palpitation lawyer send jail dank building house sick inmate notoriety require protection neighbor neglect jail entrenched close federal prosecutor conclude investigation guard routinely abuse inmate jail island beneath flight path partly jail original hospital building respite accord people work lawyer remind client ailment note take medication require injection forestall blindness enter leave court lean walker remnant accord lawyer surgery main building accord labor union represent jail guard likely wear jumpsuit indicate sentence hearing inmate dress green bail revoke handcuff shortly jury find guilty sexually assault production assistant onetime aspire actress maintain innocence long appeal battle likely clear kind room cell hold bunk room patient beep hospital machine monitor vital sign private semi private cell happen inmate threaten"
}
}
{
"citeInfo": {
"title": "After raucous welcome in India, Trump set for talks on trade, arms deals"
},
"id": "REUT-2020-02-25-idUSKCN20J0J5",
"textInfo": {
"wordlist": "rousing reception leader talk sale fester trade dispute strain wife lady wife pose photo ceremonial reception forecourt people fill cricket stadium western rally reception foreign leader stunning display culture kindness country argue trade deal hold talk close difference farm good medical device digital trade propose tariff sign trade deal separate agreement push accord describe tariff king tell rally tough negotiator country early stage major deal give formal state welcome redstone presidential palace salute coated honor guard horseback country world personal approval rating trip wall wall coverage commentator right note official visit world democracy effusive praise pull spectacular reception sign underlie political tension violent protest break citizenship critic discriminate attempt undermine secular foundation democracy pattern divisiveness follow nationalist people kill injure clash take place capital away center city host speech rise stable prosperous democracy achievement tolerant country great free country plan raise issue religious freedom administration official struggle high pollution quality moderately poor government index measure pollution scale consider unhealthy"
}
}
{
"citeInfo": {
"title": "East Timor PM resigns after political coalition collapses"
},
"id": "REUT-2020-02-25-idUSKCN20J0C2",
"textInfo": {
"wordlist": "prime minister send letter resignation president tiny nation face political instability collapse coalition support parliament prime minister repeatedly fail secure passage budget large party coalition party independence hero withdraw support prepared stay office resignation accept guarantee government activity country back party coalition seat grab parliamentary election country independence occasional political deadlock grow tension president belong opposition party reject minister propose accusation graft president prime minister announce party coalition control seat party prepare form government young democracy beset political instability hamper effort reduce poverty stamp corruption develop rich resource energy sector account gross domestic product contribute government revenue"
}
}
{
"citeInfo": {
"title": "Indonesia's capital hit by serious flooding for second time this year"
},
"id": "REUT-2020-02-25-idUSKCN20J0AP",
"textInfo": {
"wordlist": "rain bring flood capital paralyze large part city rescue worker boat navigate street turn murky brown waterway people safety weather agency link rain tropical cyclone bring weather southern part archipelago warn high wave south island governor neighborhood affect flood surround area home people extremely vulnerable flooding city heavy rain record begin cause flood kill people displace spokesman early assess number displace scale damage flood army police help rescue people spokesman team help people west east city post video show woman child ferry rubber boat rescuer steer submerged minivan warn road closure disruption train electricity utility power shut substation ensure safety"
}
}
{
"citeInfo": {
"title": "Japan urges telecommuting, staggered shifts to curb coronavirus"
},
"id": "REUT-2020-02-25-idUSKCN20J0EB",
"textInfo": {
"wordlist": "government urge company recommend telecommut stagger shift worker curb spread coronavirus plan approve cabinet meeting urge people symptom cold fever stay home event organizer carefully consider proceed plan case infection like coronavirus apart cruise ship dock south broadcaster report death passenger contain disease outright authority seek slow expansion minimize death work online home reduce infection risk people gather place government pledge strong step fight contagion region cluster case confirm infection northern prefecture western prefecture capital convene panel medical expert decide rein disease know number explode infection spread rapidly overburden healthcare system damage economy panel write health ministry website leave quarantine sprinkling foreigner stay home avoid public transport country take citizen official quarantine"
}
}
{
"citeInfo": {
"title": "Oil steadies on bargain-hunting; virus fears cap gains"
},
"id": "REUT-2020-02-25-idUSKCN20J07U",
"textInfo": {
"wordlist": "steady investor seek bargain crude benchmark slump previous session concern coronavirus spread dent major economy curb fuel demand gain crude rise barrel slip large single price fall crude future gain recover drop previous session market close important technical support level concern savage price swathe commodity equity suffer steep loss share market stabilise wave early selling peter future manage solid bounce crude inventory build refined product likely fall preliminary poll expectation show world step effort prevent pandemic like virus originate infect people time coronavirus expect coronavirus impact demand short lived consumption rise tell"
}
}
{
"citeInfo": {
"title": "Singapore Airlines cuts capacity by 10%, freezes hiring as virus takes toll"
},
"id": "REUT-2020-02-25-idUKKCN20J0JX",
"textInfo": {
"wordlist": "capacity frozen recruitment ground position deferred spending deal demand coronavirus outbreak accord internal memo carrier temporarily suspend flight account group schedule capacity memo send staff coronavirus originate transmit person person kill people infect people mainland demand virus government impose curb movement contain epidemic force airline cancel flight capacity network include destination like provide detail percentage capacity time send memo staff detail content closely monitor situation additional measure need harm long term competitiveness base rival capacity network fall demand associate epidemic employee unpaid leave"
}
}
{
"citeInfo": {
"title": "Riots in Delhi over India's citizenship law ahead of Trump's arrival"
},
"id": "REUT-2020-02-24-idUSRTS33EP1",
"textInfo": {
"wordlist": "support citizenship beat clash oppose policeman kill people injure amid clash demonstrate support citizenship beat clash oppose policeman kill people injure amid clash demonstrating citizenship riot maiden visit city"
}
}
{
"citeInfo": {
"title": "South Korea table tennis world championships postponed over virus fears"
},
"id": "REUT-2020-02-25-idINKCN20J0KC",
"textInfo": {
"wordlist": "table tennis world championship postpone health concern east nation grapple outbreak coronavirus event schedule southern city push provisionally organiser health authority battle surge coronavirus case take nation tally virus country slew case report country large city virus infect people world include people central province outbreak major impact global sporting calendar host event cancel postpone raise alarm bell organiser"
}
}
{
"citeInfo": {
"title": "Business & Financial News, U.S & International Breaking News"
},
"id": "REUT-2020-02-25-idUSKCN20J0J5",
"textInfo": {
"wordlist": "want president postpone plan inauguration want defer term inauguration concern inflame election feud political rival jeopardize lead peacemaking effort source familiar matter"
}
}
{
"citeInfo": {
"title": "Cowboys set on keeping Prescott, but talks waiting on CBA"
},
"id": "REUT-2020-02-25-id",
"textInfo": {
"wordlist": "retain pend free agent quarterback side negotiate will quarterback roll vice president tell reporter absolutely scenario side discuss contract detail unable complete long term extension pend free agent wide receiver begin clarity emerge collective bargaining talk approve player change place begin league year free agency officially open approve different rule previous include team able franchise transition decision expect team reach deal franchise absent deal deadline sidestep question exclusive franchise come salary negotiation team exclusive carry salary allow team sign offer sheet choose match offer receive round pick post career high pass yard touchdown pass"
}
}
{
"citeInfo": {
"title": "Spring training roundup: Altuve hit by pitch in debut"
},
"id": "REUT-2020-02-25-id",
"textInfo": {
"wordlist": "pitch spring training debut double rout second baseman come field follow inning star player championship team find illegally obtain sign punish team throw player retaliation leave hander throw pitch nick shoe homer score inning balk infield single wild pitch sacrifice wild pitch route victory pitch perfect inning save respectively homer double lead past starter toss scoreless innings homer help edge homer walk split squad designate hitter home solo homer inning shot later frame lead past split squad homer reliever combine allow innings down pitch perfect inning grand slam deep outscore shot double scoring single homer shot double drive throw plate play allow preserve home base load walk lift split squad past game solo shot starter light innings split squad rout homer double drive apiece outslugg homer scoring guide past collect apiece finish homer pace high scoring strike walk scoreless hitless inning play"
}
}
{
"citeInfo": {
"title": "JPMorgan to maintain key growth targets from last year at investor day: analysts"
},
"id": "REUT-2020-02-25-idUSKCN20J0LP",
"textInfo": {
"wordlist": "executive unlikely provide financial target bank investor instead forum showcase clean energy initiative analyst bank asset report record earning easily meet management state goal expense profitability metric best class bank sheer size present challenge growth analyst close attention investor senior leader offer view business global economy financial market present include head event start likely express optimism potential despite unsettling macroeconomic event concern fast spread coronavirus presidential election interest rate analyst global market plunge investor safety fear rise coronavirus case outside expand damage global economy drop point time history likely bank official outlook stable expense relative revenue return tangible common equity measure bank shareholder money produce profit efficiency ratio meet exceed management target respectively bank main announcement center step take reduce financing coal mining project company facilitate loan financing clean energy sustainability initiative bank detail plan pressure environmental activist step take major financial firm include share close near record high leave bank valuable market value globally"
}
}
{
"citeInfo": {
"title": "South Korea to launch mass coronavirus testing, U.S. pledges $1 billion for vaccine"
},
"id": "REUT-2020-02-25-idUSKCN20J0B4",
"textInfo": {
"wordlist": "test member church center surge coronavirus case pledge fight disease spread rapidly border wear face mask bicycle epicentre novel coronavirus outbreak province world step effort prevent pandemic like virus originate infect people time case coronavirus government urge people telecommute work stagger stop spread coronavirus medium report school financial remain closed develop vaccine fund earmark therapeutic stockpiling personal protective equipment mask military joint training mount concern spread coronavirus concrete sign virus fallout global military activity disclosure come visit acknowledge follow talk troop test positive virus military woman test positive virus recently visit military base southeastern city infection connect count troop peninsula urge troop limit travel extreme caution travel installation remain technically nuclear armed virus case outside report death case total case case southeastern city church center outbreak locate health official case link leader agree provide authority name member estimate medium people government conduct coronavirus test member soon possible information prime minister office statement priority test member church show symptom complete stabilize situation avoid nonessential travel coronavirus outbreak report death case cruise ship dock near early talk cancel start doctor warn fortnight real test team draw contingency plan training safe area report medium report rise coronavirus case province epicenter outbreak late case rest infection number case overall death toll mainland reach epidemic peak decline pace infection slow signal begin ease restriction travel movement paralyze production world economy exclude province resume gradually factory business reopen country aviation regulator investment house estimate people return work business start extended holiday share market show resilience surge case outside mainland fear pandemic send global market tailspin frontline fight coronavirus case report death toll stand report coronavirus case people toll dead infected infection holy city mainland outbreak spread country territory death toll accord tally graphic track global spread coronavirus graphic coronavirus"
}
}
{
"citeInfo": {
"title": "Clashes break out on Greek island against migrant camp"
},
"id": "REUT-2020-02-25-idUSKCN20J0LG",
"textInfo": {
"wordlist": "oppose building closed migrant detention centre stand fire block road riot police island break island early police resident protest construction migrant detention centre witness police people attempt block unloading heavy machinery accompany police reinforcement port ahead construction island street follow resident attempt block access construction site site close camp tighly control access replace current open access camp sprawling facility build people accommodate asylum seeker authority plan construct closed detention facility island island close asylum seeker head people cross deal broker limit flow resurgence arrival"
}
}
{
"citeInfo": {
"title": "Factbox: Countries evacuating nationals from coronavirus-hit areas"
},
"id": "REUT-2020-02-25-idUSKCN20I11X",
"textInfo": {
"wordlist": "grow number country world evacuate planning evacuate diplomatic staff citizen area coronavirus country evacuation plan manage health risk return resident quarantine cruise spend quarantine resident ship infect remain citizen close contact passenger arrive home cruise ship passenger cruise liner case start emerge final evacuation flight carry people land plane carry national land passenger cruise ship evacuate estimate strand flight carry evacuate cruise ship land board ship test positive repatriate passenger chartered flight test negative evacuate people earlier citizen evacuee quarantine base arrive home begin quarantine finally leave cruise ship dock spouse chartered flight record virus people evacuate city send navy ship bring national work crew aboard cruise liner amid coronavirus concern minister health ministry official government place quarantine military base island northwest central resident protest arrival plane carry evacuee despite official assurance danger infection addition citizen plane citizen country stick cruise ship affect coronavirus face week quarantine spend dock authorize voluntary departure government employee family member plane passenger citizen take evacuate national evacuate people chartered flight arrive country people charter flight arrive evacuation flight bring family member city state return evacuate land evacuate people state airline plane load evacuate arrive official security guard wear face mask workshop compute tomography scanner medical device firm country outbreak coronavirus national evacuate student state television report evacuate people student coronavirus epicenter special flight foreign minister tell medium bring"
}
}
{
"citeInfo": {
"title": "Hong Kong extends school suspension until April 20 to control spread of coronavirus"
},
"id": "REUT-2020-02-25-idUSKCN20J0MC",
"textInfo": {
"wordlist": "extend suspension school contain spread coronavirus authority financial case disease surge outside city class suspend holiday early date return previously return lesson"
}
}
{
"citeInfo": {
"title": "Singapore's Bangladeshi workers have eyes on home as coronavirus shakes community"
},
"id": "REUT-2020-02-25-idUSKCN20J0MT",
"textInfo": {
"wordlist": "shaggy grey beard rise color robe prayer extend tall frame shopkeeper impose figure stall line street serve home comfort community worker wear mask enjoy take stand customer leave country tell avoid crowd coronavirus outbreak infect construction worker thin normally bustling thoroughfare virus grip group migrant worker live crowded cramp condition family away want return home street block traffic patrol security staff weekend significantly quieter usual visit report coronavirus case involve work construction site critical condition foreign minister infect domestic worker construction worker live dormitory share bathroom high profile virus cluster outbreak involve people live close prison aboard cruise ship virus kill surface construction worker friend return report case virus come city state appear clear high commission stop people leave contact online visit dormitory hand mask hand sanitizer leaflet virus print native language country restriction travel city state accord high commission website make large immigrant population heavily indebted find work force agency equivalent basic wage raise stake consider leave construction worker come break parent want return feel compel family financial need worker high quality healthcare facility preventative measure take employee temperature twice daily isolate suspect case give confidence stay travel agency mainly serve worker booking rise customer request flight capital notice"
}
}
{
"citeInfo": {
"title": "Boeing close to deal to supply more 787 Dreamliners to Japan's ANA: sources"
},
"id": "REUT-2020-02-25-idUSKCN20J0LJ",
"textInfo": {
"wordlist": "logo display screen close deal supply planemaker commercial order announcement industry source deal powered aircraft boost planemaker post order time wrestle grounding small detail immediately available decline comment respond immediately request comment launch customer programme operate model plane plane fleet accord flight tracking website engine power exist fleet problem engine require extra inspection lead carrier cancel flight customer fleet order engine late order plane mean operate type future"
}
}
{
"citeInfo": {
"title": "Boeing close to deal to supply more 787 Dreamliners to Japan's ANA - sources"
},
"id": "REUT-2020-02-25-idUKKCN20J0LV",
"textInfo": {
"wordlist": "close deal supply planemaker commercial order announcement industry source deal powered aircraft boost planemaker post order time wrestle grounding small detail immediately available decline comment respond immediately request comment launch customer programme operate model plane plane fleet accord flight tracking website engine power exist fleet problem engine require extra inspection lead carrier cancel flight customer fleet order engine late order plane mean operate type future"
}
}
{
"citeInfo": {
"title": "Confidence got India to top, will keep playing that way - Kohli"
},
"id": "REUT-2020-02-25-idINKCN20J0KT",
"textInfo": {
"wordlist": "batsman confident mindset test despite struggle deal host disciplined pace bowling attack loss test beat dismiss total test opener player pass innings score shell prepare series decide game defeat schedule match team culture mean player bother team positive mentality help hold world test ranking continue pursue coach earlier praise bowler approach feel approach advocate likely difficult offer opportunity exploit"
}
}
{
"citeInfo": {
"title": "Saudi Aramco launches largest shale gas development outside U.S."
},
"id": "REUT-2020-02-25-idINKCN20J0MA",
"textInfo": {
"wordlist": "launch shale development outside boost domestic supply burning power generation plant tell world crude exporter battle market share rapidly expand shale producer develop capacity pump rock formation previously costly fight price shale industry business ultimately fail country adopt technique develop field start huge shale field project receive ahead project target development field world large producer world producer develop frack seawater remove obstacle lack water supply represent frack desert drill well shale field prepare development plan state group work international service company base field develop technology fracture rock release hold technology know frack firm active shale field hold bidding round work field firm likely involve firm limit success develop shale reserve variety lack expertise scarcity water resource lack infrastructure proximity large population center field near coast relatively easy access seawater lightly treat frack close world large oilfield easy access exist energy infrastructure identify local sand frack process require pump water sand chemical field high pressure shale development help country reduce burn average crude fuel electricity free crude export need reduce emission priority supply domestic demand issue order primarily domestic industry petrochemical support kingdom development plan prince economic reform strategy diversify away pillar plan energy giant public float stake local stock exchange development position exporter preference export pipeline nearby country develop costly liquefy natural export terminal export help region ally avoid dependency supply sever political trade transport exporter accuse support terrorism deny import natural pipeline plan invest develop expect production start output reach sale associated ethane field produce liquid condensate current output reserve large unconventional associate field estimate company similar project consideration"
}
}
{
"citeInfo": {
"title": "Licenced to thrill: India want Shafali Verma to continue batting mayhem"
},
"id": "REUT-2020-02-25-idINKCN20J0KN",
"textInfo": {
"wordlist": "opener alight prowess team want continue batting carefree manner team mate smash successive victory tournament match high player ongoing tournament backing team continue assault powerplay over contribute ball debut leader play beat opener"
}
}
{
"citeInfo": {
"title": "Mahathir strengthens hand amid Malaysian political turmoil"
},
"id": "REUT-2020-02-25-idUSKCN20J0CE",
"textInfo": {
"wordlist": "political faction compete favor plunge political turmoil resign prime minister reinforce likelihood shock strengthen power world government leader step immediately name interim prime minister king role carry authority permanent leader effectively break apart increasingly fragile unpopular coalition form rival government anti corruption platform potentially free election promise hand rein term interim leader disband entire cabinet late open political negotiation form government official party alliance group senior member meet rival pact want continue office king meet lawmaker decide outcome coalition talk mark realignment politic stunning political comeback topple leader bring party rule lead doctor credit transform industrial nation rural farming backwater previously serve prime minister retirement constitution lawmaker command majority parliament stake claim form government approve king palace king hold individual interview elect member house parliament assess likely succeed political crisis come particularly time economy growth fall decade schedule announce stimulus package deal coronavirus outbreak general view stock market recover slightly fall currency rise near form coalition defeat party alliance deputy prime minister arrest jail sodomy corruption charge supporter maintain political career"
}
}
{
"citeInfo": {
"title": "Taiwan passes $2 billion package to soften coronavirus hit to economy"
},
"id": "REUT-2020-02-25-idUSKCN20J0N8",
"textInfo": {
"wordlist": "parliament approve package help cushion impact coronavirus outbreak export reliant economy package include loan small business subsidy hard tour agency tour driver voucher spend food famous market normally attraction foreign tourist large trading partner estimate economic growth outbreak threaten economy global electronic supply chain island report case virus death largely suspend travel tourism link curb spread report death stimulus legislation clause penalize people violate government mandate home quarantine order breach possibly face fine jail report case people suppose quarantine miss pose potential threat public health"
}
}
{
"citeInfo": {
"title": "Factbox: Sport events affected by the coronavirus epidemic"
},
"id": "REUT-2020-02-25-idUSKCN20H0C7",
"textInfo": {
"wordlist": "follow list international sport event affect outbreak coronavirus schedule postpone work organizer date host biennial event game schedule place northern cancel affected game flight match ahead closed door area affect outbreak government agree request country football federation match involve club postpone club join competition group match play play away official seek reschedule match government impose travel foreign national arrive qualifier home away move game play closed door request government allow sport event host mean home group stage match switch away fixture domestic game level postpone preliminary stage match postpone recommence travel curb country woman national team play home qualification playoff professional soccer league postpone start season league team hold game closed door postpone match schedule postpone govern body weigh potential alternative date situation improve electric motor racing series abandon plan race move event feature event later postpone decline serve substitute host forfeit team unable travel playoff woman tennis tournament schedule cancel monitor situation event schedule place world championship hold push provisionally tournament postpone player withdraw flagship ahead announce host boxing qualifier event cancel place elite woman golf tour cancel tournament hold tour cancel event championship reschedule postpone qualify tournament delay start campaign number regular season tournament postpone match schedule play postpone beach volleyball tournament hold postpone view warm race weightlifting championship relocate neighbor competition schedule host mixed martial promotion event closed door"
}
}
{
"citeInfo": {
"title": "SoftBank-backed Grab raising $856 million from Japanese investors"
},
"id": "REUT-2020-02-25-idUSKCN20J0NM",
"textInfo": {
"wordlist": "logo picture ride hail raise service firm seek expand aggressively financial service back funding offer lending insurance wealth management product service consumer small medium sized enterprise deputy president incoming bank combine advanced technology datum management expertise financial experience believe alliance generate additional momentum ongoing digital transformation invest company"
}
}
{
"citeInfo": {
"title": "UBS, Credit Suisse's emergency plans are effective: financial watchdog"
},
"id": "REUT-2020-02-25-idUSKCN20J0LT",
"textInfo": {
"wordlist": "emergency plan deal financial crisis effective regulator assessment follow review recovery resolution plan country bank order submit emergency plan systemically important bank meet statutory requirement regulator"
}
}
{
"citeInfo": {
"title": "Malaysia's Mahathir returns as interim PM amid political uncertainty"
},
"id": "REUT-2020-02-25-idUKKCN20J0C0",
"textInfo": {
"wordlist": "work title interim prime minister resign leadership shock plunge country political turmoil world government leader comment arrive office disband entire cabinet late resign prime minister agree request king stay successor name resignation break apart fragile coalition rival include score surprise election victory anti corruption platform increasingly unpopular immediately clear long remain interim role cabinet appoint government form political crisis come particularly time economy growth fall decade schedule announce stimulus package deal coronavirus outbreak resignation leave doubt election promise cede power term follow sudden burst political wrangling ally accuse plot rule party form government exclude date handing power appear irritated backer demand clear timetable tell reporter time limit long stay interim leader person power time premier include appoint cabinet lawmaker command majority parliament stake claim form government king assent premier swear leadership coalition form ahead election schedule meet clear attend meeting expect king meet lawmaker decide showdown possible alliance sack party political source call nominate premier stock market recover slightly fall currency rise near"
}
}
{
"citeInfo": {
"title": "North urged to seek advice after latest head injury"
},
"id": "REUT-2020-02-25-idUKKCN20J0OG",
"textInfo": {
"wordlist": "wing consult independent specialist picture risk long term health suffer head injury medical director sport medicine organisation tell fall ground follow collision centre defeat later fail head injury assessment suffer series head injury tell ascertain risk health return rugby team mate clear despite suffer head injury seek advice expert visit"
}
}
{
"citeInfo": {
"title": "Saudi energy minister says OPEC plus countries should not be complacent about coronavirus"
},
"id": "REUT-2020-02-25-idUKKCN20J0Q6",
"textInfo": {
"wordlist": "complacent coronavirus confident member group responsible responsive producer"
}
}
{
"citeInfo": {
"title": "Citi names new co-heads of Iberian investment banking business - memo"
},
"id": "REUT-2020-02-25-idUKKCN20J0PD",
"textInfo": {
"wordlist": "name head investment banking accord staff memo work respectively begin role immediately report memo"
}
}
{
"citeInfo": {
"title": "Gold retreats from seven-year high, but virus fears limit losses"
},
"id": "REUT-2020-02-25-idINKCN20J0FD",
"textInfo": {
"wordlist": "price fall investor book profit jump high previous session equity regain footing spike coronavirus case outside bullion loss gold ounce metal rise high gold future fall share market find stability wave early selling peter future manage solid bounce coronavirus death toll climb country deal infection central bank react global spread interest rate monetary easing gold benefit analyst rise dollar strong interest safe haven amid outbreak temper gold rally unlikely hold rapid spread virus heighten fear impact global economy drive press rate cushion interest rate reduce opportunity cost hold yield bullion tell expect outbreak material impact trade deal change data available administration consider lawmaker emergency funding ramp response epidemic technical gold retest support ounce accord analyst precious metal palladium gain ounce slip ounce have touch high platinum steady"
}
}
{
"citeInfo": {
"title": "Iran confirms two more coronavirus deaths - media"
},
"id": "REUT-2020-02-25-idUSKCN20J0PG",
"textInfo": {
"wordlist": "infect coronavirus medium website take toll high tally death outside virus emerge health ministry people infect clerical ruler struggle rein virus confirm death holy city order nationwide cancellation concert closure school university sport complex precaution"
}
}
{
"citeInfo": {
"title": "Deere taps tractor-hailing tech in bid to break ground in Africa"
},
"id": "REUT-2020-02-25-idUSKCN20J0SA",
"textInfo": {
"wordlist": "ride hail farm style team tractor future farmer summon machine touch button engineer install application tractor technology connect farmer vehicle owner farm world lead farm equipment maker outfit tractor startup technology allow farmer hail machine monitor vehicle movement transmit usage information fuel level help company boost sale famous green yellow tractor tough task continent world high poverty rate mechanized agricultural sector currently test technology small black beneath dashboard tractor tell plan roll device offer contractor equipment continent head business continent badly need machinery develop farming industry farmer scale justify large investment decline comment investment cost rollout risk clear certainty measure success account tiny fraction global sale present income tiny landholding lack bank financing tractor number long stagnant continent develop world experience boom mechanization think help financing tell pull datum platform show precise detail farmer equipment information farmer typically lack credit history help secure bank loan mean tractor central tractor zagg drench field rake grass drop bale black monitor tractor belong base agricultural service firm take offer device instal machinery farmer work land tech help optimize tractor connect customer allow expand company manage tractor envision future fleet reach farmer would like reach opportunity exist market founder company like lack tool develop revenue dominate break number combined revenue continent develop economy cropland cultivate hand global average population double increase productivity necessity barrier mechanization finance agriculture account economic output bank view farmer high risk lack credit history datum platform show equipment land work till planting harvesting information create financial statement vice president head agrisale base lender potential unlock lending kind technology give bank full picture work bank format datum create easily digestible automate report loan decision base information managing director possible time scheme roll"
}
}
{
"citeInfo": {
"title": "Turkey's Erdogan says no agreement yet on four-way Syria summit"
},
"id": "REUT-2020-02-25-idUSKCN20J0SO",
"textInfo": {
"wordlist": "agreement hold propose summit conflict meet news conference depart trip delegation come discuss situation soldier kill"
}
}
{
"citeInfo": {
"title": "Erdogan says two Turkish soldiers were killed in Libya"
},
"id": "REUT-2020-02-25-idUSKCN20J0ST",
"textInfo": {
"wordlist": "soldier kill send troop fighter support internationally recognize government north state conflict soldier president acknowledge unspecified number troop kill"
}
}
{
"citeInfo": {
"title": "Seven killed, 150 injured in riots in Indian capital"
},
"id": "REUT-2020-02-25-idUSKCN20J0FL",
"textInfo": {
"wordlist": "people kill injure clash oppose group capital police official tell deadly riot city protest citizenship begin oppose citizenship throw piece brick riot police support clash clash erupt northeastern district city people demonstrate citizenship tear smoke grenade struggle disperse stone throw crowd tear metal barricade vehicle petrol pump alight part city remain high school remain shut area amid news report fresh clash metro station city close fire department official tell team respond report separate case arson link fresh protest city department vehicle torch protester small number fireman injure violence violence begin begin maiden visit meet talk venue locate away clash occur press conference early appeal people maintain peace problem people resolve peacefully help find solution expect meet police official discuss situation capital hotbed protest ease path neighbor dominate country gain citizenship lead accusation nationalist undermine secular tradition deny bias strong minority objector hold protest camp part violence erupt praise tolerant country"
}
}
{
"citeInfo": {
"title": "Seven killed, around 150 injured in Indian protest violence - police official"
},
"id": "REUT-2020-02-25-idUSKCN20J0QQ",
"textInfo": {
"wordlist": "people kill injure clash capital protest citizenship police official tell clash erupt demonstrate citizenship tear smoke grenade struggle disperse stone throw crowd"
}
}
{
"citeInfo": {
"title": "Exclusive: Japan to further ease rules on foreign ownership of stocks - sources"
},
"id": "REUT-2020-02-25-idUSKCN20J0RH",
"textInfo": {
"wordlist": "exemption foreign investment restriction company expose sensitive national security issue government source keep overseas capital country exemption benefit foreign hedge fund wealth asset manager invest heavily share help underpin stock market element stimulus policy pass change tighten reporting requirement foreign investment sector relate national security reflect domestic international concern gain access confidential technology restriction expect effect foreign investor purchase stake firm area crucial national security subject screening compare threshold apply wide range list company government exemption allow financial institution invest screening investor stock area meet certain criterion give access sensitive information tell government plan widen exemption include foreign investor sector agree certain condition condition require foreign investor participate company committee decision make power write proposal board relate major business decision source source speak condition anonymity allow speak publicly decline comment broad exemption follow concern foreign investor tight rule difficult invest change include government decree stipulate detail revised expect public source impose tight regulation foreign investment follow similar step take nation allow great scrutiny ownership industry deem critical national security industry cover foreign investment restriction include sector like defense nuclear power aerospace utility cyber security telecommunication list company fall criterion government plan publish list firm"
}
}
{
"citeInfo": {
"title": "Dubai airport suspends flights with Iran, except for Tehran"
},
"id": "REUT-2020-02-25-idUSKCN20J0T6",
"textInfo": {
"wordlist": "suspend flight republic exception capital airport representative infect coronavirus medium take tally death report case disease suspend flight notice"
}
}
{
"citeInfo": {
"title": "Venture capital investor Lakestar raises $735 million for Europe bets"
},
"id": "REUT-2020-02-25-idUKKCN20J0SD",
"textInfo": {
"wordlist": "capital investor raise total growth stage fund invest mainly face leadership team base found invest commitment fund fund venture investing achieve increase scale raise fresh fund back base hotel datum startup base logistics platform include base designer artificial intelligence base avatar interact computer base startup natural language processing help bank business analyse document bulk appoint serial founder manage partner chief technology officer investor relation head partner venture capital investment activity accelerate euro invest track accord capital firm close fund invest early stage technology company region come term innovation opportunity"
}
}
{
"citeInfo": {
"title": "Australia's Hewitt says ATP Cup success put ITF under pressure"
},
"id": "REUT-2020-02-25-idUKKCN20J0SR",
"textInfo": {
"wordlist": "world number success inaugural pressure revamp team base organise tour stag week long final earn rave review player alike revamp bankroll multi dollar partnership base investment company soccer player demise introduce home away play separate weekend culminate final favour event regard sacrilege tennis community inaugural final number teething problem match draw smattering spill scheduling logjam player question need retain team competition calendar tell tennis chief commit merge tournament single world team event concrete plan place twice champion critical format happen hold title remain committed tournament play qualifying phase name team play"
}
}
{
"citeInfo": {
"title": "Hong Kong extends school suspension until April 20 to control spread of virus"
},
"id": "REUT-2020-02-25-idINKCN20J0OQ",
"textInfo": {
"wordlist": "wear protective mask walk tourist spot follow outbreak coronavirus district extend suspension school contain spread coronavirus authority financial case disease surge outside city class suspend holiday early date return previously return lesson news come disease kill people spread country globe include school switch online learning lesson conference assignment give basis student continue exam schedule subject include music physical education postpone territory confirm case virus report death"
}
}
{
"citeInfo": {
"title": "Japan's ANA orders 15 more Boeing 787 Dreamliners worth $5 billion at list prices"
},
"id": "REUT-2020-02-25-idUSKCN20J0LJ",
"textInfo": {
"wordlist": "worth list price commercial order announcement planemaker wrestle grounding small deal carrier switch engine supply boost post order time order include stretch version short option delivery begin airline news release launch customer programme world operator plane addition bring purchase total service operate model plane order blow supply engine engine require extra inspection lead carrier cancel flight customer initial fleet order engine late order plane mean operate type future"
}
}
{
"citeInfo": {
"title": "Tesco sells stake in Chinese joint venture for $357 million"
},
"id": "REUT-2020-02-25-idUSKCN20J0UF",
"textInfo": {
"wordlist": "logo picture outside supermarket northern retailer sell share joint venture unit partner raise complete exit country establish joint venture start retreat disposal allow simplify focus business core operation proceed general corporate purpose"
}
}
{
"citeInfo": {
"title": "China says all rights, interests of Gui Minhai fully guaranteed"
},
"id": "REUT-2020-02-25-idUSKCN20J0UL",
"textInfo": {
"wordlist": "foreign ministry right interest bear citizen fully guarantee court sentence prison term illegally provide intelligence overseas comment press briefing diplomat access consular visit general hold coronavirus outbreak arrangement visit resume epidemic resolve"
}
}
{
"citeInfo": {
"title": "OPEC+ countries should not be complacent about coronavirus - Saudi energy minister"
},
"id": "REUT-2020-02-25-idUSKCN20J0RA",
"textInfo": {
"wordlist": "country complacent coronavirus confident member alliance responsible responsive producer committee recommend group deepen production curb counter demand loss bring coronavirus outbreak support production announce final position talk confident partnership rest group steady investor seek bargain crude benchmark slump previous session concern coronavirus spread curb fuel demand gain"
}
}
{
"citeInfo": {
"title": "Falling exports bring German economy to standstill in fourth quarter"
},
"id": "REUT-2020-02-25-idUKKCN20J0U7",
"textInfo": {
"wordlist": "export hold economic activity detailed datum show confirm large economy stagnate export fall mean trade take percentage point gross domestic product growth investment include construction rise growth consumption percentage point growth private consumption pillar support recently contribution confirm economy grow weak expansion rate euro zone debt crisis government expect growth pick help mainly high number calendar effect predict growth"
}
}
{
"citeInfo": {
"title": "De La Rue unveils cost-cutting plans, reaffirms profit outlook"
},
"id": "REUT-2020-02-25-idUKKCN20J0VL",
"textInfo": {
"wordlist": "plan rein cost currency division invest polymer note struggle banknote printer improve margin turnaround plan company flag concern doubt target cost saving prior target company hold contract design polymer note stick previous forecast adjust operating profit"
}
}
{
"citeInfo": {
"title": "Petrofac sees further decline in revenue in 2020"
},
"id": "REUT-2020-02-25-idUKKCN20J0V5",
"textInfo": {
"wordlist": "service provider report drop core profit reiterate forecast decline revenue recover order official company lose worth contract globally probe dealing head sale convict bribery company earning interest depreciation fall"
}
}
{
"citeInfo": {
"title": "Pollen Street Secured Lending in 900 pence per share takeover talks"
},
"id": "REUT-2020-02-25-idUKKCN20J0UN",
"textInfo": {
"wordlist": "investor talk share takeover approach terminate investment management agreement governance issue possible offer represent premium closing share price separate statement"
}
}
{
"citeInfo": {
"title": "Italy deputy minister says EU flexibility can help if coronavirus hits growth"
},
"id": "REUT-2020-02-25-idUKKCN20J0U8",
"textInfo": {
"wordlist": "able offer additional leeway budget target coronavirus outbreak significant impact economy request additional flexibility help handle impact coronavirus scope need"
}
}
{
"citeInfo": {
"title": "SIG shakes up top management after January profit warning"
},
"id": "REUT-2020-02-25-idUKKCN20J0UJ",
"textInfo": {
"wordlist": "finance head step building material supplier sound profit alarm weakness construction market list company name appoint interim"
}
}
{
"citeInfo": {
"title": "Meggitt sees 2020 growth constrained by 737 MAX difficulties, coronavirus impact"
},
"id": "REUT-2020-02-25-idUKKCN20J0TT",
"textInfo": {
"wordlist": "engineering company warn growth constrain impact halt production aircraft combine disruption cause coronavirus company organic revenue growth come compare rise organic revenue growth post help drive underlie operating profit"
}
}
{
"citeInfo": {
"title": "Ricardo warns of hit to full-year profit from Coronavirus"
},
"id": "REUT-2020-02-25-idUKKCN20J0WC",
"textInfo": {
"wordlist": "automotive consultancy warn profit disruptive impact auto rail operation company client engagement project delivery business development disrupt operation expect continue mainland surround country"
}
}
{
"citeInfo": {
"title": "Australian state turns to crowdsourcing to uncover mineral riches"
},
"id": "REUT-2020-02-25-idINKCN20J0RL",
"textInfo": {
"wordlist": "grab crowdsourcing competition uncover mineral reserve industry expertise wide array discipline find large mineral lode challenge available state historic data region home huge copper government state statement competition kick mineral mapping world advanced compute development bring renaissance exploration consider mature region major deposit find miner increasingly turn datum determine cover country obscure sediment sand announce significant discovery crowdsourcing contest similar copper miner experiment exploration project draw submission country team base announce result phase drilling begin phase"
}
}
{
"citeInfo": {
"title": "NBA roundup: Bucks overcome Wizards, Beal (55 points) in OT"
},
"id": "REUT-2020-02-25-id",
"textInfo": {
"wordlist": "score point visit overcome career high performance earn overtime victory forward react make point shoot shoot floor excel contest erupt career high point record point rebound foul good past game follow performance setback make shot include range score point previous meeting score point bench drop enter break previous game score point explosion propel host victory play find time game high rebound assist score team lead point rebound loss game play lead scorer point lose straight road game overall point rebound help crush visit rest connect shot floor contribute point chip point apiece forward miss loss strained hamstring return manage point shooting point guard lead point starter combine produce point come bench score point point rebound block record point assist help post victory point assist rebound season good steal help defeat squad score point shooting shot route score point score point lose straight game home allow point pair point assist valuable double digit scoring production bench cruise victory visit arrive prior tipoff take private follow memorial service legend score point shooting chip point include pace point double double point rebound tally point career high steal score career high point help overcome deficit rally past visit overtime late game heroic lead point include power forward miss past game foot injury return provide point rebound center narrowly miss triple double point rebound assist block shot steal committed turnover point score career high point grab rebound lift host produce point shoot overall free throw line improve league good home consecutive home victory injure guard pace point assist point point rebound come bench score point score point clutch shot rally deficit post victory point shoot contribute point total point rebound improve game lead point miss shot contribute"
}
}
{
"citeInfo": {
"title": "After raucous welcome in India, Trump says making progress on trade, arms deals"
},
"id": "REUT-2020-02-25-idUSKCN20J0J5",
"textInfo": {
"wordlist": "make progress trade energy military deal hold talk leader rousing reception official visit country shake hand ahead meeting people fill cricket stadium western city rally home state reception foreign leader year talk follow delegation level meeting forward issue divide mainly festering trade dispute look forward speak progress have fighter energy country expect announce military helicopter deal worth increasingly turn modernize military traditional supplier pull stop visit deepening world democracy counter economic military weight describe rally praise speak size crowd claim people outside give formal state welcome redstone presidential palace salute coated honor guard horseback country world personal approval rating trip wall wall coverage commentator right note official visit world democracy effusive praise pull spectacular reception sign underlie political tension violent protest break citizenship critic discriminate attempt undermine secular foundation democracy pattern divisiveness follow nationalist people kill injure clash take place capital away center city host speech rise stable prosperous democracy achievement tolerant country great free country plan raise issue religious freedom administration official struggle high pollution quality moderately poor government index measure pollution scale consider unhealthy"
}
}
{
"citeInfo": {
"title": "China says WSJ reporter in Wuhan can remain in country until end of epidemic"
},
"id": "REUT-2020-02-25-idUSKCN20J0YF",
"textInfo": {
"wordlist": "foreign ministry reporter order leave country remain strand epicenter coronavirus outbreak tell briefing unable leave city follow lockdown seek contain spread virus allow remain humanitarian ground comply order leave epidemic report work reporter order leave newspaper comply repeat demand apology investigation column call real sick"
}
}
{
"citeInfo": {
"title": "Kuwait reports three new cases of coronavirus, raising total to eight"
},
"id": "REUT-2020-02-25-idUSKCN20J0XW",
"textInfo": {
"wordlist": "national infect coronavirus people return state news agency report case stable condition quarantine bring total number"
}
}
{
"citeInfo": {
"title": "Britain advises travelers self isolate after north Italy trips"
},
"id": "REUT-2020-02-25-idUSKCN20J0XN",
"textInfo": {
"wordlist": "people visit northern self isolate like symptom contain outbreak coronavirus flare region"
}
}
{
"citeInfo": {
"title": "Amazon expands physical footprint with bigger cashier-less grocery shop"
},
"id": "REUT-2020-02-25-idUSKCN20J0XK",
"textInfo": {
"wordlist": "bring cashier store technology large stage world online retailer open store time shopping space cashier location open public concept target customer residential neighborhood office worker small convenience store serve format reflect ambition capture shopper spend grocery increase competition national player company famous sell book online long rumor work chain physical grocery store cater diverse taste market acquire convenience store customer scan smartphone gate turnstile enter start shop ceiling camera shelf weight censor ascertain customer cart file credit card bill leave store cashier checkout line necessary shopper item shelf look remove product virtual basket major technical challenge address format include produce price item supplier bake good fresh meat seafood train technology manage shopper inspect fruit company vice president physical retail technology format fledge supermarket instance fresh cold package deli seafood counter grocer associate offer expansive selection item save cashier labor versus spending camera underpin technology unclear company hire associate location interact shopper stock shelf fulfill customer order store format represent profitable grocery model goal able figure relevant customer whichev neighborhood good good thing happen course correct"
}
}
{
"citeInfo": {
"title": "German health minister won't run for leadership of Merkel's conservatives - sources"
},
"id": "REUT-2020-02-25-idUSKCN20J0XH",
"textInfo": {
"wordlist": "chair source party expect position hold news conference premier populous state expect announce candidacy succession debate blow wide open party leader unexpectedly longer seek succeed mentor"
}
}
{
"citeInfo": {
"title": "Oil prices rise on bargain-hunting; virus fears cap gains"
},
"id": "REUT-2020-02-25-idUSKCN20J07U",
"textInfo": {
"wordlist": "climb investor seek bargain crude benchmark slump previous session concern coronavirus spread curb major economy fuel demand gain crude rise barrel slip crude future gain recover drop previous session market close important technical support level barrel concern savage price swathe commodity equity suffer steep loss share market stabilize wave early selling peter future manage solid bounce crude inventory build refined product likely fall preliminary poll expectation show world step effort prevent pandemic like virus originate infect people time coronavirus expect coronavirus impact demand short lived consumption rise tell complacent coronavirus expect average barrel medium term downside risk slow global growth trade uncertainty coronavirus outbreak"
}
}
{
"citeInfo": {
"title": "SoftBank-backed Grab raises $856 million from Japanese investors in financial services push"
},
"id": "REUT-2020-02-25-idUSKCN20J0NM",
"textInfo": {
"wordlist": "service firm agree invest combine ride hail firm seek expand aggressively financial service logo picture bank asset agree invest company statement back funding offer lending insurance wealth management product service consumer small medium sized enterprise deputy president incoming bank combine advanced technology datum management expertise financial experience believe alliance generate additional momentum ongoing digital transformation invest company interest rate environment home focus boost business acquire stake lender region base rival evolve ride hail operator stop shop service varied payment lending food delivery logistic hotel booking team apply online banking license country report discuss merger email statement plan sort merger recent medium report discussion nature accurate decline comment contact"
}
}
{
"citeInfo": {
"title": "Erdogan says two Turkish troops killed in Libya conflict"
},
"id": "REUT-2020-02-25-idUSKCN20J0ST",
"textInfo": {
"wordlist": "troop kill internationally recognize government north state conflict ally honor fight provide military support base fend offensive force east side sign military cooperation deal send troop ally fighter stress force fight provide coordination martyr clarify kill soldier deployment soldier sophisticated equipment lose gain back summit world power agree hostility stop political process take place accuse violate ceasefire guarantee embargo dependent durable truce talk side resume pause clash ground right direction envoy lawmaker base area control participate talk politician ally"
}
}
{
"citeInfo": {
"title": "Investigators seek motive after car rammed into German carnival parade"
},
"id": "REUT-2020-02-25-idUSKCN20J0X8",
"textInfo": {
"wordlist": "area secure firefighter police plough carnival parade injure people question suspect plough silver carnival parade western town injure people include child incident shake struggle racist attack town leave people dead medium report arrest suspicion attempt homicide state question suffer head injury medium report medium outlet include public broadcaster report believe influence alcohol possibly drug investigator decline confirm police state prosecutor decline comment medium report person arrest connection incident radio report person film incident unclear involve height carnival season area especially people dress drink alcohol line street watch parade satirical float"
}
}
{
"citeInfo": {
"title": "London stocks bounce back from biggest slump since 2015"
},
"id": "REUT-2020-02-25-idUKKCN20J0YM",
"textInfo": {
"wordlist": "list stock rebound slump previous session rapid increase coronavirus case outside raise hope monetary stimulus limit damage global economy blue chip gain surge virus case pandemic wipe global equity market seek fight deadly virus earmark develop vaccine domestically focuss index lead gain rise hedge fund amass stake call company split stock gainer"
}
}
{
"citeInfo": {
"title": "Hedge fund Third Point calls on Prudential to break up"
},
"id": "REUT-2020-02-25-idUKKCN20I1WR",
"textInfo": {
"wordlist": "fund amass stake call insurer split company demand report earlier lead major shake spin insurance asset management business company call specialize shareholder activism write base company separate business base hedge fund stock benefit stop crown jewel business business hold company account small portion value extremely complex analyze result investor undervalue business bundle current structure disadvantage come recruit talent accord letter address board director blame company management prioritize dividend payout reinvest business argue benefit split include cost hold company good capital allocation policy good management business source confirm separate statement receive letter look forward commence dialogue hedge fund headquarters regulate follow separation source tell study option reduce ownership include seek outside capital stake equivalent ownership make fund company large shareholder hedge fund position currently accord source market capitalization asset management experience push company split apart include recently raise additional capital build stake raise call special purpose vehicle allow hedge fund raise money quickly investor money work stock specific company instead mingle fund base significant portion recent activist engagement take place overseas company include"
}
}
{
"citeInfo": {
"title": "Morgan Advanced Materials sees profit hit from coronavirus outbreak"
},
"id": "REUT-2020-02-25-idUKKCN20J0WG",
"textInfo": {
"wordlist": "material maker close manufacturing facility coronavirus outbreak expect revenue headline operating profit result company company generate revenue outbreak headline operating profit revenue"
}
}
{
"citeInfo": {
"title": "Pollen Street Secured Lending in takeover talks, ditches manager"
},
"id": "REUT-2020-02-25-idUKKCN20J0UN",
"textInfo": {
"wordlist": "investor talk share takeover approach investment management agreement governance issue board possible offer invest corporate loan peer peer debt represent premium closing share price company separate statement value board minded recommend offer receive irrevocable undertaking investment trust large shareholder support offer firm board terminate agreement investment manager private equity firm light board consider advise repeated ongoing breach manager obligation board investment manager provide sufficient information carry diligence publish information company dividend approval immediately respond request comment"
}
}
{
"citeInfo": {
"title": "Meggitt warns on growth hit from 737 MAX difficulties, coronavirus"
},
"id": "REUT-2020-02-25-idUKKCN20J0TT",
"textInfo": {
"wordlist": "engineer warn growth constrain halt production aircraft economic impact coronavirus company organic revenue growth come guide measure grow range single digit hold improvement profit margin short term forecast mean future growth post rise organic revenue growth help drive underlie operating profit supply part include fire protection system engine auxiliary power unit make wheel brake flight deck instrument commercial military aircraft ground crash kill people halt production statement issue plus impact rapid spread virus coronavirus affect future growth virus likely soften global traffic growth company hurt business supply part service exist plus virus disrupt supply chain part outlook increase dividend company chairman intend leave role successor appoint"
}
}
{
"citeInfo": {
"title": "European shares steady as selling pressure eases"
},
"id": "REUT-2020-02-25-idUKKCN20J0Z4",
"textInfo": {
"wordlist": "share price index graph picture stock exchange share bounce record loss previous session investor assess economic coronavirus outbreak spread globe attempt stabilize index rise tumble list share rise struggle flare coronavirus case case report dead stock take edge high rise rise hedge fund amass stake call insurer split company"
}
}
{
"citeInfo": {
"title": "Israel-Gaza ceasefire takes hold after two-day flare-up"
},
"id": "REUT-2020-02-25-idUSKCN20J10M",
"textInfo": {
"wordlist": "ceasefire broker take hold border fighting group fire rocket community border military spokeswoman attack site kill member militant group casualty report frontier rocket intercept missile system violence come election seek term office inconclusive vote frontier fall quiet official reach reciprocal simultaneous ceasefire mediate military reopen road near border close fighting begin train service resume area cite security concern military keep border crossing close humanitarian case fisherman head violence erupt troop kill member military plant explosive near border fence widely share social medium show appear lifeless body militant dangle military bulldozer remove corpse image create uproar prompt call retaliation follow rocket launch"
}
}
{